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
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,21 @@ License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This product includes code from Apache Iceberg C++.

* Avro direct decoder/encoder:
* src/paimon/format/avro/avro_direct_decoder.cpp
* src/paimon/format/avro/avro_direct_decoder.h
* src/paimon/format/avro/avro_direct_encoder.cpp
* src/paimon/format/avro/avro_direct_encoder.h
* Avro input stream in src/paimon/format/avro/avro_direct_decoder.cpp

Copyright: 2024-2025 The Apache Software Foundation.
Home page: https://iceberg.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This product includes code from RocksDB.

* endian utility in src/paimon/common/utils/math.h
Expand Down
3 changes: 3 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Copyright 2014-present Alibaba Inc.
Apache Arrow
Copyright 2016-2024 The Apache Software Foundation

Apache Iceberg C++
Copyright 2024-2025 The Apache Software Foundation

Apache ORC
Copyright 2013 and onwards The Apache Software Foundation

Expand Down
Loading