Sign in
apache
/
iceberg-cpp
/
HEAD
0fc573a
feat: add decimal value representation (#182)
by Junwang Zhao
· 26 hours ago
main
9b69e45
feat: read data from FileScanTask as Arrow C Stream (#214)
by Li Feiyang
· 2 days ago
b0b5be7
chore: update project version in CmakeLists (#224)
by Li Feiyang
· 2 days ago
0508f80
fix: address feedback from initial release (#223)
by Gang Wu
· 2 days ago
a65f509
chore: enhance README with logo and badges (#218)
by Gang Wu
· 2 days ago
419ad27
feat: support installed nlohmann-json and nanoarrow (#209)
by chao liu
· 2 days ago
ad3430f
refactor: remove -isystem on local include header files (#211)
by Zehua Zou
· 2 days ago
f9dfc97
fix: fix windows test ci by add fail-fast strategy label (#213)
by Li Feiyang
· 2 days ago
6a88541
chore: use new package name avro-cpp (#208)
by Gang Wu
· 2 days ago
b717675
fix: fix dir name in verify script (#222)
by Gang Wu
· 7 days ago
v0.1.0
v0.1.0-rc4
3401db6
fix: fix release tarball name (#221)
by Gang Wu
· 7 days ago
v0.1.0-rc3
2447918
chore: add missing license for spdlog and zlib (#217)
by Gang Wu
· 7 days ago
v0.1.0-rc1
v0.1.0-rc2
57418d4
chore: add release script and github workflow (#193)
by Li Feiyang
· 8 days ago
78d06bf
chore: use ninja for ci build (#215)
by Junwang Zhao
· 10 days ago
bc4526d
feat: add demo for registering table and planning files (#205)
by Gang Wu
· 13 days ago
7404f14
feat: add manifest&manifest list writer (#176)
by dongxiao
· 14 days ago
b696713
feat: implement AvroWriter Write method (#204)
by chao liu
· 14 days ago
1002270
feat: implement basic parquet writer and add roundtrip tests (#198)
by Zehua Zou
· 14 days ago
b80bf8d
feat: add find field (by name) support to NestedType (#194)
by chao liu
· 14 days ago
88f5520
feat: add find field (by id and name) support to schema (#180)
by chao liu
· 2 weeks ago
7595047
feat: implement endian conversion utilities (#196)
by Li Feiyang
· 2 weeks ago
7a4ef57
refactor: remove unused arrow_c_data_internal files (#203)
by chao liu
· 2 weeks ago
aec5acf
refactor: default equality operators for statistic file structs (#202)
by smaheshwar-pltr
· 2 weeks ago
9f13bac
refactor: rename util files from *_utils to *_util for consistency (#197)
by Li Feiyang
· 3 weeks ago
c9d7867
feat: implement manifest entry metadata inheritance (#178)
by Li Feiyang
· 3 weeks ago
1485ba8
chore(deps): bump cpp-linter/cpp-linter-action from 2.15.0 to 2.16.0 (#183)
by dependabot[bot]
· 3 weeks ago
57b49f1
refactor: clean up code to apply name mapping on avro (#195)
by Gang Wu
· 3 weeks ago
b7fadf5
chore: consolidate Avro and Parquet register api (#191)
by Gang Wu
· 3 weeks ago
58d926f
refactor: enhance forward declarations in type_fwd.h (#187)
by Li Feiyang
· 3 weeks ago
923a976
chore: add missing license header (#189)
by Li Feiyang
· 3 weeks ago
515b019
chore: use more from_chars (#186)
by Junwang Zhao
· 4 weeks ago
82a1cd6
feat: avro support applying field-ids based on name mapping (#127)
by liuxiaoyu
· 4 weeks ago
cdace37
test: add parquet reader test (#184)
by Gang Wu
· 4 weeks ago
f2d0abd
fix: correct partition field handling for non-partitioned tables and add test for manifest file reader (#175)
by Li Feiyang
· 4 weeks ago
bc87f00
feat(avro): extract avro datum from arrow array (#166)
by Gang Wu
· 4 weeks ago
687ca03
feat(parquet): project arrow array for parquet (#165)
by Gang Wu
· 4 weeks ago
a54f116
test: enhance ManifestListReaderV2Test and unified test architecture (#168)
by Li Feiyang
· 5 weeks ago
55b0436
feat: support Avro writer (#173)
by dongxiao
· 5 weeks ago
25d4d62
fix: content in manifest entry should be optional (#172)
by nullccxsy
· 5 weeks ago
b0d1fef
chore(deps): bump actions/checkout from 4 to 5 (#170)
by dependabot[bot]
· 5 weeks ago
5e1a80d
test: add test of manifestlistv1 (#171)
by nullccxsy
· 5 weeks ago
00b71ad
feat: Refresh method support for table (#152)
by lishuxu
· 5 weeks ago
7063f2b
feat(parquet): add schema projection to parquet (#159)
by Gang Wu
· 5 weeks ago
a13eed2
feat: implement Literal Transform (#156)
by Junwang Zhao
· 5 weeks ago
8ecee31
fix: Correct BuildTable method signature (#163)
by Li Feiyang
· 6 weeks ago
a54ec6f
feat: add file writer and manifest writer interface definition (#160)
by dongxiao
· 6 weeks ago
02df436
fix: correct return type of ArrowFileSystemFileIO functions( MakeMockFileIO, MakeLocalFileIO ) (#161)
by nullccxsy
· 6 weeks ago
3d617a8
chore(deps): bump cpp-linter/cpp-linter-action from 2.13.3 to 2.15.0 (#114)
by dependabot[bot]
· 6 weeks ago
646a1b9
feat(parquet): add HasFieldIds check (#158)
by Gang Wu
· 6 weeks ago
4fb89f8
feat: add scaffolding work for parquet reader (#154)
by Gang Wu
· 7 weeks ago
82a488f
feat: pass partition schema to manifest reader (#157)
by dongxiao
· 7 weeks ago
deead7a
refactor: Simplify test setup using a common CMake function (#151)
by lishuxu
· 7 weeks ago
378de75
fix: wrong header inclusion (#155)
by Junwang Zhao
· 8 weeks ago
043701c
feat: support manifest reader (#150)
by dongxiao
· 8 weeks ago
ab095b7
bump arrow version to 21.0.0 (#149)
by Junwang Zhao
· 8 weeks ago
8980917
feat: add in-memory FileIO backed by Arrow MockFileSystem (#148)
by Gang Wu
· 8 weeks ago
db44f75
feat: implement transform ResultType (#132)
by Junwang Zhao
· 8 weeks ago
5bffdf6
feat: support operator== for Literal/Manifest/ManifestList (#147)
by dongxiao
· 8 weeks ago
0279fdc
feat: RegisterTable support for InMemoryCatalog (#142)
by lishuxu
· 8 weeks ago
84565b5
feat: add manifest list reader (#143)
by dongxiao
· 9 weeks ago
b07c0f9
refactor: Add SchemaById and SnapshotById to TableMetadata (#144)
by Guotao Yu
· 9 weeks ago
7c1ea8a
chore: upgrade nanoarrow dependency (#146)
by Guotao Yu
· 9 weeks ago
be514fc
feat: add spdlog dependency to implement logging (#140)
by Gang Wu
· 9 weeks ago
0a807ca
chore: bump C++ standard to 23 (#139)
by Junwang Zhao
· 9 weeks ago
ef4c124
feat: basic table scan planning (#112)
by Guotao Yu
· 9 weeks ago
0779a52
refactor: add factory functions for primitive types (#134)
by Junwang Zhao
· 2 months ago
c06c261
feat: add avro reader to registry (#133)
by Gang Wu
· 2 months ago
c00ee8f
fix: no member named 'SourceFieldIndex' (#131)
by Junwang Zhao
· 3 months ago
bfb19f6
feat: metadata access support for table (#111)
by lishuxu
· 3 months ago
de2cbf1
feat: add support for avro to arrow data conversion (#124)
by Gang Wu
· 3 months ago
295ecf0
ci: enable sanitizer (#129)
by Gang Wu
· 3 months ago
3724aa2
refactor: replace std::any placeholder with Literal (#130)
by Gang Wu
· 3 months ago
9243ff4
chore: enable compile warning as error (#125)
by Junwang Zhao
· 3 months ago
f2a79a1
feat: add `or` expression (#120)
by Ying Cai
· 3 months ago
5e26ef6
feat: implement Primitive type Literal (#117)
by mwish
· 3 months ago
3cf5963
refactor: remove explicit operator!= using C++20 rewrite candidates (#123)
by mwish
· 3 months ago
2eab0b8
fix: allow PartitionField's field_id to be missing in Iceberg v1 (#121)
by Smith Cruise
· 3 months ago
db8aa74
fix: fix build warning in switch case (#118) (#119)
by liuxiaoyu
· 3 months ago
ed49d1e
feat: implement Apache Avro file reader (#113)
by Gang Wu
· 3 months ago
33f2a8a
fix: Minor typo fixes (#115)
by mwish
· 4 months ago
b4f7d5b
ci: add asan and ubsan support (#107)
by METONLIULEI
· 4 months ago
cd9ea76
feat: support decompress gzip metadata (#108)
by dongxiao
· 4 months ago
5aec271
feat: implement initial MemoryCatalog functionality with namespace and table support (#80)
by Guotao Yu
· 4 months ago
08da3a9
feat: add avro schema projection (#109)
by Gang Wu
· 4 months ago
f2e2c94
refactor: use nesting enum for DataFile and ManifestFile content (#110)
by Gang Wu
· 4 months ago
e70d2ca
feat: add schema projection support (#102)
by Gang Wu
· 4 months ago
cb44bdc
feat: add avro input&output stream based on arrow stream impl (#105)
by dongxiao
· 4 months ago
70cb244
feat: add field id checker to avro schema (#106)
by Gang Wu
· 4 months ago
bcff788
fix: bump avro version to enable uuid type test case (#103)
by Gang Wu
· 4 months ago
9177557
feat: add manifest related structures (#91)
by Junwang Zhao
· 4 months ago
1c4c047
feat: add zlib dependency (#101)
by dongxiao
· 4 months ago
e8a4050
feat: add schema conversion to avro schema (#100)
by Gang Wu
· 4 months ago
29b887d
feat: create name mapping from schema (#99)
by Gang Wu
· 4 months ago
27318f5
feat: add metadata columns definition (#98)
by Gang Wu
· 4 months ago
6276b8d
feat: add json serde to name mapping (#97)
by Gang Wu
· 4 months ago
a994322
feat: add visit type support (#94)
by Junwang Zhao
· 4 months ago
1c2530c
feat: add doc attribute to SchemaField (#96)
by Gang Wu
· 4 months ago
5aed8f5
chore: better error handling of nlohmann json lib apis (#95)
by Junwang Zhao
· 4 months ago
11667a9
feat: add name mapping (#93)
by Gang Wu
· 4 months ago
408e1a4
feat: add base config implementation (#92)
by Ying Cai
· 4 months ago
Next »