cloud-fan commented on a change in pull request #32198:
URL: https://github.com/apache/spark/pull/32198#discussion_r618144501
##########
File path:
external/avro/src/main/scala/org/apache/spark/sql/avro/AvroOutputWriter.scala
##########
@@ -84,4 +84,6 @@ private[avro] class AvroOutputWriter(
}
override def close(): Unit = recordWriter.close(context)
+
+ override def path(): String = path
Review comment:
we can simply change `path: String` to `val path: String` in the
constructor.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]