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