Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/19459#discussion_r143821657
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowConverters.scala
---
@@ -203,4 +205,16 @@ private[sql] object ArrowConverters {
reader.close()
}
}
+
+ def toDataFrame(
--- End diff --
I left the conversion logic in `ArrowConverters` because I think there is a
good chance it will change, so just added a wrapper to `PythonSQLUtils` let me
know if it's ok.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]