1
0
Files
hudi/hudi-flink
Danny Chan e8e6708aea [HUDI-1664] Avro schema inference for Flink SQL table (#2658)
A Flink SQL table has DDL that defines the table schema, we can use that
to infer the Avro schema and there is no need to declare a Avro schema
explicitly anymore.

But we still keep the config option for explicit Avro schema in case
there is corner cases that the inferred schema is not correct
(especially for the nullability).
2021-03-11 19:45:48 +08:00
..