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
That's kind of expected, as we don't know how to format the array. Until we figure this out, as a workaround, can you convert the array to a varchar in the query, like using array_join()?
Hello there,
Plugin version: 1.0.7
I'm running into the following error when trying to query a table containing a column with the following type:
array(row(score double, word_start double, word_end double, word varchar)
However, it works fine when querying a specific index.
That doesn't seem to be a problem with trino, because querying directly with it seems to work well:
The text was updated successfully, but these errors were encountered: