yihua commented on code in PR #10003:
URL: https://github.com/apache/hudi/pull/10003#discussion_r1385348166
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSourceStorage.scala:
##########
@@ -46,12 +46,12 @@ class TestMORDataSourceStorage extends
SparkClientFunctionalTestHarness {
@ParameterizedTest
@CsvSource(Array(
- "true,",
- "true,fare.currency",
- "false,",
- "false,fare.currency"
+ "true,,false",
Review Comment:
The new partial update support is tested through
`TestPartialUpdateForMergeInto`. We don't have to change this test. Did this
test fail before this change?
--
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]