Skip to content

Commit

Permalink
force install, one line
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 6, 2024
1 parent 1fbe556 commit 921fbaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_writes/test_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,7 @@ def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) ->

import duckdb

duckdb.sql("FORCE INSTALL iceberg;")
duckdb.sql("LOAD iceberg;")
duckdb.sql("FORCE INSTALL iceberg; LOAD iceberg;")
result = duckdb.sql(
f"""
SELECT *
Expand Down

0 comments on commit 921fbaf

Please sign in to comment.