[GitHub] [hudi] nsivabalan commented on issue #5717: [SUPPORT] Hudi 0.10.1 Reconcile schema not working

2022-11-06 Thread GitBox
nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1305142246 I see. If you would like to understand any details on hudi, or need help w/ any Poc or onboarding let us know. CC @bhasudha -- This is an automated message from the Apache Git Ser

[GitHub] [hudi] nsivabalan commented on issue #5717: [SUPPORT] Hudi 0.10.1 Reconcile schema not working

2022-11-02 Thread GitBox
nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1299681626 @jdiebold : hmm, gotcha, sorry we couldn't help yo much. if you can help us understand on what grounds hudi lost to something else, would help us make hudi better for others.

[GitHub] [hudi] nsivabalan commented on issue #5717: [SUPPORT] Hudi 0.10.1 Reconcile schema not working

2022-10-24 Thread GitBox
nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1289936485 @jdiebold : gentle ping. if you got the issue resolved, feel free to close the issue. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [hudi] nsivabalan commented on issue #5717: [SUPPORT] Hudi 0.10.1 Reconcile schema not working

2022-08-27 Thread GitBox
nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1229358405 @jdiebold : can you respond when you can. -- 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 g

[GitHub] [hudi] nsivabalan commented on issue #5717: [SUPPORT] Hudi 0.10.1 Reconcile schema not working

2022-08-15 Thread GitBox
nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1216142966 guess the root cause is that, when you upgraded the table schema w/ new columns, it should have been nullable. likely in your case it was non-nullable column. Which is not backwards

[GitHub] [hudi] nsivabalan commented on issue #5717: [SUPPORT] Hudi 0.10.1 Reconcile schema not working

2022-06-10 Thread GitBox
nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1152632282 when your schema was upgraded for the first time in the table, you need to ensure new fields added have defaults set to "null". If not, its going to be tough. you have to manually ad