Skip to content

Commit 990580f

Browse files
authored
feat(format): introduce avro direct encoding (#94)
1 parent ddc8d63 commit 990580f

7 files changed

Lines changed: 1644 additions & 0 deletions

File tree

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,21 @@ License: https://www.apache.org/licenses/LICENSE-2.0
213213

214214
--------------------------------------------------------------------------------
215215

216+
This product includes code from Apache Iceberg C++.
217+
218+
* Avro direct decoder/encoder:
219+
* src/paimon/format/avro/avro_direct_decoder.cpp
220+
* src/paimon/format/avro/avro_direct_decoder.h
221+
* src/paimon/format/avro/avro_direct_encoder.cpp
222+
* src/paimon/format/avro/avro_direct_encoder.h
223+
* Avro input stream in src/paimon/format/avro/avro_direct_decoder.cpp
224+
225+
Copyright: 2024-2025 The Apache Software Foundation.
226+
Home page: https://iceberg.apache.org/
227+
License: https://www.apache.org/licenses/LICENSE-2.0
228+
229+
--------------------------------------------------------------------------------
230+
216231
This product includes code from RocksDB.
217232

218233
* endian utility in src/paimon/common/utils/math.h

NOTICE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Copyright 2014-present Alibaba Inc.
1010
Apache Arrow
1111
Copyright 2016-2024 The Apache Software Foundation
1212

13+
Apache Iceberg C++
14+
Copyright 2024-2025 The Apache Software Foundation
15+
1316
Apache ORC
1417
Copyright 2013 and onwards The Apache Software Foundation
1518

0 commit comments

Comments
 (0)