This is an automated email from the ASF dual-hosted git repository.
zouxxyy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from 55e923c17 [spark] fix bug that use the wrong version of commit message
serializer (#3921)
add 993441bbf [spark] refine MergeInto UT (#3925)
No new revisions were added by this update.
Summary of changes:
.../paimon/spark/sql/MergeIntoTableTest.scala | 10 +-
.../paimon/spark/sql/MergeIntoTableTest.scala | 10 +-
.../paimon/spark/sql/MergeIntoTableTest.scala | 12 ++-
.../paimon/spark/sql/MergeIntoTableTest.scala | 12 ++-
.../org/apache/paimon/spark/PaimonTableTest.scala | 106 ++++++++++++++++++++
.../sql/MergeIntoNotMatchedBySourceTest.scala | 24 ++---
.../paimon/spark/sql/MergeIntoTableTestBase.scala | 110 +++++----------------
7 files changed, 175 insertions(+), 109 deletions(-)
create mode 100644
paimon-spark/paimon-spark-common/src/test/scala/org/apache/paimon/spark/PaimonTableTest.scala