We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247b188 commit 3f1db50Copy full SHA for 3f1db50
1 file changed
duckdb/experimental/spark/sql/dataframe.py
@@ -68,7 +68,7 @@ def toArrow(self) -> "pa.Table":
68
age: [[2,5]]
69
name: [["Alice","Bob"]]
70
"""
71
- return self.relation.arrow_table()
+ return self.relation.to_arrow_table()
72
73
def createOrReplaceTempView(self, name: str) -> None:
74
"""Creates or replaces a local temporary view with this :class:`DataFrame`.
0 commit comments