ericsun95 commented on code in PR #42462: URL: https://github.com/apache/spark/pull/42462#discussion_r1294128260
########## sql/core/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister: ########## @@ -22,7 +22,7 @@ org.apache.spark.sql.execution.datasources.noop.NoopDataSource 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.DefaultSource +org.apache.spark.sql.execution.datasources.xml.XMLFileFormat Review Comment: Nit, but might unify all XML to Xml (Camel) in naming to be consistent with other DataSource. -- 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]
