Sign in
apache
/
paimon-rust
/
HEAD
9294d1f
feat(datafusion): support branch_manager and system table (#290)
by xuzifu666
· 2 days ago
main
6486efd
feat(datafusion): add CALL procedure support for tag and rollback operations (#291)
by Jingsong Lee
· 3 days ago
07de603
feat(datafusion): add TRUNCATE TABLE and DROP PARTITION SQL support (#292)
by Jingsong Lee
· 3 days ago
8d291b9
[doc] Document full_text_search and vector_search for datafusion (#289)
by Jingsong Lee
· 3 days ago
6fff76d
feat: add Lumina vector index read infrastructure (#267)
by XiaoHongbo
· 4 days ago
a5224ea
feat(datafusion): Add $manifests system table (#287)
by Jiajia Li
· 5 days ago
f4754f6
feat(datafusion): add Hive-style INSERT OVERWRITE PARTITION support and simplify API (#280)
by Jingsong Lee
· 5 days ago
c5e9067
feat(datafusion): Add $tags system table (#283)
by Jiajia Li
· 5 days ago
9ff131f
feat(datafusion): Add $snapshots system table (#264)
by Jiajia Li
· 6 days ago
553e4a3
feat: add custom Avro OCF reader for manifest parsing with filtered decoding (#281)
by Jingsong Lee
· 6 days ago
cb08370
fix: replace serde_avro_fast with apache-avro and optimize Avro reading (#276)
by yuxia Luo
· 8 days ago
546ec8d
feat(datafusion): add session-scoped dynamic options via SET/RESET (#274)
by Jingsong Lee
· 8 days ago
9514353
fix(datafusion): add error logging to catalog methods that silently swallow errors (#273)
by shyjsarah
· 9 days ago
560443e
feat(datafusion): reject typed columns in PARTITIONED BY clause (#271)
by Jingsong Lee
· 9 days ago
87671fa
feat(blob): add blob descriptor write support for append-only tables (#270)
by Jingsong Lee
· 10 days ago
391349d
feat(datafusion): add copy-on-write DML support for append-only tables (#269)
by Jingsong Lee
· 11 days ago
7b1008b
feat: add Vortex columnar file format support as optional feature (#260)
by Jingsong Lee
· 11 days ago
b27abe8
ci: fix ci to use constant_time_eq 0.4.2 (#268)
by Jingsong Lee
· 11 days ago
4b581c9
feat: Enable exact COUNT(*) pushdown via partition statistics (#262)
by Jingsong Lee
· 12 days ago
513942e
feat(datafusion): reuse core-owned limit hint logic (#224)
by Zach
· 13 days ago
11c7947
test: remove stale raw_convertible builder calls (#261)
by liang
· 13 days ago
9796ef7
feat: support reading blob files in data evolution flow (#259)
by Zach
· 13 days ago
86e4ce0
feat: add dynamic bucket assignment for primary-key tables (#254)
by Jingsong Lee
· 14 days ago
d5dd8fc
feat: add postpone bucket (bucket=-2) write support for primary-key tables (#252)
by Jingsong Lee
· 2 weeks ago
8880c7a
feat(blob): harden create-time schema contract (#251)
by Zach
· 2 weeks ago
aa19a2c
feat: add primary-key table read/write support with sort-merge deduplication (#249)
by Jingsong Lee
· 2 weeks ago
4a2e657
feat(blob): add BlobType groundwork and preserve DDL semantics (#250)
by Zach
· 2 weeks ago
0a89f75
feat: Add $schemas system table (#245)
by Jiajia Li
· 2 weeks ago
417eba0
chore: bump version to 0.2.0 (#247)
by yuxia Luo
· 2 weeks ago
fa8091e
refactor(read): split ArrowReader into DataFileReader, DataEvolutionReader and TableRead (#246)
by Jingsong Lee
· 2 weeks ago
bda2c7e
chore: update dependency list for release 0.1.0 (#244)
by yuxia Luo
· 2 weeks ago
f424ded
feat(write): add MERGE & UPDATE with DataEvolutionWriter (#241)
by Jingsong Lee
· 2 weeks ago
ac7d2b2
fix(docs): use correct crate name for integration tests. (#243)
by HunterXHunter
· 2 weeks ago
f996751
feat(datafusion): Add $options system table (#240)
by Jiajia Li
· 2 weeks ago
5c4551f
feat: support hdfs using hdfs native (#242)
by SeungMin
· 2 weeks ago
1b0e605
feat(datafusion): upgrade to DataFusion 53 and use VERSION AS OF (#236)
by Jingsong Lee
· 3 weeks ago
7b3c89f
feat(datafusion): Add DDL support with PRIMARY KEY constraint syntax (#237)
by Jingsong Lee
· 3 weeks ago
ecbf458
feat(write): add write pipeline with DataFusion INSERT INTO/OVERWRITE support (#234)
by Jingsong Lee
· 3 weeks ago
4a10094
perf(reader): Improve the performance of parquet reader (#230)
by umi
· 3 weeks ago
a3d535d
release: add document for how to release and how to verify a release (#235)
by yuxia Luo
· 3 weeks ago
db71611
feat(table): Add commit pipeline with SnapshotCommit abstraction (#233)
by Jingsong Lee
· 3 weeks ago
e0d1f69
feat(tantivy): Add Tantivy full-text search with on-demand archive reading (#231)
by Jingsong Lee
· 3 weeks ago
e65d222
feat(btree): Add BTree global index reader with async on-demand block loading (#229)
by Jingsong Lee
· 3 weeks ago
dd71c58
feat: abstract FormatFileReader and introduce ORC & avro readers (#225)
by Jingsong Lee
· 3 weeks ago
cc13352
feat(go): add filter push-down and predicate API for Go binding (#216)
by yuxia Luo
· 3 weeks ago
96c8715
feat: Support data evolution row id filter (#222)
by xiaohongbo04-bot
· 3 weeks ago
b33b2d7
feat: Implement statistics for data fusion scan (#217)
by Jingsong Lee
· 3 weeks ago
6635792
fix(scan): Harden time-travel selector validation (#219)
by Zach
· 3 weeks ago
022da71
feat: push down filters to parquet read path (#208)
by Zach
· 4 weeks ago
6b29f60
ci: add python release pipeline (#212)
by yuxia Luo
· 4 weeks ago
e8c98d9
feat(python): introduce pypaimon core and DataFusion catalog integration (#204)
by yuxia Luo
· 4 weeks ago
e0b5e5c
doc: add readme for paimon & datafusion integration crate (#209)
by yuxia Luo
· 4 weeks ago
5d1a930
feat(scan): add bucket pruning, DV/postpone filtering, and DE group pruning (#205)
by Jingsong Lee
· 4 weeks ago
abb0a43
chore(provision): make Spark integration test provisioning idempotent (#198)
by Song Chuanqi
· 4 weeks ago
9e59782
chore: remove useless allow dead code (#206)
by yuxia Luo
· 4 weeks ago
587389b
feat: replace apache-avro with serde_avro_fast and parallelize manifest reads (#203)
by Jingsong Lee
· 4 weeks ago
35b6386
feat: support complex types (#202)
by Jingsong Lee
· 4 weeks ago
1f4aac6
feat(scan): support data-level stats pruning in TableScan (#196)
by Zach
· 4 weeks ago
4ff1c11
feat: support schema evolution read with SchemaManager (#197)
by Jingsong Lee
· 4 weeks ago
30d76b9
feat: support time travel by tag name and doc it (#199)
by Jingsong Lee
· 4 weeks ago
38830ef
feat(scan): support deletion vector cardinality (#200)
by yuxia Luo
· 4 weeks ago
9478259
feat: introduce time travel for data fusion (#195)
by Jingsong Lee
· 4 weeks ago
1154bdb
feat: support limit push down in datafusion (#177)
by yuxia Luo
· 4 weeks ago
aa2cb75
fix(api/auth): resolve clippy dead_code warning (#191)
by Song Chuanqi
· 4 weeks ago
10e190b
feat(datafusion): support partition predicate pushdown (#190)
by Zach
· 4 weeks ago
ea400db
feat: add paimon-rust website (#194)
by Jingsong Lee
· 4 weeks ago
cd3670c
feat: support data evolution table mode (#193)
by Jingsong Lee
· 4 weeks ago
f2e0dc7
feat(io): refactor FileIO to reuse storage operators and improve path handling (#106)
by Zach
· 4 weeks ago
6be17e8
feat: support catalog provider in datafusion (#176)
by yuxia Luo
· 4 weeks ago
2aa501c
chore(deps): update serde_avro_fast requirement from 1.1.2 to 2.0.2 (#182)
by dependabot[bot]
· 4 weeks ago
b5744ae
chore(deps): bump actions/checkout from 4 to 6 (#181)
by dependabot[bot]
· 4 weeks ago
de526e0
chore(deps): bump actions/upload-artifact from 4 to 7 (#180)
by dependabot[bot]
· 4 weeks ago
570eb12
chore(deps): bump actions/download-artifact from 4 to 8 (#179)
by dependabot[bot]
· 4 weeks ago
1066d87
chore(deps): bump apache/skywalking-eyes from 0.6.0 to 0.8.0 (#178)
by dependabot[bot]
· 4 weeks ago
c0d0bcf
chore(deps): update snafu requirement from 0.8.3 to 0.9.0 (#184)
by dependabot[bot]
· 4 weeks ago
320c927
fix: remove protected_branches in asf.yaml (#187)
by Jingsong Lee
· 4 weeks ago
7bb5746
chore(deps): update roaring requirement from 0.10 to 0.11 (#186)
by dependabot[bot]
· 4 weeks ago
45b17ab
feat: introduce catalog factory to unify api for creating catalog (#175)
by yuxia Luo
· 4 weeks ago
0cb1a83
feat(table): support partition predicate pruning in TableScan (#167)
by Zach
· 4 weeks ago
5ed8b7f
feat(datafusion): parallelize paimon split execution (#169)
by Zach
· 4 weeks ago
b98cfdd
ci: introduce release rust pipeline (#171)
by yuxia Luo
· 4 weeks ago
15956bb
feat: implement RESTCatalog with database and table CRUD (#160)
by umi
· 4 weeks ago
3445cd4
ci: trigger go release pipeline on release tag push (#166)
by yuxia Luo
· 4 weeks ago
b018c04
feat: introduce projection in go binding and datafusion. (#162)
by yuxia Luo
· 4 weeks ago
8a37da3
fix: remove invalid gh-pages key from .asf.yaml and add CI validation (#159)
by XiaoHongbo
· 5 weeks ago
0b08970
feat(spec): define Predicate data structure and PredicateBuilder (#156)
by Zach
· 5 weeks ago
102e4f0
feat: Introduce docs for paimon-rust (#157)
by Jingsong Lee
· 5 weeks ago
6f34239
fix: Adjust required_approving_review_count to zero (#158)
by Jingsong Lee
· 5 weeks ago
a622982
feat(table): support column projection in ReadBuilder (#153)
by Zach
· 5 weeks ago
884ef56
feat: implement REST API database and table CRUD operations with DLF authentication (#147)
by umi
· 5 weeks ago
e1cb194
feat: support partitioned table in TableScan and TableRead (#145)
by Zach
· 5 weeks ago
7d0a80a
feat: support datafusion integration (#150)
by yuxia Luo
· 5 weeks ago
3ec678d
feat(io): support S3 file IO (#142) (#143)
by Zach
· 6 weeks ago
952b099
feat: add REST API client with list_databases support (#144)
by umi
· 6 weeks ago
917ac26
feat(spec): implement partition path generation (#139)
by Zach
· 6 weeks ago
87682dc
feat: support read deletion vector to arrow (#141)
by yuxia Luo
· 6 weeks ago
7d52915
ci: add release pipeline for go binding (#138)
by yuxia Luo
· 6 weeks ago
0065e7d
feat: implement BinaryRow deserialization for partition bytes (#133)
by Zach
· 7 weeks ago
1247d8c
feat: add OSS storage support. (#134)
by Zach
· 7 weeks ago
598a2c3
feat: introduce go binding (#132)
by yuxia Luo
· 7 weeks ago
Next »