Is Hudi considering supporting numeric field names? In version 0.14, the table schema is still based on Avro format. If a field name starts with a number, such as "19", there is an exception when creating the table because Avro does not support field names that start with a number.
Describe the problem you faced
Is Hudi considering supporting numeric field names? In version 0.14, the table schema is still based on Avro format. If a field name starts with a number, such as "19", there is an exception when creating the table because Avro does not support field names that start with a number.