| Interface and Description |
|---|
| org.apache.flink.table.sinks.BatchTableSink
use
OutputFormatTableSink instead. |
| org.apache.flink.table.sources.BatchTableSource
use
InputFormatTableSource instead. |
| Class and Description |
|---|
| org.apache.flink.table.descriptors.OldCsv
Use the RFC-compliant
Csv format in the dedicated
flink-formats/flink-csv module instead when writing to Kafka. |
| org.apache.flink.table.descriptors.OldCsvValidator
Use the RFC-compliant
Csv format in the dedicated
flink-formats/flink-csv module instead. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.