1. 3f8acf0 perf: vectorize raw vector search (#734) by Jingsong Lee · 3 hours ago main
  2. 6e39faa feat(file_index): add predicate evaluation foundation (#721) by QuakeWang · 10 hours ago
  3. 4889e60 feat(go): add postpone fixed-bucket write bindings (#722) by XiaoHongbo · 10 hours ago
  4. 53c17eb perf(vindex): split build timing logs by phase (#723) by jerry · 10 hours ago
  5. dbb44c4 fix(avro): read TIME, BLOB, MULTISET and non-string-key map columns (#724) by jackylee · 10 hours ago
  6. 59bc642 fix(datafusion): surface tag create-time and retention in $tags (#728) by jackylee · 10 hours ago
  7. 45f6474 [core] Support multivalue global index (#731) by Jingsong Lee · 22 hours ago
  8. 8b18dda feat: add Java-compatible array predicate pushdown (#732) by Jingsong Lee · 26 hours ago
  9. a6b26f9 fix: serialize unbounded varchar as string (#730) by Jingsong Lee · 30 hours ago
  10. e495971 perf(vindex): decouple vector read threads and remove chunk barrier (#720) by jerry · 2 days ago
  11. 9cd773a feat(vindex): add DiskANN and IVF-SQ/RQ support (#726) by jerry · 2 days ago
  12. ab90d01 feat: add vector search timing and I/O diagnostics (#711) by jerry · 3 days ago
  13. 403a2b2 perf(vindex): size native batches by active indexes (#709) by jerry · 3 days ago
  14. 64c64a3 fix(data-evolution): require row tracking and row IDs (#718) by XiaoHongbo · 3 days ago
  15. be5456e feat(go): add table write bindings (#658) by XiaoHongbo · 4 days ago
  16. 5574d70 fix(scan): preserve Data Evolution file order in row-id groups (#717) by XiaoHongbo · 4 days ago
  17. 8118b6d fix(file_index): align file index format with Java V1 (#719) by QuakeWang · 4 days ago
  18. 87da7bf fix: configure OpenDAL writer chunk size (#713) by jerry · 5 days ago
  19. c7a71f4 fix(python): release GIL during catalog I/O (#716) by XiaoHongbo · 5 days ago
  20. 059a5c9 feat(write): add fixed-bucket write primitives for postpone tables (#659) by XiaoHongbo · 5 days ago
  21. 1dab496 feat: rust examples for creating and querying Paimon tables (#648) by Ganesh Sivakumar · 5 days ago
  22. f10cb91 fix(table): reject row ranges for format tables at read construction (#700) by jackylee · 5 days ago
  23. 2cdfec8 perf(arrow): prune IN predicates with row-group stats (#705) by QuakeWang · 5 days ago
  24. e4e27ee feat(io): support in-memory local cache (#710) by jerry · 5 days ago
  25. b83e0f2 fix(dlf): refresh expiring credentials (#714) by XiaoHongbo · 5 days ago
  26. 9672107 fix(datafusion): normalize index_type in global index procedures (#715) by jackylee · 5 days ago
  27. 992aced fix(auth): fail closed on query-auth tables outside the read boundary (#691) by Jiajia Li · 5 days ago
  28. 182934c fix(vindex): avoid full index reads during refine (#708) by jerry · 6 days ago
  29. 9f9739a feat(vindex): build indexes from streamed data splits (#707) by jerry · 7 days ago
  30. f9f279d feat: support deletion vector merge-on-read (#706) by Jingsong Lee · 8 days ago
  31. 85c9127 perf(parquet): prune IN predicates with page stats (#704) by QuakeWang · 8 days ago
  32. 3c9c8d8 fix(table): list the supported formats when a format table is rejected (#702) by jackylee · 9 days ago
  33. 51404e1 docs: correct five system-table column descriptions (#701) by jackylee · 9 days ago
  34. 3577e28 perf(scan): prune index manifest entries (#703) by QuakeWang · 10 days ago
  35. c58be1f fix(scan): prune primary-key files with key stats (#698) by QuakeWang · 10 days ago
  36. c120ac3 [core] Reduce global index planning IO (#699) by XiaoHongbo · 10 days ago
  37. d66d322 fix(predicate): resolve _ROW_ID by name, not by its placeholder leaf index (#642) by Jiajia Li · 11 days ago
  38. 5ed5f77 feat(table): support scan.watermark batch time travel (#677) by kid · 11 days ago
  39. fb82a4c test(spec): cover untested partial-update and blob-view error paths (#688) by jackylee · 11 days ago
  40. 4a66e95 docs: fix Go predicate usage comments and document with_row_ranges (#689) by jackylee · 11 days ago
  41. d842653 fix(arrow): enforce exact Mosaic predicate filtering (#694) by QuakeWang · 11 days ago
  42. ee7057b fix(storage): retry temporary OSS failures (#695) by XiaoHongbo · 11 days ago
  43. 79567f6 fix(datafusion): show an unreported partition statistic as NULL, not as -1 (#697) by Dapeng Sun(孙大鹏) · 11 days ago
  44. 7a8512f fix(scan): respect family-specific global-index search modes (#693) by XiaoHongbo · 12 days ago
  45. 932a9b3 fix(arrow): list every writable format in the write-format error (#690) by jackylee · 12 days ago
  46. b27c300 fix(scan): preserve partition group order (#692) by XiaoHongbo · 12 days ago
  47. 81b029a docs: document the $files and $branches system tables (#669) by jackylee · 14 days ago
  48. d1e8733 fix(spec): parse commit duration options and align their defaults with Java (#671) by jackylee · 14 days ago
  49. 99b446f fix(python): declare abort and default_database in the type stub (#683) by jackylee · 14 days ago
  50. 80d8c4e fix(spec): reject table-read.sequence-number.enabled without primary keys (#684) by jackylee · 14 days ago
  51. 83118a1 test(vindex): make PK-vector concurrency tests deterministic (#685) by QuakeWang · 14 days ago
  52. b43e519 fix(spec): reject changelog-producer on tables without primary keys (#670) by jackylee · 2 weeks ago
  53. b8d5905 feat(python): expose data evolution row ranges (#674) by XiaoHongbo · 2 weeks ago
  54. f07703a feat(datafusion): configure SQLContext runtime resources (#675) by shyjsarah · 2 weeks ago
  55. 491fda2 fix: release referenced file sets incrementally (#680) by shyjsarah · 2 weeks ago
  56. 7d12424 perf(vector-search): execute PK-vector leaves concurrently (#647) by Junrui Lee · 2 weeks ago
  57. 28971b5 fix(spec): validate sequence.field against table schema (#615) by jackylee · 2 weeks ago
  58. 3d445f9 perf(read): feed sorted runs into the PK merge LoserTree (#668) by Junrui Lee · 2 weeks ago
  59. cec2d4c perf(vindex): execute compatible queries through native batch search (#646) by Junrui Lee · 2 weeks ago
  60. a6d37a9 fix(spec): validate final schema consistently (#660) by QuakeWang · 2 weeks ago
  61. 6374444 docs: align the global index reference with the supported types and options (#661) by jackylee · 2 weeks ago
  62. fd72864 fix(spec): say precision, not length, in two type-parse errors (#662) by jackylee · 2 weeks ago
  63. 15effc3 docs: refresh the getting-started dependency and feature notes (#664) by jackylee · 2 weeks ago
  64. e13d379 test(vindex): make executor cancellation test deterministic (#667) by QuakeWang · 2 weeks ago
  65. 52ec867 fix(spec): normalize file-format options to lowercase (#663) by jackylee · 2 weeks ago
  66. 06826f1 fix(datafusion): reduce scan planning peak memory (#666) by XiaoHongbo · 2 weeks ago
  67. 4df2bcc docs: correct three wrong default values in CoreOptions doc comments (#640) by jackylee · 2 weeks ago
  68. 0d3e998 docs: correct three stale entries in the SQL option reference (#639) by jackylee · 2 weeks ago
  69. 07a9bef docs: correct the local verification commands (#637) by jackylee · 2 weeks ago
  70. c7d0dd4 fix(spec): reject reserved system field names at create and alter time (#641) by jackylee · 2 weeks ago
  71. 2fd6cd3 fix(table): keep every split of a format table under a positive LIMIT (#644) by Dapeng Sun(孙大鹏) · 2 weeks ago
  72. 8cd1166 perf(vindex): read search indexes through positional ranges (#645) by Junrui Lee · 2 weeks ago
  73. 190b6ac fix(spec): implement Display for BinaryTableStats (#632) by kid · 2 weeks ago
  74. de79604 fix(datafusion): normalize Paimon column identifiers consistently (#634) by QuakeWang · 2 weeks ago
  75. dd862f5 fix(table): honor physical schemas in raw evolution reads (#636) by Jingsong Lee · 2 weeks ago
  76. 09a0668 fix(spec): rewrite field-scoped options on column rename (#635) by kid · 2 weeks ago
  77. b8d37d1 build(deps): bump taiki-e/install-action from 2.84.0 to 2.85.4 (#649) by dependabot[bot] · 2 weeks ago
  78. ff15896 build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.2 (#650) by dependabot[bot] · 2 weeks ago
  79. f869e08 build(deps): bump astral-sh/setup-uv from 8.2.0 to 9.0.0 (#651) by dependabot[bot] · 2 weeks ago
  80. daf2c34 build(deps): bump lz4_flex from 0.11.6 to 0.13.1 (#657) by dependabot[bot] · 2 weeks ago
  81. c069464 perf(parquet): read row groups concurrently (#633) by XiaoHongbo · 2 weeks ago
  82. c666566 fix(table): align Data Evolution row-range pruning with Java (#628) by jerry · 2 weeks ago
  83. 34449a7 chore: upgrade paimon-vindex-core to 0.3.0 (#630) by Jingsong Lee · 3 weeks ago
  84. 6eef29e fix(table): skip unrelated BLOB and vector files in row-range reads (#629) by XiaoHongbo · 3 weeks ago
  85. 35a166d feat(datafusion): support database SQL statements (#627) by shyjsarah · 3 weeks ago
  86. 9867559 fix(datafusion): apply dynamic options to vector search (#623) by shyjsarah · 3 weeks ago
  87. a332ace feat(io): let FileIO wrap a caller-provided filesystem operator (#618) by Jordan Epstein · 3 weeks ago
  88. 25a04aa feat(c): build a catalog-free Table from a resolved schema JSON (#595) by Junrui Lee · 3 weeks ago
  89. 0fe37a7 feat: support batch incremental diff reads (#510) by Pandas · 3 weeks ago
  90. 009d610 fix(spec): accept Java's long memory-size units and reject overflow (#621) by jackylee · 3 weeks ago
  91. 82cecf1 fix(table): stop answering COUNT(*) from a placeholder row count (#624) by Dapeng Sun(孙大鹏) · 3 weeks ago
  92. 7810abe feat(datafusion): support alter column (#625) by QuakeWang · 3 weeks ago
  93. e5a9087 fix(spec): validate bucket-key against table schema (#620) by jackylee · 3 weeks ago
  94. 4a933ec perf(arrow): evaluate In/NotIn with a hash set for byte, string, and integer columns (#619) by Jordan Epstein · 3 weeks ago
  95. 885dd29 fix(datafusion): return vector_search rows in best-first relevance order (#613) by XiaoHongbo · 3 weeks ago
  96. 3cb51e8 fix(index): sort search top-k results by relevance when not truncating (#614) by XiaoHongbo · 3 weeks ago
  97. 27dea79 [spec] Support parsing REST catalog Predicate and Transform JSON (#500) by Jiajia Li · 4 weeks ago
  98. 595e358 feat(table): add primary-key hybrid (vector + full-text) search (#568) by Junrui Lee · 4 weeks ago
  99. 4aa617e fix(table): validate write batch schema at the core entry (#602) by Wuhen- Li · 4 weeks ago
  100. e1aaf1e feat(c): export vector-search projection over the C FFI (#608) by Junrui Lee · 4 weeks ago