Hi All,
I've tried to write data with some schema changes using the Datasource
Writer.
The procedure was:
First I wrote an event with a specific schema.
After that I wrote a different event with the same schema but with one more
added field.

When I read from the Hudi table, I get both the events, with the original
schema.
I was expecting to get both events with the newer schema with some default
value in the new
field for the first event.

I've created a gist that describes my experience:
https://gist.github.com/igorbasko01/4a1d0cf7c06a5b216382260efaa1f333

Would like to know, if schema evolution is supported using the Datasource
Writer.
Or maybe I'm doing something wrong.

Thanks a lot.

Reply via email to