garyli1019 commented on a change in pull request #2428:
URL: https://github.com/apache/hudi/pull/2428#discussion_r554776661
##########
File path:
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala
##########
@@ -278,7 +278,6 @@ class TestMORDataSource extends HoodieClientTestBase {
val inputDF5: Dataset[Row] =
spark.read.json(spark.sparkContext.parallelize(records5, 2))
inputDF5.write.format("org.apache.hudi")
.options(commonOpts)
- .option("hoodie.compact.inline", "true")
Review comment:
Thanks @lw309637554 , this compaction was not supposed to be here. This
probably the cause of the flaky test as well. cc: @vinothchandar
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]