You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2023. It is now read-only.
It looks like Dremio does not support untyped nulls (from thiscommunity post), which means that you need to cast the null as something. You can do that in the dialect function, we have an example here.
This affects the operator.bool test, there is one failed test that throws this error on the Dremio side.
It looks like Dremio does not support untyped nulls (from thiscommunity post), which means that you need to cast the null as something. You can do that in the dialect function, we have an example here.
This affects the operator.bool test, there is one failed test that throws this error on the Dremio side.