[
https://issues.apache.org/jira/browse/HUDI-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17402012#comment-17402012
]
ASF GitHub Bot commented on HUDI-2321:
--------------------------------------
vinothchandar commented on pull request #3505:
URL: https://github.com/apache/hudi/pull/3505#issuecomment-902408863
This is a much bigger topic. The config design. I actually think its solid.
There are some files that we have not hit yet which are only internally used.
Source of truth is the ConfigProperty members, but we need to set default
values in the actual instant of a config obj such as HoodieCompactionConfig,
without this reflection based auto registration, we have to manually add each
property default value into the map. Lets focus on how to make reflection work
safely with flink? :) Reflection is a fairly widely used jvm feature, we just
need to understand how to make it work well with Flink IMO.
--
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]
> Fix ClassLoader error due to HoodieConfig$setDefaults() method call reflection
> ------------------------------------------------------------------------------
>
> Key: HUDI-2321
> URL: https://issues.apache.org/jira/browse/HUDI-2321
> Project: Apache Hudi
> Issue Type: Bug
> Components: configs
> Reporter: Zheng yunhong
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> Fix ClassLoader error due to HoodieConfig$setDefaults() method call
> reflection.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)