kazdy commented on code in PR #8047:
URL: https://github.com/apache/hudi/pull/8047#discussion_r1117978967
##########
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:
I should probably also add E2E test for SQL update. Could the reviewer point
me where is the appropriate place to do so in the codebase?
--
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]