Skip to content
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

Internal error when regex operator ~ is used with Lists (SQLancer) #11622

Closed
2010YOUY01 opened this issue Jul 23, 2024 · 0 comments · Fixed by #11646
Closed

Internal error when regex operator ~ is used with Lists (SQLancer) #11622

2010YOUY01 opened this issue Jul 23, 2024 · 0 comments · Fixed by #11646
Labels
bug Something isn't working

Comments

@2010YOUY01
Copy link
Contributor

Describe the bug

The following query has an invalid operation, so it should return a planning error.
However, it's returning an internal error to indicate a potential bug

> select [1,2] ~ [3];
Internal error: invalid operator for nested.
This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker

To Reproduce

No response

Expected behavior

No response

Additional context

Found by SQLancer #11030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant