geserdugarov commented on PR #12796:
URL: https://github.com/apache/hudi/pull/12796#issuecomment-2658257289

   > @geserdugarov Can we modify existing function/operators instead of adding 
new ones, can we also eliminate the config option, it should be always true.
   
   Yes, we can do it. I did it this way to save previous behavior to minimize 
risks by migrating step by step:
   - new behavior could be turned on by config, turned off by default,
   - new behavior turned on by default, previous behavior is deprecated,
   - previous behavior removed.
   
   But this smooth transition is not possible for RFC-88. So, we can do 
optimization without additional config parameter, and changing corresponding 
classes without creating new ones. It would be much easier.
   
   I will do it, and update PR as soon as possible.


-- 
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]

Reply via email to