You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by tdas <gi...@git.apache.org> on 2018/02/12 22:46:19 UTC

[GitHub] spark pull request #20382: [SPARK-23097][SQL][SS] Migrate text socket source...

Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20382#discussion_r167126475
  
    --- Diff: sql/core/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister ---
    @@ -5,6 +5,6 @@ org.apache.spark.sql.execution.datasources.orc.OrcFileFormat
     org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat
     org.apache.spark.sql.execution.datasources.text.TextFileFormat
     org.apache.spark.sql.execution.streaming.ConsoleSinkProvider
    -org.apache.spark.sql.execution.streaming.TextSocketSourceProvider
     org.apache.spark.sql.execution.streaming.RateSourceProvider
    +org.apache.spark.sql.execution.streaming.sources.TextSocketSourceProvider
    --- End diff --
    
    can you add a redirection in the `DataSource.backwardCompatibilityMap` for this?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org