HeartSaVioR commented on a change in pull request #24990: [SPARK-28191][SS] New data source - state - reader part URL: https://github.com/apache/spark/pull/24990#discussion_r406648387
########## File path: sql/core/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister ########## @@ -5,6 +5,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.v2.state.StateDataSourceV2 Review comment: I would do when I get any actual reviewer - the only request I got for this feature was asking for SPIP. https://github.com/HeartSaVioR/spark-state-tools Above repository contains entire functionalities (though it's tied to Spark 2.4 and some weird usage because Spark doesn't provide schema information) and explanation. ---------------------------------------------------------------- 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]
