lidavidm commented on code in PR #2839:
URL: https://github.com/apache/arrow-adbc/pull/2839#discussion_r2100047698


##########
python/adbc_driver_manager/tests/test_dbapi_polars_nopyarrow.py:
##########
@@ -154,3 +214,17 @@ def test_query_double_capsule(sqlite: dbapi.Connection) -> 
None:
 
         # Import the result to free memory
         polars.from_arrow(capsule)
+
+
+@pytest.mark.xfail(raises=dbapi.NotSupportedError)
+def test_get_table_schema(sqlite: dbapi.Connection) -> None:

Review Comment:
   This is only because it seems polars can't currently import a schema by 
itself. I still need to go raise an issue/PR on their side



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to