Skip to content

Commit

Permalink
fix: column default value map getter
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiqian <[email protected]>
  • Loading branch information
yuxiqian committed Sep 20, 2024
1 parent d1ff6f0 commit b9d36c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ private void applyAlterColumnTypeEvent(AlterColumnTypeEvent event)
new FieldSchema(
entry.getKey(),
buildTypeString(entry.getValue()),
columnDefaultValueMapping.get(
columnDefaultValueMapping.get(entry.getKey())),
columnDefaultValueMapping.get(entry.getKey()),
null));
}
} catch (Exception e) {
Expand Down

0 comments on commit b9d36c7

Please sign in to comment.