Fokko commented on PR #6254:
URL: https://github.com/apache/iceberg/pull/6254#issuecomment-1325556537

   Fair point @rdblue. I think it makes more sense to return a PyArrow dataset: 
https://github.com/apache/iceberg/pull/6258#discussion_r1030733926 Then this 
would translate to: `to_arrow().to_table().toPandas()`. We could also split 
them into `to_pyarrow_dataset()` and `to_pyarrow_table()` (or 
`to_pyarrow_dataset() -> pa.Dataset` and `to_pyarrow() -> pa.Table` to keep the 
`to_pyarrow` as is.


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

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to