Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Windowing table-valued functions can now also be used in batch execution mode and no longer only in streaming execution mode.
Description
As a batch and streaming unified engine, we should also support to run window TVF in batch mode. Then users can use one query with streaming mode to produce data in real-time and use the same query with batch mode to backfill data for a specific day.
The implementation for batch should be straightforward and simple. We can just introduce a physical and exec node for window TVF.
Attachments
Issue Links
- links to