This is an automated email from the ASF dual-hosted git repository. aglinxinyuan pushed a commit to branch xinyuan-fix-python-warehouse in repository https://gitbox.apache.org/repos/asf/texera.git
commit 14f25ed598d03e69d7d10e57f52db6503ca28ff9 Author: Xinyuan Lin <[email protected]> AuthorDate: Fri Apr 17 21:41:22 2026 -0700 init --- amber/src/main/python/core/storage/iceberg/iceberg_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amber/src/main/python/core/storage/iceberg/iceberg_utils.py b/amber/src/main/python/core/storage/iceberg/iceberg_utils.py index f973c72fe8..844ef3e00f 100644 --- a/amber/src/main/python/core/storage/iceberg/iceberg_utils.py +++ b/amber/src/main/python/core/storage/iceberg/iceberg_utils.py @@ -148,7 +148,7 @@ def create_postgres_catalog( catalog_name, **{ "uri": f"postgresql+pg8000://{username}:{password}@{uri_without_scheme}", - "warehouse": f"file://{warehouse_path}", + "warehouse": warehouse_path, }, )
