[fix](Nereids) add int type alias 'integer' (#25376)
This commit is contained in:
@ -123,6 +123,7 @@ public abstract class DataType {
|
||||
dataType = SmallIntType.INSTANCE;
|
||||
break;
|
||||
case "int":
|
||||
case "integer":
|
||||
dataType = IntegerType.INSTANCE;
|
||||
break;
|
||||
case "bigint":
|
||||
|
||||
Reference in New Issue
Block a user