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 b8802e3a5 [flink][spark] Delete in flink should produce changelog no 
matter what (#2594)
     new 2a64fa43f [flink] Delete in flink should only pushdown partition or 
table dropping
     new 93666c23f [core] Protect tagManager.createTag in TagAutoCreation

The 2 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:
 .../shortcodes/generated/core_configuration.html   |   2 +-
 .../main/java/org/apache/paimon/CoreOptions.java   |   6 +-
 .../predicate/AllPrimaryKeyEqualVisitor.java       | 110 ---------------
 .../predicate/DeletePushDownVisitorTest.java       | 148 ---------------------
 .../java/org/apache/paimon/table/TableUtils.java   |  77 -----------
 .../org/apache/paimon/tag/TagAutoCreation.java     |   4 +-
 .../SupportsRowLevelOperationFlinkTableSink.java   |  25 +---
 .../apache/paimon/flink/BatchFileStoreITCase.java  |   2 +-
 .../apache/paimon/flink/ReadWriteTableITCase.java  |   2 +-
 9 files changed, 15 insertions(+), 361 deletions(-)
 delete mode 100644 
paimon-common/src/main/java/org/apache/paimon/predicate/AllPrimaryKeyEqualVisitor.java
 delete mode 100644 
paimon-core/src/main/java/org/apache/paimon/table/TableUtils.java

Reply via email to