1
0

[HUDI-2483] Infer changelog mode for flink compactor (#3706)

This commit is contained in:
Danny Chan
2021-09-24 14:52:27 +08:00
committed by GitHub
parent 06c2cc2c8b
commit 440525ccbb
6 changed files with 172 additions and 101 deletions

View File

@@ -149,7 +149,7 @@ public class TableSchemaResolver {
}
}
private Schema getTableAvroSchemaFromDataFile() throws Exception {
public Schema getTableAvroSchemaFromDataFile() throws Exception {
return convertParquetSchemaToAvro(getTableParquetSchemaFromDataFile());
}