Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
FileInputFormat use ContinuousFileReaderOperator in StreamExecutionEnvironment, and ContinuousFileReaderOperator join the async thread in close, So before closing, the data is incomplete.
But batch operators use endInput to do some work, this lead to incomplete records in endInput, and lead to wrong results.
This mean batch mode of blink-planner can not use file related sources...
Attachments
Issue Links
- blocks
-
FLINK-13436 Add TPC-H queries as E2E tests
- Resolved
- links to