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

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


The following commit(s) were added to refs/heads/xinyuan-state-materialization 
by this push:
     new 06ef4f8b6c fix fmt
06ef4f8b6c is described below

commit 06ef4f8b6ca545cdd76f5838a13f5a92e11b4fce
Author: Xinyuan Lin <[email protected]>
AuthorDate: Tue May 5 21:40:01 2026 -0700

    fix fmt
---
 .../storage/runnables/input_port_materialization_reader_runnable.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/amber/src/main/python/core/storage/runnables/input_port_materialization_reader_runnable.py
 
b/amber/src/main/python/core/storage/runnables/input_port_materialization_reader_runnable.py
index dd356a3795..af847621ef 100644
--- 
a/amber/src/main/python/core/storage/runnables/input_port_materialization_reader_runnable.py
+++ 
b/amber/src/main/python/core/storage/runnables/input_port_materialization_reader_runnable.py
@@ -17,8 +17,8 @@
 
 import typing
 from loguru import logger
-from typing import Union
 from pyarrow import Table
+from typing import Union
 
 from core.architecture.sendsemantics.broad_cast_partitioner import (
     BroadcastPartitioner,

Reply via email to