timsaucer commented on code in PR #1256:
URL:
https://github.com/apache/datafusion-python/pull/1256#discussion_r2419813123
##########
examples/datafusion-ffi-example/python/tests/_test_table_provider.py:
##########
@@ -40,3 +40,7 @@ def test_table_loading():
]
assert result == expected
+
+ result = ctx.read_table(table).collect()
+ result = [r.column(0) for r in result]
+ assert result == expected
Review Comment:
@kosiew Here is the unit test for `read_table` with a PyCapsule based table
provider.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]