gengliangwang opened a new pull request #25004: [SPARK-28205][SQL] useV1SourceList configuration should be for all data sources URL: https://github.com/apache/spark/pull/25004 ## What changes were proposed in this pull request? In the migration PR of Kafka V2: https://github.com/apache/spark/pull/24738/files/ac16c9a9ef1c68db5aeda6c7001ae9abe96a358a#r298470645 We find that the useV1SourceList configuration(spark.sql.sources.read.useV1SourceList and spark.sql.sources.write.useV1SourceList) should be for all data sources, instead of file source V2 only. This PR is to fix it in DataFrameWriter/DataFrameReader. ## How was this patch tested? Unit test
---------------------------------------------------------------- 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]
