danny0405 commented on code in PR #19781:
URL: https://github.com/apache/hudi/pull/19781#discussion_r3920902625
##########
hudi-hadoop-common/src/main/java/org/apache/hudi/common/util/ParquetUtils.java:
##########
@@ -94,6 +97,17 @@
@Slf4j
public class ParquetUtils extends FileFormatUtils {
+ /**
+ * Applies built-in injectors followed by the user-defined injector to the
configurations used by a Parquet writer.
+ */
+ public static Pair<StorageConfiguration, HoodieConfig>
injectParquetWriterConfigs(
Review Comment:
just put the logic inside HoodieParquetConfigInjector.applyConfigInjector
--
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]