Skip to content

Commit

Permalink
docs: document typing suppression
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Dec 9, 2024
1 parent 7c3a473 commit e4a0470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/python/dialects/substrait/e2e_duckdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def testNamedTable():
pb_plan = ss.to_binpb(plan.operation).encode()

# Execute in duckdb and print result.
# Ignore type because DuckDB's `from_substrait` has wrong type annotation.
query_result = con.from_substrait(proto=pb_plan) # type: ignore

print(query_result.to_arrow_table())
Expand Down

0 comments on commit e4a0470

Please sign in to comment.