| Method and Description |
|---|
| org.apache.flink.table.descriptors.Csv.deriveSchema()
Derivation format schema from table's schema is the default behavior now. So
there is no need to explicitly declare to derive schema.
|
org.apache.flink.table.descriptors.Csv.schema(TypeInformation<Row>)
Csv supports derive schema from table schema by default, it is no longer
necessary to explicitly declare the format schema. This method will be removed in the
future. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.