yihua commented on code in PR #11259:
URL: https://github.com/apache/hudi/pull/11259#discussion_r1608732601
##########
hudi-common/src/main/java/org/apache/hudi/metadata/AbstractHoodieTableMetadata.java:
##########
@@ -35,16 +36,18 @@
public abstract class AbstractHoodieTableMetadata implements
HoodieTableMetadata {
protected transient HoodieEngineContext engineContext;
+ protected transient HoodieStorage storage;
Review Comment:
`storageConf` is serializable so that instantiating the `storage` instance
(not serializable) on the executor side uses the `storageConf`.
--
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]