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-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to