LuciferYang commented on code in PR #51959: URL: https://github.com/apache/spark/pull/51959#discussion_r2265204416
########## sql/core/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister: ########## @@ -23,7 +23,7 @@ org.apache.spark.sql.execution.datasources.orc.OrcFileFormat org.apache.spark.sql.execution.datasources.v2.parquet.ParquetDataSourceV2 org.apache.spark.sql.execution.datasources.v2.text.TextDataSourceV2 org.apache.spark.sql.execution.datasources.xml.XmlFileFormat -org.apache.spark.sql.execution.streaming.ConsoleSinkProvider +org.apache.spark.sql.execution.streaming.sinks.ConsoleSinkProvider Review Comment: If you prefer to keep this as it is, please let me know. -- 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]
