[fix](planner)cast expr should do nothing in compactForLiteral method (#34047)
This commit is contained in:
@ -592,4 +592,9 @@ public class CastExpr extends Expr {
|
||||
public boolean isNotFold() {
|
||||
return this.notFold;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void compactForLiteral(Type type) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user