Hi:

As I understand , Hudi only writes the real table-level schema information
when it commits. So if I have multiple files in a commit, each of which is
saved using Parquet, and the schema of each file is not exactly the same,
can I achieve schema evolution by merging the schemas of each file together
to get a complete set when committing? (This is only for the case where
fields can only be added.)

Reply via email to