Skip to content

Commit

Permalink
fixing compilation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivabalan authored and codope committed Nov 21, 2023
1 parent b2a8043 commit 14e044c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static void setPreCombineField(Configuration conf, HoodieTableMetaClient
* @param conf The configuration
* @param metaClient The meta client
*/
public static void inferChangelogMode(Configuration conf, HoodieTableMetaClient metaClient) {
public static void inferChangelogMode(Configuration conf, HoodieTableMetaClient metaClient) throws Exception {
TableSchemaResolver tableSchemaResolver = new TableSchemaResolver(metaClient);
Schema tableAvroSchema = tableSchemaResolver.getTableAvroSchemaFromDataFile();
if (tableAvroSchema.getField(HoodieRecord.OPERATION_METADATA_FIELD) != null) {
Expand Down

0 comments on commit 14e044c

Please sign in to comment.