danny0405 commented on code in PR #12948:
URL: https://github.com/apache/hudi/pull/12948#discussion_r1999908609
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestColumnStatsIndex.scala:
##########
@@ -847,7 +856,7 @@ class TestColumnStatsIndex extends ColumnStatIndexTestBase {
.mode(SaveMode.Overwrite)
.save(basePath)
- metaClient = HoodieTableMetaClient.reload(metaClient)
+ metaClient =
HoodieTableMetaClient.builder().setBasePath(basePath).setConf(storageConf).build()
Review Comment:
Maybe we just copy the tests instead of modification on existing one, the
additional version param makes the existing tests much more complicated and
hard to maintain.
--
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]