nsivabalan commented on pull request #4420:
URL: https://github.com/apache/hudi/pull/4420#issuecomment-1016033994


   1.inline scheduling enabled, and async execution enabled
   I will add a validation to ensure that both inline execution and inline 
scheduling can't be enabled. (INLINE_COMPACT is true and 
SCHEDULE_INLINE_COMPACT is also true) Or are you asking something diff? 
   
   2. inline scheduling enabled, and async as well as inline execution 
disabled. Here, what if users do not have a separate async job, then we will 
always have a pending instant in the timeline. Do we need some validation to 
ensure this does not happen?
   We can call it out in the config documentation that users should ensure 
execution happens via a diff process. We are not going to enable this new 
config by default. So, expectation is that users who enable knows the purpose 
of it and expectations. 
   
   


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