[HUDI-2483] Infer changelog mode for flink compactor (#3706)
This commit is contained in:
@@ -149,7 +149,7 @@ public class TableSchemaResolver {
|
||||
}
|
||||
}
|
||||
|
||||
private Schema getTableAvroSchemaFromDataFile() throws Exception {
|
||||
public Schema getTableAvroSchemaFromDataFile() throws Exception {
|
||||
return convertParquetSchemaToAvro(getTableParquetSchemaFromDataFile());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user