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