1. e0d1f69 feat(tantivy): Add Tantivy full-text search with on-demand archive reading (#231) by Jingsong Lee · 13 hours ago main
  2. e65d222 feat(btree): Add BTree global index reader with async on-demand block loading (#229) by Jingsong Lee · 19 hours ago
  3. dd71c58 feat: abstract FormatFileReader and introduce ORC & avro readers (#225) by Jingsong Lee · 2 days ago
  4. cc13352 feat(go): add filter push-down and predicate API for Go binding (#216) by yuxia Luo · 2 days ago
  5. 96c8715 feat: Support data evolution row id filter (#222) by xiaohongbo04-bot · 3 days ago
  6. b33b2d7 feat: Implement statistics for data fusion scan (#217) by Jingsong Lee · 3 days ago
  7. 6635792 fix(scan): Harden time-travel selector validation (#219) by Zach · 3 days ago
  8. 022da71 feat: push down filters to parquet read path (#208) by Zach · 4 days ago
  9. 6b29f60 ci: add python release pipeline (#212) by yuxia Luo · 4 days ago
  10. e8c98d9 feat(python): introduce pypaimon core and DataFusion catalog integration (#204) by yuxia Luo · 4 days ago
  11. e0b5e5c doc: add readme for paimon & datafusion integration crate (#209) by yuxia Luo · 4 days ago
  12. 5d1a930 feat(scan): add bucket pruning, DV/postpone filtering, and DE group pruning (#205) by Jingsong Lee · 4 days ago
  13. abb0a43 chore(provision): make Spark integration test provisioning idempotent (#198) by Song Chuanqi · 5 days ago
  14. 9e59782 chore: remove useless allow dead code (#206) by yuxia Luo · 5 days ago
  15. 587389b feat: replace apache-avro with serde_avro_fast and parallelize manifest reads (#203) by Jingsong Lee · 6 days ago
  16. 35b6386 feat: support complex types (#202) by Jingsong Lee · 6 days ago
  17. 1f4aac6 feat(scan): support data-level stats pruning in TableScan (#196) by Zach · 6 days ago
  18. 4ff1c11 feat: support schema evolution read with SchemaManager (#197) by Jingsong Lee · 6 days ago
  19. 30d76b9 feat: support time travel by tag name and doc it (#199) by Jingsong Lee · 7 days ago
  20. 38830ef feat(scan): support deletion vector cardinality (#200) by yuxia Luo · 7 days ago
  21. 9478259 feat: introduce time travel for data fusion (#195) by Jingsong Lee · 7 days ago
  22. 1154bdb feat: support limit push down in datafusion (#177) by yuxia Luo · 7 days ago
  23. aa2cb75 fix(api/auth): resolve clippy dead_code warning (#191) by Song Chuanqi · 7 days ago
  24. 10e190b feat(datafusion): support partition predicate pushdown (#190) by Zach · 7 days ago
  25. ea400db feat: add paimon-rust website (#194) by Jingsong Lee · 7 days ago
  26. cd3670c feat: support data evolution table mode (#193) by Jingsong Lee · 7 days ago
  27. f2e0dc7 feat(io): refactor FileIO to reuse storage operators and improve path handling (#106) by Zach · 8 days ago
  28. 6be17e8 feat: support catalog provider in datafusion (#176) by yuxia Luo · 8 days ago
  29. 2aa501c chore(deps): update serde_avro_fast requirement from 1.1.2 to 2.0.2 (#182) by dependabot[bot] · 8 days ago
  30. b5744ae chore(deps): bump actions/checkout from 4 to 6 (#181) by dependabot[bot] · 8 days ago
  31. de526e0 chore(deps): bump actions/upload-artifact from 4 to 7 (#180) by dependabot[bot] · 8 days ago
  32. 570eb12 chore(deps): bump actions/download-artifact from 4 to 8 (#179) by dependabot[bot] · 8 days ago
  33. 1066d87 chore(deps): bump apache/skywalking-eyes from 0.6.0 to 0.8.0 (#178) by dependabot[bot] · 8 days ago
  34. c0d0bcf chore(deps): update snafu requirement from 0.8.3 to 0.9.0 (#184) by dependabot[bot] · 8 days ago
  35. 320c927 fix: remove protected_branches in asf.yaml (#187) by Jingsong Lee · 8 days ago
  36. 7bb5746 chore(deps): update roaring requirement from 0.10 to 0.11 (#186) by dependabot[bot] · 8 days ago
  37. 45b17ab feat: introduce catalog factory to unify api for creating catalog (#175) by yuxia Luo · 8 days ago
  38. 0cb1a83 feat(table): support partition predicate pruning in TableScan (#167) by Zach · 8 days ago
  39. 5ed8b7f feat(datafusion): parallelize paimon split execution (#169) by Zach · 8 days ago
  40. b98cfdd ci: introduce release rust pipeline (#171) by yuxia Luo · 8 days ago
  41. 15956bb feat: implement RESTCatalog with database and table CRUD (#160) by umi · 8 days ago
  42. 3445cd4 ci: trigger go release pipeline on release tag push (#166) by yuxia Luo · 10 days ago
  43. b018c04 feat: introduce projection in go binding and datafusion. (#162) by yuxia Luo · 11 days ago
  44. 8a37da3 fix: remove invalid gh-pages key from .asf.yaml and add CI validation (#159) by XiaoHongbo · 11 days ago
  45. 0b08970 feat(spec): define Predicate data structure and PredicateBuilder (#156) by Zach · 11 days ago
  46. 102e4f0 feat: Introduce docs for paimon-rust (#157) by Jingsong Lee · 11 days ago
  47. 6f34239 fix: Adjust required_approving_review_count to zero (#158) by Jingsong Lee · 12 days ago
  48. a622982 feat(table): support column projection in ReadBuilder (#153) by Zach · 12 days ago
  49. 884ef56 feat: implement REST API database and table CRUD operations with DLF authentication (#147) by umi · 12 days ago
  50. e1cb194 feat: support partitioned table in TableScan and TableRead (#145) by Zach · 2 weeks ago
  51. 7d0a80a feat: support datafusion integration (#150) by yuxia Luo · 2 weeks ago
  52. 3ec678d feat(io): support S3 file IO (#142) (#143) by Zach · 3 weeks ago
  53. 952b099 feat: add REST API client with list_databases support (#144) by umi · 3 weeks ago
  54. 917ac26 feat(spec): implement partition path generation (#139) by Zach · 3 weeks ago
  55. 87682dc feat: support read deletion vector to arrow (#141) by yuxia Luo · 3 weeks ago
  56. 7d52915 ci: add release pipeline for go binding (#138) by yuxia Luo · 3 weeks ago
  57. 0065e7d feat: implement BinaryRow deserialization for partition bytes (#133) by Zach · 4 weeks ago
  58. 1247d8c feat: add OSS storage support. (#134) by Zach · 4 weeks ago
  59. 598a2c3 feat: introduce go binding (#132) by yuxia Luo · 4 weeks ago
  60. 1bb21c5 feat: introduce binpack to group splits (#135) by yuxia Luo · 4 weeks ago
  61. 4db64be feat: introduce c binding to expose ffi for go binding (#123) by yuxia Luo · 4 weeks ago
  62. a12c3d8 feat: plan support to plan deletion vector (#118) by yuxia Luo · 4 weeks ago
  63. 4ba5b2d feat: support read to arrow (#116) by yuxia Luo · 4 weeks ago
  64. fd0e21c feat: introduce read builder (#114) by yuxia Luo · 4 weeks ago
  65. 832804b feat: introduce basic deletion vector support (#110) by yuxia Luo · 5 weeks ago
  66. 2525a12 ci: introduce deny to check apache compatible licenses (#112) by yuxia Luo · 5 weeks ago
  67. 115e79c ci: introduce spark paimon integration for integration test (#107) by yuxia Luo · 5 weeks ago
  68. acf5438 feat: introduce table scan to plan splits (#96) by yuxia Luo · 5 weeks ago
  69. 22bb7b7 fix(io): return correct list_status paths and reuse storage operators (#101) by Zach · 5 weeks ago
  70. 96c39f2 feat: introduce snapshot manager (#103) by yuxia Luo · 5 weeks ago
  71. 5fc1903 feat: Introduce split & plan (#95) by yuxia Luo · 5 weeks ago
  72. 593be85 feat: introduce manifest (#94) by yuxia Luo · 6 weeks ago
  73. 147f6d0 feat: introduce filesystem catalog (#93) by yuxia Luo · 6 weeks ago
  74. aba8396 feat: introduce catalog api (#92) by yuxia Luo · 6 weeks ago
  75. 3296926 feat: introduce schema (#90) by yuxia Luo · 6 weeks ago
  76. 9310244 chore: add issue and pr template (#91) by yuxia Luo · 6 weeks ago
  77. 3ef9234 ci: fix clippy warn error to long issue (#88) by yuxia Luo · 8 weeks ago
  78. 1f69c4a chore(deps):update rust version be 1.86.0 (#84) by DogeKing · 12 months ago
  79. f2a65d1 feat: Implement Index Manifest (#76) by zmlcc · 12 months ago
  80. 357bdb4 feat: add devcontainer support (#74) by zmlcc · 1 year, 7 months ago
  81. 4275c6b feat(spec): Impl the ManifestFile read functionality (#69) by WenjunMin · 1 year, 7 months ago
  82. f727960 feat: Implement ser/de for the remaining all (#58) by ForwardXu · 1 year, 7 months ago
  83. 65eb13a feat(file_index): add file index format read and write (#63) by Huanbing · 1 year, 7 months ago
  84. fb27ca4 docs: improve CONTRIBUTING.md (#65) by ForwardXu · 1 year, 7 months ago
  85. 99b04df chore(deps): update opendal requirement from 0.48 to 0.49 (#67) by dependabot[bot] · 1 year, 7 months ago
  86. 5a5220d feat(spec): Add CommitKind in snapshot (#64) by WenjunMin · 1 year, 7 months ago
  87. b91a3b0 spec: Implement ManifestList read functionality (#59) by WenjunMin · 1 year, 7 months ago
  88. 8a2ea68 feat(io): Implement base IO Module (#51) by Huanbing · 1 year, 8 months ago
  89. d1c4fd2 feat(test): add manifest file meta json fixtures (#55) by Huanbing · 1 year, 8 months ago
  90. 74a99f0 feat(io): Align FileStatus with the Java API. (#45) by WenjunMin · 1 year, 8 months ago
  91. 6dc72e0 ci: fix ci error (#53) by ErXi · 1 year, 8 months ago
  92. a74ae0d test: Use test fixtures to test data type (#50) by Xuanwo · 1 year, 8 months ago
  93. ec38d14 feat: add schema change (#27) by ErXi · 1 year, 8 months ago
  94. bdb0583 feat(test): add data type fixtures (#47) by Huanbing · 1 year, 8 months ago
  95. bbc3d95 feat: Implement ser/de for all types (#49) by Xuanwo · 1 year, 8 months ago
  96. f051e23 feat: Implement serde for boolean and array (#48) by Xuanwo · 1 year, 8 months ago
  97. bd2f887 ut: add test for `Snapshot` (#39) by ErXi · 1 year, 8 months ago
  98. e86c828 refactor: Refactor error in DataType (#36) by ForwardXu · 1 year, 8 months ago
  99. 7302564 feat(spec): complete the Display and is_nullable for DataType (#35) by Aitozi · 1 year, 8 months ago
  100. 1eae06f chore(deps): update typed-builder requirement from ^0.18 to ^0.19 (#28) by dependabot[bot] · 1 year, 8 months ago