1. fa3cb4a [core] Introduce sys.tables and sys.partitions to show all tables in catalog (#6298) by Jingsong Lee · 4 hours ago master
  2. 681122a [cdc] Fix cannot be cast to float due to precision loss (#6291) by chuangchuang · 4 hours ago
  3. ffd1f9c [rest] Add tableType parameter support for listing tables (#6295) by Jiajia Li · 4 hours ago
  4. 3450061 [spark] Resolve function after all args have been resolved (#6292) by Zouxxyy · 12 hours ago
  5. 3966564 [doc][spark] Update paimon spark download link (#6293) by Zouxxyy · 12 hours ago
  6. b5bab9b [core] Correct searchPartSpecAndPaths invoking in FormatTableScan by JingsongLi · 3 days ago
  7. 5ea57ef [core] optimize partition filter for format table (#6263) by jerry · 3 days ago
  8. 0d61b36 [core] file io support TwoPhaseOutputStream (#6287) by jerry · 3 days ago
  9. 24d28dd [hotfix] Minor refactor for FileStoreCommitImpl by JingsongLi · 3 days ago
  10. 4b7875c [core] Fix the commit kind when performing row-level changes on non-pk table (#6025) by Zouxxyy · 3 days ago
  11. 523244c [format] Introduce BlobFileFormat to blob storage (#6283) by Jingsong Lee · 3 days ago
  12. 04b2510 [core] Separate indexIncrement into dataIncrement and compactIncrement (#6285) by Zouxxyy · 3 days ago
  13. 6e68897 [doc][spark] Update spark preparation doc (#6279) by Zouxxyy · 4 days ago
  14. 0551af4 [core] Introduce DeltaVarintCompressor to length array compress (#6280) by Jingsong Lee · 4 days ago
  15. 32f3f0d [iceberg] Enhance Iceberg timestamp type compatibility with extended precision support. (#6278) by Jiajia Li · 5 days ago
  16. 036f5c5 [spark] support using scala 2.13 to build and deploy with paimon-spark (#6128) by Houliang Qi · 5 days ago
  17. da94af7 [spark] Avoid unnecessary repeated resolve MergeIntoTable (#6275) by Zouxxyy · 5 days ago
  18. 37ebf45 [hotfix] compile error in AbstractBinaryWriter (#6276) by jerry · 5 days ago
  19. 5925fba [core] Introduce blob type and blob data (#6268) by Jingsong Lee · 5 days ago
  20. 46947e4 [avro] Optimize map<string, string> in avro (#6256) by tsreaper · 5 days ago
  21. eb340b5 [core] Primary key types should not be changed (#6264) by tsreaper · 5 days ago
  22. 3f86475 [append] Fix error of compaction append table with deletion vectors (#6258) by yuzelin · 5 days ago
  23. 5c32c89 [hotfix] Fix comments in MergeFileSplitRead and style by JingsongLi · 5 days ago
  24. 56a97e9 [clone] support specifying target prefer file format (#6273) by shyjsarah · 5 days ago
  25. d481fdc [doc] Fix Python code syntax errors and typo in PVFS documentation (#6269) by Jiajia Li · 6 days ago
  26. ad345fb [test] Fix method visibility in CatalogTestBase (#6267) by Jiajia Li · 6 days ago
  27. 801e18d [core][flink] Remove withMemoryPool in TableWriteImpl (#6265) by tsreaper · 6 days ago
  28. 4e94796 [core] Modify all row lineage to row tracking in codes (#6262) by Jingsong Lee · 6 days ago
  29. 3bb1b7e [hotfix] Fix version of paimon-hadoop-uber by JingsongLi · 6 days ago
  30. 1f1b993 [core] Add paimon hadoop uber module (#6224) by Fang Yong · 6 days ago
  31. 6f605c3 [release] Update version to 1.4-SNAPSHOT by JingsongLi · 7 days ago
  32. 7707856 [Python] fix oss file_io client_kwargs for pyarrow 16.0 (#6255) by ChengHui Chen · 7 days ago release-1.3
  33. d04b75d [hotfix] Minor fix comments of Data Types by JingsongLi · 7 days ago
  34. e3e5b44 [doc] Add description for python api doc by JingsongLi · 7 days ago
  35. 93b8bcd [python] Refactor Test to standardize naming and structure (#6252) by umi · 7 days ago
  36. bfa4804 [Python] Update Doc for Read Splits and Data Types (#6254) by ChengHui Chen · 7 days ago
  37. f43a348 [Python] Enhance data type support (#6253) by ChengHui Chen · 8 days ago
  38. a3cecf5 [flink] Use Paimon format table read for flink (#6246) by jerry · 9 days ago
  39. 01e6ca5 [core] Ensure system tables use the correct identifier for loadTableToken in RESTTokenFileIO. (#6247) by Jiajia Li · 9 days ago
  40. 3bc4d90 [spark] Enhance v1 write merge schema test coverage (#6249) by Kerwin Zhang · 9 days ago
  41. 88a4ee1 [spark] Eliminate duplicate convertLiteral invocations (#6250) by Kerwin Zhang · 9 days ago
  42. 384c430 [python] Fix failing to read 1000cols (#6244) by umi · 10 days ago
  43. e2ab2a0 [python] Expose CatalogFactory and Schema directly (#6243) by Jingsong Lee · 11 days ago
  44. 1650c98 [doc] Modify Python API to JVM free (#6242) by umi · 11 days ago
  45. 5b21c24 [python] Fix multiple write brefore once commit (#6241) by umi · 11 days ago
  46. 3199bcb [core] Support push down branchesTable by branchName (#6231) by big face cat · 11 days ago
  47. ad93f55 [cdc] Fix PostgreSQL DECIMAL type conversion issue (#6239) by Juntao Zhang · 11 days ago
  48. 19da8eb [arrow] Optimize Arrow string write performance (#6240) by Jingsong Lee · 11 days ago
  49. 92e2f55 [core] Fix checkpoint recovery failure for compacted changelog files (#6173) by Sean Xia · 11 days ago
  50. 351f8b5 [core] RESTCatalog: add DLF OSS endpoint support and improve configuration merge (#6232) by Jiajia Li · 11 days ago
  51. 75668ea [core] fix RESTCatalog#listViews for system database (#6233) by yunfengzhou-hub · 11 days ago
  52. b83ebdd [core] Introduce 'ignore-update-before' to ignore UD only (#6235) by Jingsong Lee · 11 days ago
  53. ed39c17 [python] Fix DLF partition statistical error (#6237) by umi · 11 days ago
  54. b7d3e1a [python] Add _VALUE_STATS_COLS param to fix parse wrong bytes (#6234) by umi · 12 days ago
  55. 13a0a65 [ci] Rename to Python Check Code Style and Test by JingsongLi · 12 days ago
  56. a8c1c26 [python] Rename binary row to generic row by JingsongLi · 12 days ago
  57. f1edaee [hotfix] Remove methods in SchemaManager for SchemasTable by JingsongLi · 12 days ago
  58. 9e388af [core] Refactor AggregateMergeFunction and PartialUpdateMergeFunction for better maintenance and add test for retracting (#6218) by yuzelin · 12 days ago
  59. 42a6d33 [doc][spark] Split out the Structured Streaming page (#6230) by Zouxxyy · 12 days ago
  60. 6e7481e [python] Fix string size being an integer multiple of bytes (#6225) by umi · 13 days ago
  61. 4e7e418 [doc] Correct description for 'clustering.strategy' by JingsongLi · 13 days ago
  62. 6bd2ee7 [core] Fix manifests system table not work in REST Catalog (#6223) by Jingsong Lee · 13 days ago
  63. e39f853 [doc] Remove Flink 2.0 snapshot download link by JingsongLi · 13 days ago
  64. 00a8e59 [core] Add lazied fields in RowType to improve performance (#6214) by Jingsong Lee · 13 days ago
  65. 6e0abf7 [core] Introduce external buffer in lookup merging (#6219) by Jingsong Lee · 13 days ago
  66. ce5a83f [doc] fix inconsistent attribute names in procedures.md (#6216) by Shane · 13 days ago
  67. 9364bcb [spark] Fix v1 function with CTE (#6215) by Zouxxyy · 13 days ago
  68. 2d28093 [format] Format writer check null value for non-null field and throw useful message (#6213) by yuzelin · 13 days ago
  69. 01215e8 [Python] Miscellaneous fixes for hybrid write/read (#6220) by ChengHui Chen · 13 days ago
  70. 270f1c9 [core] Mark row-tracking.enabled and data-evolution.enabled as Immutable (#6217) by Zouxxyy · 14 days ago
  71. 11ce51c [core] The TopN predicate for range-bitmap supports multiple sort keys (#6209) by Glenn · 2 weeks ago
  72. 14ea82d [core] Support multi ordering TopN with allow duplicate in bitmap (#6178) by Arnav Balyan · 2 weeks ago
  73. 33253e5 [doc] Refactor table types to rest dir by JingsongLi · 2 weeks ago
  74. c27b9e8 [doc] Add pvfs for rest catalog by JingsongLi · 2 weeks ago
  75. 48c6447 [spark] Bump spark version to 4.0.1 (#6212) by Zouxxyy · 2 weeks ago
  76. 6e3a421 [flink] Fix file not found when using changelog compact with multiple extra paths (#6210) by tsreaper · 2 weeks ago
  77. 2ccb66c [python] Fix: Correct OSS config key for sample (#6211) by ChengHui Chen · 2 weeks ago
  78. faba3a1 [Python] Support overwrite mode for writer (#6186) by ChengHui Chen · 2 weeks ago
  79. e771c68 [python] Fix failing to access DLF under python 3.6 (#6207) by umi · 2 weeks ago
  80. 1533250 [core] Introduce manifest entry cache grouped by partition and bucket (#6191) by Jingsong Lee · 2 weeks ago
  81. 4e7f2b2 [core] Correct CommitMessageSerializer.indexEntryDeserializer for version 8 (#6203) by Jingsong Lee · 2 weeks ago
  82. 45b2182 [core] clean up remaining empty directories. (#6181) by zhoulii · 2 weeks ago
  83. c937b53 [clone] refactor clone from hive to support csv and json table clone (#6200) by shyjsarah · 3 weeks ago
  84. 624bfda [python] Support reading and writing append table under python 3.6 (#6194) by umi · 3 weeks ago
  85. 6614d80 [spark] Throw exception when using unknown provider (#6199) by Zouxxyy · 3 weeks ago
  86. 9160f24 [parquet] Catch MissingOffsetIndexException in ParquetFileReader (#6198) by Jingsong Lee · 3 weeks ago
  87. f242bb6 [format-table] fix filter contains partition filter (#6197) by jerry · 3 weeks ago
  88. 94c0fd2 [core] let 'sequence.field' be mutable (#6196) by Jingsong Lee · 3 weeks ago
  89. ee4039a [hotfix] More info to log in FileStoreCommitImpl by JingsongLi · 3 weeks ago
  90. abb7798 [core] Increase 'sink.writer-coordinator.cache-memory' (soft reference) to 2GB by JingsongLi · 3 weeks ago
  91. a8ba93e [spark] Fix merge into table with varchar type (#6192) by Zouxxyy · 3 weeks ago
  92. 04fbe17 [hotfix] Use safety ConcurrentHashMap in IndexFilePathFactories by JingsongLi · 3 weeks ago
  93. 73c86a9 [hotfix] Minor refactor SparkCatalog (#6188) by Zouxxyy · 3 weeks ago
  94. 2d324f0 [core] fix: FormatReadBuilder serialization fail and partition bug (#6190) by jerry · 3 weeks ago
  95. 51bfa9a [python] Fix bin packing bug when writing large data (#6189) by umi · 3 weeks ago
  96. fe7f16e [hotfix] Minor refactor FormatReadBuilder by JingsongLi · 3 weeks ago
  97. 7d2833d [core] support format table read (#6095) by jerry · 3 weeks ago
  98. 77f130b [Python] Predicate Push Down for Scan / Read (#6166) by ChengHui Chen · 3 weeks ago
  99. 0cc6721 [ci] Check no large binary files in repo (#6175) by ChengHui Chen · 3 weeks ago
  100. 5b60553 [python] Prepare to support Python 3.6 (#6174) by jerry · 3 weeks ago