gengliangwang commented on code in PR #48401: URL: https://github.com/apache/spark/pull/48401#discussion_r1806986527
########## connector/avro/src/main/scala/org/apache/spark/sql/v2/avro/AvroDataSourceV2.scala: ########## @@ -16,8 +16,8 @@ */ package org.apache.spark.sql.v2.avro -import org.apache.spark.sql.avro.AvroFileFormat import org.apache.spark.sql.connector.catalog.Table +import org.apache.spark.sql.core.avro.AvroFileFormat Review Comment: @ericm-db could you explain why the renaming is necessary? Is there any way to work around this without changing the package name? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
