yihua commented on code in PR #6214:
URL: https://github.com/apache/hudi/pull/6214#discussion_r931462936
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java:
##########
@@ -92,6 +93,7 @@ public class HoodieBackedTableMetadata extends
BaseTableMetadata {
private HoodieTableConfig metadataTableConfig;
// should we reuse the open file handles, across calls
private final boolean reuse;
+ private final boolean cacheFileListing;
Review Comment:
Changes are rolled back. I instead override the `reuse` flag as mentioned.
--
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]