[#5955] Fix CAST expression
This commit is contained in:
parent
c848fbfdff
commit
c249962e08
@ -3492,6 +3492,7 @@ class ParserImpl implements Parser {
|
||||
Field<?> field = parseField(ctx);
|
||||
parseKeyword(ctx, "AS");
|
||||
DataType<?> type = parseDataType(ctx);
|
||||
parse(ctx, ')');
|
||||
|
||||
return cast(field, type);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user