danny0405 commented on code in PR #8913:
URL: https://github.com/apache/hudi/pull/8913#discussion_r1223826247
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMetadataTableWithSparkDataSource.scala:
##########
@@ -84,23 +84,21 @@ class TestMetadataTableWithSparkDataSource extends
SparkClientFunctionalTestHarn
.mode(SaveMode.Append)
.save(basePath)
- // Files partition of MT
- val filesPartitionDF =
spark.read.format(hudi).load(s"$basePath/.hoodie/metadata/files")
+ val mdtDf = spark.read.format("hudi").load(s"$basePath/.hoodie/metadata")
+ mdtDf.show()
Review Comment:
what the purpose of the `show` calling?
--
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]