danny0405 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2084476721
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/client/functional/TestHoodieFileSystemViews.java:
##########
@@ -95,7 +102,14 @@ public static List<Arguments>
tableTypeMetadataFSVTypeArgs() {
@ParameterizedTest
@MethodSource("tableTypeMetadataFSVTypeArgs")
public void testFileSystemViewConsistency(HoodieTableType tableType, boolean
enableMdt, FileSystemViewStorageType storageType, int writeVersion) throws
IOException {
+ metaClient.getStorage().deleteDirectory(new StoragePath(basePath));
this.tableType = tableType;
+ Properties properties = new Properties();
Review Comment:
why add these configs?
--
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]