dianfu commented on a change in pull request #19089:
URL: https://github.com/apache/flink/pull/19089#discussion_r826782273
##########
File path: flink-python/pyflink/fn_execution/table/window_aggregate_slow.py
##########
@@ -33,11 +32,11 @@
MergingWindowAssigner
from pyflink.fn_execution.table.window_context import WindowContext,
TriggerContext, K, W
from pyflink.fn_execution.table.window_process_function import
GeneralWindowProcessFunction, \
- InternalWindowProcessFunction, PanedWindowProcessFunction,
MergingWindowProcessFunction
+ InternalWindowProcessFunction, PanedWindowProcessFunction,
MergingWindowProcessFunction, \
+ MAX_LONG_VALUE
Review comment:
this import isn't correct
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]