Make error message better when bitwise_*
operator takes wrong argument type
#11249
Labels
bug
Something isn't working
bitwise_*
operator takes wrong argument type
#11249
Describe the bug
This is not a bug, but the error message can be better:
The following queries' problem is just
bitwise_*
operator takes the not-supported argument type, so it should be a planning error.Current
Internal error
messages can be confusing, or cause a false positive for testing code.To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: