1. 9dcdff6 docs: add 0.2.0 to releases page (#67) by jianguotian · 25 hours ago main
  2. 562d167 ci: deploy Java staging only for RC tags (#63) by XiaoHongbo · 2 days ago
  3. 96cfc49 ci: bump cibuildwheel to v4.1.0 (allowlisted SHA) (#65) by jianguotian · 3 days ago
  4. 3ed9f95 ci: gate PyPI publish on rust+java success (#62) by jianguotian · 6 days ago
  5. af5c21e ci: fix update_branch_version.sh skipping Cargo.toml on snapshot bumps (#57) by jianguotian · 6 days ago
  6. 4d40ded ci: set staging repo description for Java release (#61) by jianguotian · 7 days ago
  7. f6ab479 chore: bump main version to 0.3.0 (#60) by jianguotian · 7 days ago
  8. 29b3139 chore: update dependency list for release 0.2.0 (#58) by jianguotian · 7 days ago
  9. 445507c ci: switch Java release deploy to nexus-staging-maven-plugin (#56) by jianguotian · 7 days ago
  10. 961e74f Refactor complex child column layout metadata (#55) by Jingsong Lee · 10 days ago
  11. bf823e1 support MAP type with flattened columnar storage (#53) by Jingsong Lee · 11 days ago
  12. c54f324 docs: update 0.1.0 release links (#51) by QuakeWang · 12 days ago
  13. ae6f651 Support ARRAY type with ORC-style flattened columnar storage (#52) by Jingsong Lee · 12 days ago
  14. 5d5bf18 release: decouple Python publish from Rust and Java release jobs (#50) by Jingsong Lee · 2 weeks ago
  15. 2013940 release: fix Java NOTICE year (#49) by QuakeWang · 2 weeks ago
  16. 3b45db9 release: fix source tarball and Java verification paths (#48) by QuakeWang · 3 weeks ago
  17. b9e2798 ci: print line coverage summary in CI logs (#46) by jianguotian · 3 weeks ago
  18. b5cdbd8 ci: make Java release deploy more stable (#44) by QuakeWang · 3 weeks ago
  19. 83acb46 Fix BPE non-determinism and add comprehensive test suite (#45) by Jingsong Lee · 3 weeks ago
  20. d7c8c3e Fix Java Linux native glibc baseline (#43) by QuakeWang · 3 weeks ago
  21. 2824a43 ci: publish Python release after Rust and Java (#42) by QuakeWang · 4 weeks ago
  22. 6386dd4 ci: attach Java release source and javadoc jars (#41) by QuakeWang · 4 weeks ago
  23. 64d0b46 ci: fix Java release GPG signing (#40) by QuakeWang · 4 weeks ago
  24. 3ebdf3a chore: bump main version to 0.2.0 (#36) by QuakeWang · 4 weeks ago
  25. 3c91566 ci: fix macOS Python wheel platform tag (#39) by QuakeWang · 4 weeks ago
  26. 43e6624 ci: fix release signing and macOS wheel repair (#38) by QuakeWang · 4 weeks ago
  27. 1258980 ci: pin Python release actions to approved SHAs (#37) by QuakeWang · 4 weeks ago
  28. 5fc0466 chore: update dependency list for release 0.1.0 (#34) by QuakeWang · 4 weeks ago
  29. 23a6cfb docs: align release process with RC tags (#32) by QuakeWang · 4 weeks ago
  30. 713e88c Fix README crates.io badge link (#29) by Jiwen liu · 4 weeks ago
  31. 652c397 ci: check Rust dependency licenses (#31) by QuakeWang · 4 weeks ago
  32. 78532fd ci: trigger CI for release branch pushes and PRs (#30) by QuakeWang · 4 weeks ago
  33. 1794ef2 fix: preserve Python projection schema for empty reads (#28) by QuakeWang · 4 weeks ago
  34. 178fdd9 Add release tooling scripts and unify CI infrastructure (#27) by Jingsong Lee · 4 weeks ago
  35. 1abf5b5 Add release documentation and rename crates/packages with paimon prefix (#26) by Jingsong Lee · 4 weeks ago
  36. 09908ca fix: preserve empty projection in read_table (#25) by QuakeWang · 4 weeks ago
  37. 63ed438 feat: expose timestamp nanos as Arrow timestamp(ns) (#21) by QuakeWang · 4 weeks ago
  38. 243405d Preserve original column order in reader and fix stats for empty strings (#23) by Jingsong Lee · 4 weeks ago
  39. 1b811b9 Reject unsupported types in stats_columns at writer creation time (#20) by Jingsong Lee · 4 weeks ago
  40. 2fc6da6 fix: preserve row count for empty projection (#19) by QuakeWang · 4 weeks ago
  41. b159590 Maven modified to org.apache.paimon and mosaic by JingsongLi · 4 weeks ago
  42. 005374d Remove push build to public_snapshot by JingsongLi · 4 weeks ago
  43. 1f88694 Remove support to macos-x86_64 because no resource to build by JingsongLi · 4 weeks ago
  44. 8926646 fix: honor projection for monolithic buckets (#18) by QuakeWang · 4 weeks ago
  45. 5f7410e Add schedule and workflow_dispatch triggers to publish_snapshot by JingsongLi · 4 weeks ago
  46. 3f50e0b Expose row_group_num_rows from MosaicReader for all language bindings (#17) by Jingsong Lee · 4 weeks ago
  47. 775f0a7 Expose ColumnStatistics from MosaicWriter for all language bindings (#16) by Jingsong Lee · 4 weeks ago
  48. 624a39a Fix Java reader handle leak on constructor failure (#14) by QuakeWang · 4 weeks ago
  49. c184847 Remove release-cpp.yml (#15) by Jingsong Lee · 4 weeks ago
  50. d481ff1 Prepare release yml and tools (#11) by Jingsong Lee · 4 weeks ago
  51. dba937b Fix JNI Arrow C Data ownership (#10) by QuakeWang · 4 weeks ago
  52. 741d3f2 Add Java snapshot publishing workflow and deploy settings (#13) by Jingsong Lee · 4 weeks ago
  53. 78263ef Rename Java package to org.apache.paimon.mosaic and update pom.xml (#12) by Jingsong Lee · 4 weeks ago
  54. 6b5ef18 Add docs: design, rust-api, cpp-api, java-api and python-api (#9) by Jingsong Lee · 4 weeks ago
  55. 0df16ac Add Python bindings and CI test job (#8) by Jingsong Lee · 4 weeks ago
  56. fa792b7 fix: preserve paged all-null projections (#7) by QuakeWang · 4 weeks ago
  57. 35b5bfb Add Java/JNI bindings and CI test job (#6) by Jingsong Lee · 4 weeks ago
  58. eba2108 Add ffi and cpp (#4) by Jingsong Lee · 4 weeks ago
  59. c838f62 Optimize projected read buffer copies (#5) by QuakeWang · 4 weeks ago
  60. daf40d6 update .asf.yaml by JingsongLi · 4 weeks ago
  61. ee12acc [core] Add column statistics and tests by Jingsong Lee · 4 weeks ago
  62. b653ee9 Fix comments by JingsongLi · 4 weeks ago
  63. c716e84 fix by JingsongLi · 4 weeks ago
  64. 4ce3b81 [core] Add column statistics and tests by JingsongLi · 4 weeks ago
  65. 3067a7a fix: fix github ci by Jingsong Lee · 4 weeks ago
  66. c82bab1 fix by JingsongLi · 4 weeks ago
  67. 600b08f fix: fix github ci by JingsongLi · 4 weeks ago
  68. f7dc71a [core] Add mosaic-core crate with format spec, reader, and writer by Jingsong Lee · 4 weeks ago
  69. 6cb483a Fix comments by JingsongLi · 4 weeks ago
  70. 448e02c [ci] Add GitHub Actions workflow for build, test, clippy, and fmt by JingsongLi · 4 weeks ago
  71. b68cf6a [core] Add mosaic-core crate with format spec, reader, and writer by JingsongLi · 4 weeks ago
  72. 4109d2d Update README.md by JingsongLi · 4 weeks ago
  73. 45383b5 Add project basic files by JingsongLi · 4 weeks ago
  74. 8efef0d first commit by JingsongLi · 4 weeks ago