1
0

[HUDI-3018] Adding validation to dataframe scheme to ensure reserved field does not have diff data type (#4852)

This commit is contained in:
Sivabalan Narayanan
2022-02-27 11:59:23 -05:00
committed by GitHub
parent 2f99e8458a
commit d5444ff7ff
5 changed files with 33 additions and 13 deletions

View File

@@ -17,7 +17,6 @@
*/
package org.apache.hudi
import org.apache.avro.Schema.Type
import org.apache.avro.generic.{GenericRecord, GenericRecordBuilder, IndexedRecord}
import org.apache.avro.{AvroRuntimeException, JsonProperties, Schema}