Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ interface Factory extends Serializable {
* @param windowState the window state to flush buffered data into.
* @param isEventTime indicates whether the operator works in event-time or processing-time
* mode, used for register corresponding timers.
* @param shiftTimeZone the shit timezone of the window
* @param shiftTimeZone the shift timezone of the window
* @throws IOException thrown if the buffer can't be opened
*/
WindowBuffer create(
Expand Down Expand Up @@ -121,7 +121,7 @@ interface LocalFactory extends Serializable {
* @param memoryManager the manager that governs memory by Flink framework
* @param memorySize the managed memory size can be used by this operator
* @param collector collector to emit records
* @param shiftTimeZone the shit timezone of the window
* @param shiftTimeZone the shift timezone of the window
* @throws IOException thrown if the buffer can't be opened
*/
WindowBuffer create(
Expand Down