yihua commented on code in PR #11189:
URL: https://github.com/apache/hudi/pull/11189#discussion_r1597753236
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java:
##########
@@ -2040,7 +2040,7 @@ public void testEagerRollbackinMDT() throws IOException {
// collect all commit meta files from metadata table.
List<StoragePathInfo> metaFiles = metaClient.getStorage()
- .listDirectEntries(new StoragePath(metaClient.getMetaPath() +
"/metadata/.hoodie"));
+ .listDirectEntries(new StoragePath(metaClient.getMetaPath(),
"/metadata/.hoodie"));
Review Comment:
```suggestion
.listDirectEntries(new StoragePath(metaClient.getMetaPath(),
"metadata/.hoodie"));
```
--
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]