- d4a19cb fix(tests): use portable bigint test literals (#200) by 小明同学 · 2 days ago main
- c0eea85 refactor(common): centralize checked class-pointer casts (#202) by lxy · 2 days ago
- 68329f0 build(lucene): use official Boost source archive (#201) by lxy · 3 days ago
- 67e6aca feat(shredding): support selected-key pushdown by MapSharedShreddingAccessBuilder (#195) by lszskye · 3 days ago
- 3cb6e1a perf(fs): avoid redundant object-store metadata requests (#189) by Mr Dk. · 3 days ago
- 1389694 feat(read): support deletion vectors for data-evolution tables (#191) by Nicholas Jiang · 3 days ago
- f75a464 perf(reader): rebase Arrow offsets by slicing buffers (zero-copy) instead of copying values (#188) by Zhou Hongfeng · 4 days ago
- 01fde19 feat: support real-time append writes and reads with pluggable memory indexers (#163) by lxy · 4 days ago
- fa37cb0 chore: clean up bitmap and CMake compatibility declarations (#193) by Zhang Jiawei · 5 days ago
- e0db538 feat(commit): support dropping delete file stats (#190) by Joey · 5 days ago
- 3663237 fix(arrow): retain pools for stream buffers (#182) by Mr Dk. · 10 days ago
- 58745c5 feat(build): support Linux aarch64 builds (#181) by Nicholas Jiang · 10 days ago
- 9329819 fix(commit): allow disabled manifest delete stats option (#187) by Joey · 10 days ago
- 2975a7a fix(parquet): avoid seeking into the middle of a row group when prefetch and page index filtering are both enabled (#185) by Zhou Hongfeng · 11 days ago
- 7fda93d feat(aggregate): add Java-compatible field aggregators (#183) by liangjie · 11 days ago
- 653cf18 feat: update commit message to version 12 (#179) by lszskye · 11 days ago
- ed60097 chore: add github triage collaborators (#184) by Zhang Jiawei · 11 days ago
- 92e7e55 fix(parquet): allow reading nested list/map columns whose leaf types differ only in representation (#172) by Zhou Hongfeng · 12 days ago
- b22463e fix(parquet): reuse RowGroupPageIndexReader in FileReaderWrapper layer (#166) by Zhou Hongfeng · 12 days ago
- 81608c7 fix: support nullable map key schemas and reject null key data (#176) by lxy · 12 days ago
- c961ff2 fix(release): make source archives reproducible (#177) by Zhang Jiawei · 12 days ago
- 208f65d feat(rest): support rest catalog for databases, tables and snapshots (#165) by Nicholas Jiang · 13 days ago
- 036f7f6 chore: bump version to 0.4.0 (#175) by Zhang Jiawei · 13 days ago
- 75544f7 feat(parquet): skip page headers of unselected pages via OffsetIndex-based direct read plan (#167) by Zhou Hongfeng · 13 days ago v0.3.0-rc2
- 4ad64a9 docs: standardize Paimon C++ naming (#168) by Zhang Jiawei · 13 days ago v0.3.0-rc1
- 9277fdf chore: prepare the repository for v0.3.0 (#162) by Zhang Jiawei · 2 weeks ago
- a899262 feat: migrate Paimon C++ 0.3 development history (#161) by lxy · 2 weeks ago
- 90b231b chore: enable rebase merges (#160) by Zhang Jiawei · 2 weeks ago
- 0b24a84 chore: add and harden Apache release tooling (#156) by Zhang Jiawei · 3 weeks ago release-0.2 v0.2.3-rc1
- eae924b chore: prepare Apache Paimon C++ 0.2.3 release (#155) by Zhang Jiawei · 3 weeks ago
- 131b092 fix: sync missing changes after repository migration (#154) by Zhang Jiawei · 3 weeks ago
- 2e94a8f chore: clean up license and notice attribution (#153) by Zhang Jiawei · 3 weeks ago
- 823b350 feat(index): introduce Lumina vector index and enable Lucene builds (#151) by Zhang Jiawei · 4 weeks ago
- f7e5751 feat(fs): introduce Jindo file system support (#148) by Zhang Jiawei · 5 weeks ago
- 5c81256 chore: clean up test data README whitespace (#147) by Zhang Jiawei · 5 weeks ago
- be8b3fe fix: add ScopeGuard to wait async tasks before early return in OrphanFilesCleanerImpl::Clean() (#307) (#150) by Zhang Jiawei · 5 weeks ago
- f98d67e chore: update homepage url links (#146) by Yonghao Fang · 5 weeks ago
- a4f6fe5 chore: add github workflows and update asf yaml (#144) by Yonghao Fang · 5 weeks ago
- b7d8f52 fix: fix compile and format (#143) by Yonghao Fang · 6 weeks ago
- e0cf3f5 fix: move append_only_writer files to core module (#141) by Yonghao Fang · 6 weeks ago
- 79729d7 feat: introduce FieldMapping and FieldMappingBuilder (#137) by lszskye · 6 weeks ago
- eec4f8d test: add write integration test coverage (#124) by Yonghao Fang · 6 weeks ago
- 82a73ca test: add testing utilities for data generation, row conversion and result validation (#123) by Yonghao Fang · 6 weeks ago
- 584f6fb feat: add ORC format reader/writer utilities (#122) by Yonghao Fang · 6 weeks ago
- c814882 test(orc): add unit tests for orc format (#136) by lszskye · 6 weeks ago
- 9fcb847 feat(orc): introduce ORC format infrastructure for statistics extraction, predicate pushdown, and read range generation (#135) by lszskye · 6 weeks ago
- c213775 test: add scan_and_read_inte_test (#134) by lszskye · 6 weeks ago
- 337b42d feat: mv append compact task and coordinator (#142) by lxy · 6 weeks ago
- c8687c0 feat: Migrate audit log and binlog system tables (#140) by lxy · 6 weeks ago
- f71f7fa feat: Migrate blob file context and byte range utilities (#130) by lxy · 6 weeks ago
- 3415b20 feat(format): add ORC format adapter, stream implementations and builder utilities (#121) by Yonghao Fang · 6 weeks ago
- a65f96a feat(catalog): add catalog interfaces, file system catalog and snapshot commit utilities (#120) by Yonghao Fang · 6 weeks ago
- 373c483 feat: add commit message and system table utilities (#119) by Yonghao Fang · 6 weeks ago
- f99028b test(data): introduce avro orc and parquet fixtures (#139) by Zhang Jiawei · 6 weeks ago
- ffa2f23 feat(build): introduce build scripts and public API headers (#129) by Zhang Jiawei · 6 weeks ago
- 0f2cd19 feat(core): introduce core options (#115) by Zhang Jiawei · 6 weeks ago
- d945409 feat: add snapshot, snapshot_info, and table core utilities with tests (#118) by Yonghao Fang · 7 weeks ago
- 0a31601 feat: add compact and postpone bucket writer utilities (#114) by Yonghao Fang · 7 weeks ago
- 805b01e feat(append): add bucketed append compact manager and coordinator tests (#113) by Yonghao Fang · 7 weeks ago
- 3e96684 feat(append): add append-only writer, compact task and coordinator (#112) by Yonghao Fang · 7 weeks ago
- e5aa957 feat(operation): introduce cleanup operations (#128) by Zhang Jiawei · 7 weeks ago
- 6b9eb68 feat(cmake): introduce build configuration (#127) by Zhang Jiawei · 7 weeks ago
- 0435334 feat(docs): introduce C++ documentation (#126) by Zhang Jiawei · 7 weeks ago
- 36941e2 feat: Migrate global index scan and file meta utilities (#125) by lxy · 7 weeks ago
- 2125a73 feat: Migrate Lucene global index for fts (#117) by lxy · 7 weeks ago
- 630735f test: Migrate data evolution and global index integration tests (#116) by lxy · 7 weeks ago
- 78f6f6b feat: add table scan, split generation and read infrastructure (#131) by lszskye · 7 weeks ago
- a4a65ca test: add comprehensive tests for CastExecutor (#132) by lszskye · 7 weeks ago
- 00f1fdd test: add integration tests for table scan functionality (#133) by lszskye · 7 weeks ago
- c662861 feat(common): introduce arrow utilities (#110) by Zhang Jiawei · 7 weeks ago
- 29c9f20 feat(testing): introduce mock testing utilities (#109) by Zhang Jiawei · 7 weeks ago
- c9e01de feat(test): introduce clean and blob table integration tests (#108) by Zhang Jiawei · 7 weeks ago
- e5a7da0 feat(mergetree): add compact manager, task abstractions and file rewrite task (#105) by Yonghao Fang · 7 weeks ago
- 5ba61ad feat(mergetree): add compaction core components and level management (#104) by Yonghao Fang · 7 weeks ago
- aa5a3fb test: add FileStoreCommitImpl test coverage (#103) by Yonghao Fang · 7 weeks ago
- 0daaef9 test: Migrate compaction integration tests (#107) by lxy · 7 weeks ago
- 4bf94fe test: Migrate read integration tests (#106) by lxy · 7 weeks ago
- a2df272 feat: Migrate lookup compact rewriter and remote manager (#102) by lxy · 7 weeks ago
- e160e77 feat: implement TableRead and FallbackDataSplit (#111) by lszskye · 7 weeks ago
- 646a0c4 feat: introduce type casting executors for Binary, Date, and Timestamp Types (#101) by lszskye · 7 weeks ago
- 03a40d5 feat: introduce type casting executors for schema evolution (#100) by lszskye · 7 weeks ago
- 91dd359 feat(format): introduce avro writer components (#88) by Zhang Jiawei · 8 weeks ago
- 990580f feat(format): introduce avro direct encoding (#94) by Zhang Jiawei · 8 weeks ago
- ddc8d63 feat(format): introduce blob file format (#98) by Zhang Jiawei · 8 weeks ago
- 337fccc feat(btree): add btree global index reader/writer/factory (#89) by lszskye · 8 weeks ago
- dca7183 feat(btree): add btree global index integration tests (#90) by lszskye · 8 weeks ago
- 9092d1b feat: introduce table scan, split and plan (#99) by lszskye · 8 weeks ago
- 9b27b92 feat: add file store write and restore utilities (#91) by Yonghao Fang · 8 weeks ago
- abf9e66 feat(core): add append-only/key-value file store write and compaction metrics (#92) by Yonghao Fang · 8 weeks ago
- 0476932 feat: add file store commit and manifest merger support (#95) by Yonghao Fang · 8 weeks ago
- ec06b4f feat: Migrate aggregate merge functions (#93) by lxy · 8 weeks ago
- ff09500 feat: Migrate lookup file support for pk compact (#96) by lxy · 8 weeks ago
- 2407cf1 feat: Migrate pk compact rewriters (#97) by lxy · 8 weeks ago
- ba013b4 feat: add index file metadata and handler infrastructure (#78) by lszskye · 8 weeks ago
- 4d1c320 feat: Migrate sort merge reader (#85) by lxy · 8 weeks ago
- a22663a feat(manifest): add manifest entry, file metadata and serialization utilities (#86) by Yonghao Fang · 8 weeks ago
- 8447abf feat: add type casting infrastructure for schema evolution (#79) by lszskye · 8 weeks ago
- bee3f8d feat(format): introduce avro file format (#84) by Zhang Jiawei · 8 weeks ago
- 124d6ff feat: Migrate merge function module (#83) by lxy · 8 weeks ago
- 0e85b9e feat(manifest): add manifest and index manifest support (#87) by Yonghao Fang · 8 weeks ago