kazdy commented on code in PR #8047:
URL: https://github.com/apache/hudi/pull/8047#discussion_r1117977800
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala:
##########
@@ -454,6 +454,38 @@ class TestHoodieSparkSqlWriter {
assert(df.except(trimmedDf).count() == 0)
}
+ /**
+ * Test case for upsert dataset without precombine field and with
+ * auto adjusted COMBINE_BEFORE_UPSERT set to false.
+ */
+ @Disabled
Review Comment:
can be disabled after https://github.com/apache/hudi/pull/7998 is merged and
this branch is rebased on it
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala:
##########
@@ -454,6 +454,38 @@ class TestHoodieSparkSqlWriter {
assert(df.except(trimmedDf).count() == 0)
}
+ /**
+ * Test case for upsert dataset without precombine field and with
+ * auto adjusted COMBINE_BEFORE_UPSERT set to false.
+ */
+ @Disabled
Review Comment:
can be enabled after https://github.com/apache/hudi/pull/7998 is merged and
this branch is rebased on 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]