1. 077403b Bump Trino to 476 and Paimon to 1.3.1 (#122) by ChengHui Chen · 5 weeks ago main
  2. 0f34c50 Fix timestamp with local time zone (#117) by YeJunHao · 4 months ago
  3. dc35a05 [hotfix] Fix trino read TIMESTAMP_TZ_MICROS issue (#116) by yuxia Luo · 4 months ago
  4. 5697da8 Support incremental snapshots reading (#97) by rfyu · 10 months ago
  5. bfca867 Add dependency of guava into plugin by 仟弋 · 1 year, 1 month ago
  6. 65c1dfb prefer central repo for releases; limit apache-snapshots to snapshots (#94) by Doroszlai, Attila · 1 year, 4 months ago
  7. 17c94a8 Flatten paimon-trino-440 to top level (#92) by YeJunHao · 1 year, 5 months ago
  8. d279e86 Fix checkstyle in TrinoCatalog by Jingsong · 1 year, 5 months ago
  9. ca256ba Remove useless tree file by Jingsong · 1 year, 5 months ago
  10. 5144ad9 Update Paimon core to 1.0-SNAPSHOT by Jingsong · 1 year, 5 months ago
  11. 6925f02 Remove shuffle for unaware append table write (#90) by Jingsong Lee · 1 year, 5 months ago release-0.8
  12. 4ff1ecd Avoid using the same Projection object in different threads (#91) by rfyu · 1 year, 5 months ago
  13. d2114fe Support insert operations for append table and append queue (#89) by rfyu · 1 year, 5 months ago
  14. da8c637 Avoid deleting directories including data during expired snapshots (#88) by rfyu · 1 year, 5 months ago
  15. 63755a3 Only remain trino-440 project, remove redundant. (#87) by YeJunHao · 1 year, 5 months ago
  16. 6c98629 Supports insert operations (#86) by rfyu · 1 year, 5 months ago
  17. cf37c4a Add support reading hadoop configuration files again (#81) by tsreaper · 1 year, 8 months ago
  18. d8584ab add tag query support by FOR VERSION AS OF (#78) by chun.ji · 1 year, 8 months ago
  19. 2a8aab9 [bug] fix paimon-trino-440 package error when use jdk 17 (#80) by chun.ji · 1 year, 8 months ago
  20. a176d9d Add trino 440 support by Jingsong · 2 years ago
  21. 652d2a7 Support trino query paimon file index for map type with map-keys (#67) by Jason Zhang · 2 years ago
  22. b58d423 Fix error of high version of trino can't find some method. (#71) by YeJunHao · 2 years ago
  23. 6a5a34c Support skip by file index. (#70) by YeJunHao · 2 years ago
  24. bb1e67d remove incubator (#69) by YeJunHao · 2 years ago
  25. 74f3dbd Support version down to 420 (#68) by YeJunHao · 2 years ago
  26. d606b33 Support show tables for trino by Jingsong · 2 years ago
  27. 0796b9b Implement schemaExists in TrinoMetadata by Jingsong · 2 years ago
  28. 41f87df Throw exception for listDirectories in trino 422 by Jingsong · 2 years ago
  29. 2cb9213 Implement listDirectories in TrinoFileIO, reduce changes to call listFiles which is recursive (#66) by YeJunHao · 2 years ago
  30. e3c4d9e Remove timeWithTimeZone test, fix error of upperCase error(column name aCa will fail to select). (#65) by YeJunHao · 2 years ago
  31. 86e972d [graduate] remove incubating by Jingsong · 2 years, 1 month ago
  32. 790efb7 Add toolkit as dependency (#60) by YeJunHao · 2 years, 1 month ago
  33. f0a38c5 enable trino-paimon-plugin to print SLF4J logs in trino. (#57) by songpcmusic · 2 years, 1 month ago
  34. 04058be Support deletion file for primary key table (#59) by YeJunHao · 2 years, 1 month ago
  35. 331c4b1 Optimize file system creation (#56) by YeJunHao · 2 years, 1 month ago
  36. e2a12d1 TrinoInputStreamWrapper should implement more interface, TrinoCatalog run more code in paimon classloader (#55) by YeJunHao · 2 years, 1 month ago
  37. a9d1833 Remove mvnw by Jingsong · 2 years, 1 month ago
  38. ec4ba0d Remove mvnw by Jingsong · 2 years, 1 month ago
  39. 30ce27e Refactory paimon trino module, use `TrinoFileSystem` as the only file system. (#54) by YeJunHao · 2 years, 1 month ago
  40. 30d0c22 Update to 0.8 by Jingsong · 2 years, 2 months ago
  41. 5795f03 Resolve assembly conflict (#52) by shidayang · 2 years, 3 months ago release-0.7
  42. 983a60b Use injection (#50) by shidayang · 2 years, 4 months ago
  43. aa452f4 Fix can not read row type in trino version > 422 (#49) by shidayang · 2 years, 4 months ago
  44. 85684a1 Support jdk17 ci (#48) by shidayang · 2 years, 4 months ago
  45. 85b2135 Adapt trino 435 version (#47) by shidayang · 2 years, 4 months ago
  46. 446d1e5 Fix bug when read empty paimon table (#46) by Jingsong Lee · 2 years, 4 months ago
  47. d83beb1 Update to 0.7-SNAPSHOT by Jingsong · 2 years, 4 months ago
  48. e397528 Support trino time travel query statement (#43) by shidayang · 2 years, 5 months ago
  49. e5d5625 Add split weight (#40) by shidayang · 2 years, 5 months ago
  50. ba41645 Add Tinyint and Smallint predicate (#41) by shidayang · 2 years, 5 months ago
  51. cbb56b0 Support limit with partition filter (#42) by Jingsong Lee · 2 years, 5 months ago
  52. 0242096 executeFilter for TableRead by Jingsong · 2 years, 5 months ago
  53. 6f09a7b Fix the problem of query failure for timestamp with timezone type field (#39) by groobyming · 2 years, 5 months ago
  54. 3cbd15d Implement limit pushdown (#38) by Jingsong Lee · 2 years, 5 months ago
  55. 0eda6a6 [core] Remove write mode by Jingsong · 2 years, 6 months ago
  56. 22f54a5 Support timestamp type micro (#35) by Jingsong Lee · 2 years, 7 months ago
  57. 1bc9701 Fix the problem of abnormality when using filter conditions when the field type is TIMESTAMP_LTZ(3) (#34) by groobyming · 2 years, 7 months ago
  58. a5b9095 fix bug "Unhandled type for long: timestamp(0)" when query a table contains timestamp(0) cols (#30) by jjrrzxc · 2 years, 7 months ago
  59. 45e003a Support reading hadoop configuration files (#32) by tsreaper · 2 years, 7 months ago
  60. 651adde fix timestamp problem between trino schema and paimon schema (#28) (#29) by jjrrzxc · 2 years, 8 months ago
  61. 44d45ef Change to 0.6-SNAPSHOT by Jingsong · 2 years, 8 months ago
  62. 75360d8 Use paimon-shaded-guava instead of directly using guava (#23) by tsreaper · 2 years, 9 months ago release-0.5
  63. d6ce2ab Add module for trino 422 (#20) by tsreaper · 2 years, 9 months ago
  64. 604a068 [types] Support more types (#22) by Jingsong Lee · 2 years, 9 months ago
  65. 2109a2a [bug] catch the exception of calling alter table (#19) by miomiocat · 2 years, 9 months ago
  66. 8b8d68f [bug] bugfix: add char type filter (#14) by YeJunHao · 2 years, 10 months ago
  67. 40f0c0b [fix] fix unit test (#15) by YeJunHao · 2 years, 10 months ago
  68. 6999729 Update to paimon 0.5 by JingsongLi · 3 years ago
  69. 49afdca Fix publish snapshot error (#4) by s7monk · 3 years ago
  70. 1949787 [Trino] Trino repository migration (#1) by s7monk · 3 years ago
  71. 0b8eacd Update README.md by Jingsong Lee · 3 years, 1 month ago
  72. ee6fcca Create README.md by Jingsong Lee · 3 years, 1 month ago