Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wudi committed Nov 30, 2023
1 parent 3e29b2b commit c341d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public boolean schemaChange(JsonNode recordRoot) {
return false;
}

boolean doSchemaChange = checkSchemaChange(ddl, tuple.f0, tuple.f1);
boolean doSchemaChange = checkSchemaChange(tuple.f0, tuple.f1, ddl);
status = doSchemaChange && schemaChangeManager.execute(ddl, tuple.f0);
LOG.info("schema change status:{}", status);
} catch (Exception ex) {
Expand Down

0 comments on commit c341d3c

Please sign in to comment.