You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def_get_spark_window_spec(
over_window_descriptor: "OverWindowDescriptor",
) ->WindowSpec:
if (
over_window_descriptor.limitisnotNoneandover_window_descriptor.window_sizeisnotNone
):
# TODO Supports aggregations on both limited and timed windowraiseFeathubException(
"You cannot set window_size and limit of over window at the same time."
)
test_spark_processor.py
# TODO: Add back following test cases after SparkProcessor supports aggregations# on both limited and timed windowdeftest_over_window_on_join_field(self):
pass
The text was updated successfully, but these errors were encountered:
over_window_utils.py:
test_spark_processor.py
The text was updated successfully, but these errors were encountered: