the-other-tim-brown commented on code in PR #12110:
URL: https://github.com/apache/hudi/pull/12110#discussion_r1951657896


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowColumnStatsOverlapProcedure.scala:
##########
@@ -258,7 +258,7 @@ class ShowColumnStatsOverlapProcedure extends BaseProcedure 
with ProcedureBuilde
     val basePath = getBasePath(table)
     val metaClient = createMetaClient(jsc, basePath)
     val storage = metaClient.getStorage
-    val globPath = s"$basePath/*/*/*"
+    val globPath = s"$basePath/**"

Review Comment:
   The listing below does not return any files in the test so the test will 
fail. The table is not guaranteed to have this 3 level structure so I am 
assuming the intention is just to list all files.



-- 
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]

Reply via email to