Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Sep 20, 2023
1 parent 0a9fa59 commit 90fa102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fe/fe-core/src/main/java/org/apache/doris/analysis/Expr.java
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,8 @@ public static Expr readIn(DataInput in) throws IOException {
return BoolLiteral.read(in);
case INT_LITERAL:
return IntLiteral.read(in);
case DATE_LITERAL:
return DateLiteral.read(in);
case LARGE_INT_LITERAL:
return LargeIntLiteral.read(in);
case FLOAT_LITERAL:
Expand Down

0 comments on commit 90fa102

Please sign in to comment.