bhasudha commented on PR #8869: URL: https://github.com/apache/hudi/pull/8869#issuecomment-1652251468
@ad1happy2go @yihua I also bumped into this issue recently. My questions based on this PR : - This PR checks for the partition path fields leaving out the type of the fields(simple/timestamp) and compares the incoming fields with already recorded one in table config. The comparison also includes the order fo the fields. - How are we tracking the datatypes of the partition fields. - Is it possible that the TableConfig is pointing to `CustomKeyGenerator with col1:simple,col2:timestamp` whereas the incoming write config is pointing to `CustomKeyGenerator with col1:simple,col2:simple`. If so, how to check and prevent this ? -- 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]
