rdblue commented on a change in pull request #24416: [SPARK-27521][SQL] Move 
data source v2 to catalyst module
URL: https://github.com/apache/spark/pull/24416#discussion_r289050395
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/sources/TextSocketStreamSuite.scala
 ##########
 @@ -204,7 +204,7 @@ class TextSocketStreamSuite extends StreamTest with 
SharedSQLContext with Before
       provider.getTable(new CaseInsensitiveStringMap(params.asJava), 
userSpecifiedSchema)
     }
     assert(exception.getMessage.contains(
-      "socket source does not support user-specified schema"))
+      "TextSocketSourceProvider source does not support user-specified 
schema"))
 
 Review comment:
   Same here. This doesn't need to be done and causes this PR to touch 
additional files.

----------------------------------------------------------------
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]

Reply via email to