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