YannByron commented on code in PR #2441:
URL: https://github.com/apache/incubator-paimon/pull/2441#discussion_r1413348170
##########
paimon-spark/paimon-spark-3.3/src/test/scala/org/apache/paimon/spark/sql/InsertOverwriteTest.scala:
##########
@@ -37,7 +37,8 @@ class InsertOverwriteTest extends PaimonSparkTestBase {
spark.sql(s"""
|CREATE TABLE T (a INT, b INT, c STRING)
- |TBLPROPERTIES ($primaryKeysProp 'bucket'='$bucket')
+ |TBLPROPERTIES ($primaryKeysProp 'bucket'='$bucket',
+ |'num-sorted-run.compaction-trigger'='1')
Review Comment:
Do not use existing test cases to test your cases. Add a new one for it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]