Make BIGINT type hack for compatible with the old Koski-based parser configurable #4071
-
In DuckParser.cpp, parseConstantExpr hard code the transform from INTEGER to BIGINT for compatibility reason. This is inconsistent with the behavior of most SQL engine. Is Koski parser still used in this project? Can we make is configurable or just remove it?
|
Beta Was this translation helpful? Give feedback.
Answered by
mbasmanova
Feb 17, 2023
Replies: 2 comments 1 reply
-
@ViggoC We can try removing it or hiding behind a new flag in ParseOptions. Would you like to work on this?
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mbasmanova
-
CC: @majetideepak |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ViggoC We can try removing it or hiding behind a new flag in ParseOptions. Would you like to work on this?