Github user joseph-torres commented on a diff in the pull request:
https://github.com/apache/spark/pull/19056#discussion_r137048000
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/socket.scala
---
@@ -130,16 +130,7 @@ class TextSocketSource(host: String, port: Int,
includeTimestamp: Boolean, sqlCo
val rdd = sqlContext.sparkContext.parallelize(rawList).map(
v => InternalRow(UTF8String.fromString(v._1), v._2.getTime()))
--- End diff --
Done
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]