nsivabalan edited a comment on pull request #2927: URL: https://github.com/apache/hudi/pull/2927#issuecomment-841364349
@n3nash : this needs some thoughts before we land. whats expected behavior, if someone mistakenly ingested records w/ a missing column. we can't automatically fetch latest schema and try to convert records right. I mean, batch1: schema1 with 3 cols batch2: schema2 with 4 cols batch3: mistakenly sending records with only 3 columns which is not schema1 again there could be two cases here: if the missed out column does not have default null values set if the missed out column have default null values set. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
