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