for a global window with a custom event time trigger that fires every 1 minute and then apply a custom window function to it,
the trigger firing seems working but the element collection i get inside of my custom WindowFunction is always the whole inputs from start to end rather than inputs subset from start to the every 1min window end(maxTimestamp). is this because GlobalWindows is a processing time operator that does not work with event time? thanks a lot,