This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Panic on query using EXPLODE #755
Labels
bug
Something isn't working
Comments
Thank you for fixing this! |
Unfortunately I still get this error after upgrading to release 0.22.0-rc1, which ships the PR #757
|
Working, but with other XPATH expression, the imports one is returning no results:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Adding it here because I think it's related to explode.
The query:
Causes this panic:
Removing the
EXPLODE
makes it work, retuning an empty array.Curiously I tried forcing an empty array with
SELECT EXPLODE(SPLIT("", ""))
(which innerSPLIT
also returns an empty array) and then it works.The text was updated successfully, but these errors were encountered: