codope commented on code in PR #8913:
URL: https://github.com/apache/hudi/pull/8913#discussion_r1223830445


##########
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:
   yeah let's remove this.. can be helpful for debugging but already our logs 
are bloated. 



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to