cloud-fan commented on a change in pull request #23430: [SPARK-26520][SQL] data source v2 API refactor (micro-batch read) URL: https://github.com/apache/spark/pull/23430#discussion_r244905608
########## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/TextSocketMicroBatchStream.scala ########## @@ -220,43 +192,3 @@ class TextSocketMicroBatchReadSupport(options: DataSourceOptions) } case class TextSocketInputPartition(slice: ListBuffer[(UTF8String, Long)]) extends InputPartition - -class TextSocketSourceProvider extends DataSourceV2 Review comment: This is moved to a new file: https://github.com/apache/spark/pull/23430/files#diff-c223080834806efd92efc860656b60cdR34 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
