-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClickHouse Adapter - Nullable(Bool) seems to break column parsing #123
Comments
Encountered another similar crash:
|
I did some research and understood what is the root problem. In our current realisation we are using lark for parsing Clickhouse column types, and looks like there are some bugs/inconsistency in .lark file. Though looks like it is a tricky problem, some of my attempts to add new rules of parsing encountered the errors. Thank you for reporting various cases where it is crashing. |
@ValeriyWorld just tried, those got fixed, thanks! Unfortunately it looks like there are other data types causing a similar crash:
|
Testing the ClickHouse adapter I came across a crash, which seems originating from a field having type:
Nullable(Bool)
.Here's the stack trace:
The text was updated successfully, but these errors were encountered: