Yichao Yang created FLINK-17885:
-----------------------------------
Summary: StreamingFileCommitter watermark attribute is transient, this might be different with origin value
Key: FLINK-17885
URL:
https://issues.apache.org/jira/browse/FLINK-17885 Project: Flink
Issue Type: Improvement
Components: Table SQL / API
Affects Versions: 1.11.0
Reporter: Yichao Yang
StreamingFileCommitter has a
private transient long currentWatermark = Long.MIN_VALUE;
The transient value will be set to 0 after deserialization.
should we remove the transient key word?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)