| Method and Description |
|---|
| org.apache.flink.table.descriptors.Json.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.formats.json.JsonRowDeserializationSchema.setFailOnMissingField(boolean)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
| Constructor and Description |
|---|
| org.apache.flink.formats.json.JsonRowDeserializationSchema(String)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
| org.apache.flink.formats.json.JsonRowDeserializationSchema(TypeInformation<Row>)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
| org.apache.flink.formats.json.JsonRowSerializationSchema(TypeInformation<Row>)
Use the provided
JsonRowSerializationSchema.Builder instead. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.