linliu-code commented on code in PR #12501:
URL: https://github.com/apache/hudi/pull/12501#discussion_r1889418162
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/SparkBroadcastManager.java:
##########
@@ -124,4 +109,21 @@ public Option<HoodieReaderContext>
retrieveFileGroupReaderContext(StoragePath ba
public Option<Configuration> retrieveStorageConfig() {
return Option.of(configurationBroadcast.getValue().value());
}
+
+ static Configuration getStorageConfiguration(Configuration configuration) {
Review Comment:
I think it should be hadoopConfiguration based on jsc function. let me name
it to hadoopConfiguration.
--
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]