-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-31327][SQL][2.4] Write Spark version into Avro file metadata #28150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala
Outdated
Show resolved
Hide resolved
Write Spark version into Avro file metadata The version info is very useful for backward compatibility. This is also done in parquet/orc. no new test Closes apache#28102 from cloud-fan/avro. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
|
Thank you for pinging me, @cloud-fan . |
|
Test build #120950 has finished for PR 28150 at commit
|
|
Test build #120951 has finished for PR 28150 at commit
|
|
retest this please |
|
Test build #120956 has finished for PR 28150 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you, @cloud-fan and @HyukjinKwon .
Merged to branch-2.4.
Backport 6b1ca88, similar to #28142 ### What changes were proposed in this pull request? Write Spark version into Avro file metadata ### Why are the changes needed? The version info is very useful for backward compatibility. This is also done in parquet/orc. ### Does this PR introduce any user-facing change? no ### How was this patch tested? new test Closes #28150 from cloud-fan/pick. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Backport 6b1ca88, similar to #28142
What changes were proposed in this pull request?
Write Spark version into Avro file metadata
Why are the changes needed?
The version info is very useful for backward compatibility. This is also done in parquet/orc.
Does this PR introduce any user-facing change?
no
How was this patch tested?
new test