nsivabalan commented on issue #2515: URL: https://github.com/apache/hudi/issues/2515#issuecomment-797086910
@t0il3ts0ap : I spent sometime looking at the code. Looks like we do fallback to RowbasedSchemaProvider if you schema provider is not set. So, wondering why do you provide a schemaProvider and then return null for target schema. IMO, that may not be the right usage of the deltastreamer tool. I would recommend either setting the right schema in schemaProvider or do not provider schemaProvider so that hudi will automatically fetch from dataframe schema. @n3nash @vinothchandar @bhasudha : correct me if my suggestion is wrong. ---------------------------------------------------------------- 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]
