Skip to content

Commit

Permalink
from core_nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 6, 2024
1 parent c5a4545 commit 2c013cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_writes/test_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def test_duckdb_url_import(warehouse: Path, arrow_table_with_null: pa.Table) ->

query = "SELECT * FROM duckdb_extensions() WHERE extension_name = 'iceberg'"
print(f"Before: {duckdb.sql(query)}")
duckdb.sql("INSTALL iceberg; LOAD iceberg;")
duckdb.sql("INSTALL iceberg FROM core_nightly; LOAD iceberg;")
print(f"After: {duckdb.sql(query)}")
result = duckdb.sql(
f"""
Expand Down

0 comments on commit 2c013cb

Please sign in to comment.