We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefb5c4 commit a9a52dfCopy full SHA for a9a52df
examples/adbc_example.py
@@ -1,9 +1,8 @@
1
"""
2
-Install pyarrow, adbc_driver_duckdb and duckdb before running this example
+Install pyarrow, adbc-driver-manager and duckdb before running this example
3
This example currently can be run only with duckdb<=1.1.3, later vesions of duckdb no longer support substrait in adbc
4
5
6
-
7
import adbc_driver_duckdb.dbapi
8
import pyarrow
9
from substrait.builders.plan import read_named_table, filter
0 commit comments