MaxGekk commented on a change in pull request #27200: [SPARK-30509][SQL] Fix
deprecation log warning in Avro schema inferring
URL: https://github.com/apache/spark/pull/27200#discussion_r366506237
##########
File path:
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala
##########
@@ -1521,12 +1545,10 @@ class AvroV2Suite extends AvroSuite {
.write
.format("avro")
.partitionBy("p1", "p2")
- .option("header", true)
Review comment:
The change is small, since I am here I remove unneeded option. Do you want
to see a separate PR for the little change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]