This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a commit to branch xinyuan-loop-feb
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/xinyuan-loop-feb by this push:
     new 7054861855 fix fmt
7054861855 is described below

commit 7054861855e559250e56d6e6e1647ba49f790a01
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sat Apr 18 00:07:25 2026 -0700

    fix fmt
---
 amber/src/main/python/core/storage/iceberg/iceberg_utils.py | 1 +
 1 file changed, 1 insertion(+)

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 3538927475..f57c6d52d5 100644
--- a/amber/src/main/python/core/storage/iceberg/iceberg_utils.py
+++ b/amber/src/main/python/core/storage/iceberg/iceberg_utils.py
@@ -218,6 +218,7 @@ def create_table(
 
     if catalog.table_exists(identifier) and override_if_exists:
         catalog.drop_table(identifier)
+        
     table = catalog.create_table(
         identifier=identifier,
         schema=table_schema,

Reply via email to