This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


    from 94073e005b [core] Introduce nested type cast to string (#4848)
     add 0f81e85814 [core] Use cast to string to show partition in system table 
(#4852)

No new revisions were added by this update.

Summary of changes:
 docs/content/concepts/system-tables.md             | 24 ++++++-------
 .../org/apache/paimon/casting/CastExecutors.java   | 11 ++++++
 .../apache/paimon/table/system/BucketsTable.java   | 41 ++++++++-------------
 .../org/apache/paimon/table/system/FilesTable.java | 22 ++++++------
 .../paimon/table/system/PartitionsTable.java       | 39 ++++++++------------
 .../paimon/table/system/TableIndexesTable.java     | 18 +++++-----
 .../paimon/table/system/BucketsTableTest.java      |  4 +--
 .../apache/paimon/table/system/FilesTableTest.java | 13 ++++---
 .../paimon/table/system/PartitionsTableTest.java   | 16 ++++-----
 .../org/apache/paimon/flink/BranchSqlITCase.java   |  6 ++--
 .../apache/paimon/flink/CatalogTableITCase.java    | 42 +++++++++++-----------
 .../org/apache/paimon/flink/SystemTableITCase.java |  4 +--
 .../org/apache/paimon/spark/SparkWriteITCase.java  |  2 +-
 .../paimon/spark/sql/PaimonSystemTableTest.scala   | 24 +++++++++++--
 14 files changed, 139 insertions(+), 127 deletions(-)

Reply via email to