yihua commented on code in PR #12422:
URL: https://github.com/apache/hudi/pull/12422#discussion_r1870014011
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestPartialUpdateForMergeInto.scala:
##########
@@ -66,6 +64,17 @@ class TestPartialUpdateForMergeInto extends
HoodieSparkSqlTestBase {
testPartialUpdateWithInserts("mor", "parquet")
}
+ test("Test partial update with schema on read enabled") {
Review Comment:
Could you test other cases too? If it's not easy to add unit tests, test
them locally through Spark Shell and report the results.
--
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]