Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.15.0
Description
DEFAULT_FLUSH_MAX_SIZE and DEFAULT_FLUSH_INTERVAL_MILLS in JdbcOutputFormat class are useless.
We should delete them.
public static final int DEFAULT_FLUSH_MAX_SIZE = 5000; public static final long DEFAULT_FLUSH_INTERVAL_MILLS = 0L;
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-24397 Reduce legacy in Table API connectors
-
- Closed
-
- links to