Skip to content

Commit

Permalink
Update UpdatedDataFieldsProcessFunctionBase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JackeyLee007 authored Nov 21, 2024
1 parent 77b2522 commit 53b598e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected void applySchemaChange(
e);
}
}
// } else if (schemaChange instanceof SchemaChange.UpdateColumnType) {
} else if (schemaChange instanceof SchemaChange.UpdateColumnType) {
SchemaChange.UpdateColumnType updateColumnType =
(SchemaChange.UpdateColumnType) schemaChange;
Preconditions.checkState(
Expand Down

0 comments on commit 53b598e

Please sign in to comment.