You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-27762][SQL] Support user provided avro schema for writing fields with different ordering
## What changes were proposed in this pull request?
Spark Avro reader supports reading avro files with provided schema with different field orderings. However, the avro writer doesn't support this feature. This PR enables the Spark avro writer with this feature.
## How was this patch tested?
New test is added.
Closesapache#24635 from dbtsai/avroFix.
Lead-authored-by: DB Tsai <[email protected]>
Co-authored-by: Brian Lindblom <[email protected]>
Signed-off-by: DB Tsai <[email protected]>
0 commit comments