This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch release-1.1
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 1bb2f6027f [core] Fix dynamic insert into table with partition columns
contain primary key error (#5588)
new d20512c144 [parquet] Support the non-standard list and map parquet
message type (#5595)
new 61d30e5fcf [core] ro table support fallback branch (#5544)
new e2383e0fb7 [hotfix] Fix FallbackReadScan in ReadOptimizedTable
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../paimon/table/FallbackReadFileStoreTable.java | 31 +++++++++++++---------
.../paimon/table/system/ReadOptimizedTable.java | 19 +++++++++++--
.../apache/paimon/flink/CatalogTableITCase.java | 30 ++++++++++++++++-----
.../format/parquet/ParquetReaderFactory.java | 28 +++++++++++++++----
.../format/parquet/ParquetSchemaConverter.java | 23 ++++++++--------
5 files changed, 94 insertions(+), 37 deletions(-)