Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/.licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ header:
- 'requirements.txt'
- 'src/iceberg/util/murmurhash3_internal.*'
- 'src/iceberg/test/resources/**'
- 'third_party/**'

comment: on-failure
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ Copyright 2024-2026 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Third-party Thrift IDLs vendored under third_party/hive_metastore/ are
copies of upstream Apache projects (Apache Hive, Apache Thrift) and are
distributed under the Apache License, Version 2.0. See
third_party/hive_metastore/NOTICE for attribution details.
26 changes: 26 additions & 0 deletions third_party/hive_metastore/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Apache Iceberg C++ — Vendored Hive Metastore Thrift IDL
Copyright 2026 The Apache Software Foundation

This directory contains vendored Thrift interface definitions used to
generate the C++ Hive Metastore (HMS) client consumed by the
`iceberg_hive` library. The interface files are sourced verbatim from
upstream Apache projects (only trailing whitespace and final newlines
were normalized by the repository's pre-commit hooks) and remain under
the Apache License, Version 2.0 (see LICENSE in the repository root).

Vendored sources
================

* hive_metastore.thrift
Apache Hive 3.1 standalone-metastore.
Source: https://github.com/apache/hive/blob/branch-3.1/standalone-metastore/src/main/thrift/hive_metastore.thrift
Copyright (c) The Apache Software Foundation.

* share/fb303/if/fb303.thrift
Apache Thrift `contrib/fb303` (the Facebook fb303 management
service IDL, transitively included by hive_metastore.thrift).
Source: https://github.com/apache/thrift/blob/master/contrib/fb303/if/fb303.thrift
Originally developed at Facebook, Inc. and contributed to the
Apache Software Foundation under the Apache License, Version 2.0.

Both files retain their original Apache 2.0 license headers in-place.
Loading
Loading