Open
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
Support schema evolution about nested data type such as StructType(Spark).
For example:
Struct<name: String, age: Int> to Stuct<name: String, age: Int, phone: Str>
Solution
Anything else?
Are you willing to submit a PR?
- I'm willing to submit a PR!