Skip to content

Commit 61a0024

Browse files
committed
[FLINK-37728][python] fix incorrect import org.apache.flink.table.runtime.operators.window.Window
1 parent 85a9fc8 commit 61a0024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-python/src/main/java/org/apache/flink/streaming/api/operators/python/embedded/EmbeddedPythonWindowOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import org.apache.flink.streaming.api.operators.Triggerable;
3232
import org.apache.flink.streaming.api.operators.python.DataStreamPythonFunctionOperator;
3333
import org.apache.flink.streaming.api.utils.PythonTypeUtils;
34-
import org.apache.flink.table.runtime.operators.window.Window;
34+
import org.apache.flink.streaming.api.windowing.windows.Window;
3535
import org.apache.flink.types.Row;
3636

3737
import pemja.core.object.PyIterator;

0 commit comments

Comments
 (0)