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
but it fails when I run the SELECT from the table with error: ERROR: parquet_fdw: cache lookup failed for type 0 . If I use text instead then values got imported fine as one text value, so data I guess is correct. Didn't find any example with array type in here
The text was updated successfully, but these errors were encountered:
What is the right way to specify an array type? Tried to use the following and used
text[]
like in here:but it fails when I run the
SELECT
from the table with error:ERROR: parquet_fdw: cache lookup failed for type 0
. If I usetext
instead then values got imported fine as one text value, so data I guess is correct. Didn't find any example witharray
type in hereThe text was updated successfully, but these errors were encountered: