Skip to content

Commit

Permalink
Revert "Fix bug show full column does not display default value"
Browse files Browse the repository at this point in the history
This reverts commit 151f038.
  • Loading branch information
trueeyu committed Sep 11, 2023
1 parent 9abc4aa commit bfdaf23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
3 changes: 0 additions & 3 deletions fe/fe-core/src/main/java/com/starrocks/catalog/Column.java
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,6 @@ public String getMetaDefaultValue(List<String> extras) {
if ("now()".equalsIgnoreCase(defaultExpr.getExpr())) {
extras.add("DEFAULT_GENERATED");
return "CURRENT_TIMESTAMP";
} else {
extras.add("DEFAULT_GENERATED");
return defaultExpr.getExpr();
}
}
return FeConstants.null_string;
Expand Down

This file was deleted.

0 comments on commit bfdaf23

Please sign in to comment.