Sign in
apache
/
paimon-rust
/
HEAD
009d610
fix(spec): accept Java's long memory-size units and reject overflow (#621)
by jackylee
· 24 hours ago
main
82cecf1
fix(table): stop answering COUNT(*) from a placeholder row count (#624)
by Dapeng Sun(孙大鹏)
· 24 hours ago
7810abe
feat(datafusion): support alter column (#625)
by QuakeWang
· 24 hours ago
e5a9087
fix(spec): validate bucket-key against table schema (#620)
by jackylee
· 24 hours ago
4a933ec
perf(arrow): evaluate In/NotIn with a hash set for byte, string, and integer columns (#619)
by Jordan Epstein
· 3 days ago
885dd29
fix(datafusion): return vector_search rows in best-first relevance order (#613)
by XiaoHongbo
· 3 days ago
3cb51e8
fix(index): sort search top-k results by relevance when not truncating (#614)
by XiaoHongbo
· 3 days ago
27dea79
[spec] Support parsing REST catalog Predicate and Transform JSON (#500)
by Jiajia Li
· 3 days ago
595e358
feat(table): add primary-key hybrid (vector + full-text) search (#568)
by Junrui Lee
· 3 days ago
4aa617e
fix(table): validate write batch schema at the core entry (#602)
by Wuhen- Li
· 3 days ago
e1aaf1e
feat(c): export vector-search projection over the C FFI (#608)
by Junrui Lee
· 3 days ago
ebbf6dd
feat(vector-search): use data conjuncts only for the PK-vector residual and pre-filter guard (#609)
by Junrui Lee
· 3 days ago
792c9d9
perf(table): search global index fields concurrently (#610)
by QuakeWang
· 3 days ago
5ea33f1
feat(python): add abort method to TableCommit for write rollback (#612)
by hechao
· 3 days ago
d7ebfba
fix(table): short-circuit empty global index ranges (#606)
by QuakeWang
· 5 days ago
6b67829
chore: bump version to 0.4.0 (#607)
by XiaoHongbo
· 5 days ago
7b54d44
ci: install cargo-about CLI on Intel macOS (#605)
by XiaoHongbo
· 6 days ago
release-0.3
v0.3.0
v0.3.0-rc1
16e98f4
fix: serialize empty BinaryRow with fixed part (#604)
by WAR10CK
· 6 days ago
612f1a2
feat: add local disk cache (#600)
by Jingsong Lee
· 6 days ago
b7d7ee2
perf(table): push row-range pruning into manifest scan (#590)
by XiaoHongbo
· 6 days ago
cac63da
partial_update: support field aggregation reads (#598)
by shyjsarah
· 6 days ago
23f60a1
feat(table): add primary-key full-text read path (#599)
by Junrui Lee
· 6 days ago
17a993e
fix(table): align bitmap index ordering with Java (#601)
by QuakeWang
· 6 days ago
5c17d26
perf(parquet): prune row selection with OffsetIndex (#597)
by XiaoHongbo
· 6 days ago
9e7accf
feat(table): support selected ranges for rolled dedicated files (#592)
by XiaoHongbo
· 6 days ago
d0e2efb
feat(table): add primary-key full-text read data layer (#594)
by Junrui Lee
· 6 days ago
4c70d28
feat(fulltext): read global indexes via paimon-ftindex-core (#571)
by shyjsarah
· 6 days ago
d607932
build: correct Jieba release license metadata (#593)
by shyjsarah
· 6 days ago
0f049de
fix(table): match Java NaN ordering in aggregation (#588)
by Wuhen- Li
· 6 days ago
2ef0702
perf(table): search global index shards concurrently (#589)
by XiaoHongbo
· 7 days ago
32c5a1a
build(bindings): package complete legal metadata (#561)
by XiaoHongbo
· 7 days ago
5f9f184
partial_update: support sequence-group reads (#584)
by shyjsarah
· 7 days ago
8c90381
fix: use i64 for index file size (#586)
by XiaoHongbo
· 7 days ago
2b8f908
fix(table): enable global index by default (#587)
by XiaoHongbo
· 7 days ago
f8471ea
feat(ftindex): read Java full-text archives via paimon-ftindex-core (#563)
by Junrui Lee
· 7 days ago
fb86c9a
[core] Search primary-key vector buckets and files concurrently (#556)
by Junrui Lee
· 7 days ago
7bcdf1a
fix(table): reject invalid global index metadata (#578)
by XiaoHongbo
· 7 days ago
defdd24
build: harden Rust crate publishing (#562)
by XiaoHongbo
· 7 days ago
2db588a
[core] Batch primary-key vector search over a shared plan (#560)
by Junrui Lee
· 7 days ago
9a2de85
feat(table): read materialized deletion-vector PK splits (#580)
by shyjsarah
· 7 days ago
308d5b0
fix(blob): validate entry integrity on reads (#582)
by QuakeWang
· 7 days ago
2fb5e49
docs: add C integration guide (#581)
by Jingsong Lee
· 8 days ago
fbde45c
docs: add TPC-DS SF100 performance report (#553)
by Jingsong Lee
· 8 days ago
530cce2
build: lock and verify release dependencies (#558)
by XiaoHongbo
· 8 days ago
f0cbb84
feat: deserialize DataSplit from Paimon-native bytes (core + C binding) (#565)
by Junrui Lee
· 8 days ago
9908c47
fix(partial-update): support ignore-delete semantics (#573)
by shyjsarah
· 8 days ago
856d417
fix(datafusion): avoid loading tables for SHOW TABLES (#576)
by shyjsarah
· 8 days ago
6824972
fix(api): honor REST config overrides
by shyjsarah
· 8 days ago
7afff74
perf(datafusion): push filters into Paimon Parquet readers (#574)
by Jingsong Lee
· 8 days ago
a9a8f6b
build(python): give RC artifacts unique versions (#557)
by XiaoHongbo
· 8 days ago
9e83dea
fix(row): guard timestamp conversion against overflow from corrupt data (#545)
by hechao
· 8 days ago
4131c4d
perf(table): stream primary-key vector exact fallback one batch at a time (#559)
by Junrui Lee
· 8 days ago
e242cbd
feat(blob): support ARRAY<BLOB> reads (#566)
by QuakeWang
· 8 days ago
f3bd6a7
fix(datafusion): enforce blob reader location boundaries (#552)
by QuakeWang
· 9 days ago
4211dda
[core] Rerank primary-key vector candidates with exact distances (#550)
by Junrui Lee
· 9 days ago
d73c150
feat(table): support the Lumina/DiskANN backend in primary-key vector read (#555)
by Junrui Lee
· 9 days ago
ddd8792
[c] Support vector search materialized read in C FFI bindings (#537)
by Junrui Lee
· 9 days ago
ae62146
fix(table): fail closed for query-auth batch vector search (#551)
by Wuhen- Li
· 9 days ago
f38096a
[datafusion] Support runtime filters for Paimon scans (#549)
by Jingsong Lee
· 9 days ago
8265068
feat(table): align primary-key vector read to physical-coordinate model (#544)
by Junrui Lee
· 9 days ago
88d40b8
docs(python): add Python Integration documentation page (#538)
by hechao
· 9 days ago
8987e45
perf(blob): finalize blob bunch metadata once (#539)
by QuakeWang
· 9 days ago
dd6e3fc
fix(core): resolve storage config aliases to canonical keys (#540)
by Wuhen- Li
· 9 days ago
16db7a5
fix(index): deduplicate vector search top-k results (#541)
by QuakeWang
· 9 days ago
6d1617f
feat(python): add BETWEEN/NOT BETWEEN predicate support (#546)
by hechao
· 9 days ago
6e8487b
perf(datafusion): align Paimon scan statistics with Parquet (#548)
by Jingsong Lee
· 10 days ago
81d2986
perf(datafusion): honor Paimon read.batch-size (#547)
by Jingsong Lee
· 10 days ago
7e28357
[datafusion] Support Utf8View schemas and residual filtering (#543)
by Jingsong Lee
· 10 days ago
054ce25
[benchmark] Add DataFusion TPC-DS benchmark harness (#542)
by Jingsong Lee
· 11 days ago
017d1a4
perf(table): create pk-vector exact-fallback readers on demand (#535)
by Junrui Lee
· 11 days ago
7c56827
fix(catalog): handle filesystem catalog existence on object stores (#528)
by Pandas
· 12 days ago
a811c2f
fix(blob): support placeholder fallback reads (#530)
by QuakeWang
· 12 days ago
5437659
[core] Support scalar residual filter on primary-key vector search (#533)
by Junrui Lee
· 12 days ago
42dbd39
[core] Support MAP shared-shredding in Parquet (#536)
by Jingsong Lee
· 12 days ago
ae53bbf
perf(blob): parallelize descriptor range reads (#534)
by Jingsong Lee
· 12 days ago
22a13b6
fix(table): align pk-vector source meta with Java (#531)
by Junrui Lee
· 13 days ago
0d927e1
feat(c): add write/commit C FFI bindings (#522)
by Socrates
· 13 days ago
40b199c
[core] Add primary-key vector search read integration (#526)
by Junrui Lee
· 13 days ago
c722f56
fix(datafusion): remove unneeded wildcard pattern for clippy 1.97.0 (#529)
by hechao
· 13 days ago
677cc06
feat: support existing changelog incremental reads (#509)
by Pandas
· 13 days ago
f55ad02
[core] Add primary-key vector read kernel (#517)
by Junrui Lee
· 13 days ago
aaf8a5c
feat(c): expose read builder scan options and time-travel through the C binding (#524)
by Junrui Lee
· 13 days ago
739d6f5
feat(datafusion): add BlobDescriptor SQL helper functions (#525)
by QuakeWang
· 13 days ago
7ceb2f8
fix(blob): support unknown-length BlobDescriptor ranges (#521)
by QuakeWang
· 2 weeks ago
088cc60
feat(c): expose string and range predicates through the C binding (#523)
by Junrui Lee
· 2 weeks ago
20cdfe9
feat: write value stats for append data files (#477)
by QuakeWang
· 2 weeks ago
8e44700
[core] Add primary-key vector bucket search kernel (#516)
by Junrui Lee
· 2 weeks ago
3484fb0
feat(datafusion): expose hybrid search scores (#519)
by QuakeWang
· 2 weeks ago
793ab42
fix(datafusion): skip view lookup for table functions (#518)
by shyjsarah
· 2 weeks ago
ddc1a55
expose table observability API for pypaimon_rust (#307)
by SeungMin
· 2 weeks ago
604ae83
feat: support case-insensitive column matching on reads (read-time parameter) (#496)
by Junrui Lee
· 2 weeks ago
0ddd3a5
[api] Add authTableQuery method to RESTApi (#498)
by Jiajia Li
· 2 weeks ago
5c80b52
feat(datafusion): implement DROP VIEW functionality in REST Catalog (#501)
by QuakeWang
· 2 weeks ago
d57cac1
feat: support rowkind.field write semantics (#507)
by Pandas
· 2 weeks ago
2760b14
feat: support batch incremental delta scans (#508)
by Pandas
· 2 weeks ago
ed64c7d
docs: add AI-assisted contribution policy (#512)
by QuakeWang
· 2 weeks ago
eed779e
[core] Parse primary-key vector index source metadata (_SOURCE_META) (#515)
by Junrui Lee
· 2 weeks ago
009039f
feat(datafusion): support REST Catalog CREATE FUNCTION (#499)
by Jingsong Lee
· 3 weeks ago
4e67c89
feat(datafusion): support REST Catalog CREATE VIEW (#497)
by Jingsong Lee
· 3 weeks ago
1bf775e
Support REST catalog views and SQL functions (#494)
by Jingsong Lee
· 3 weeks ago
Next »