Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/19459#discussion_r143607522
--- 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 had to make this public to be callable with py4j. Alternatively,
something could be added to `o.a.s.sql.api.python.PythonSQLUtils`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]