anishshri-db commented on code in PR #43425: URL: https://github.com/apache/spark/pull/43425#discussion_r1367381248
########## sql/core/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister: ########## @@ -27,4 +27,5 @@ org.apache.spark.sql.execution.streaming.ConsoleSinkProvider org.apache.spark.sql.execution.streaming.sources.RateStreamProvider org.apache.spark.sql.execution.streaming.sources.TextSocketSourceProvider org.apache.spark.sql.execution.datasources.binaryfile.BinaryFileFormat -org.apache.spark.sql.execution.streaming.sources.RatePerMicroBatchProvider \ No newline at end of file +org.apache.spark.sql.execution.streaming.sources.RatePerMicroBatchProvider +org.apache.spark.sql.execution.datasources.v2.state.StateDataSourceV2 Review Comment: Do we just want to rename to `StateDataSource` ? we already have v2 in the package path ? -- 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]
