Dremio not create CTA with array fields

Hello, we have a dremio to dremio connection in dremio1 we have a table that has array field that for strange reason are recognized as string as show here Dremio to Dremio with array column in table so we want create a new table first converting to array, but the select works but saving with CTA not work, I attach both profiles.

16c25cf8-9480-4400-a17e-2c69bdba4817-ok.zip (16,6 KB)

bb84fd68-0376-488f-9830-e91c2bd52097-error.zip (11,2 KB)

@dch or @balaji.ramaswamy can you help me please?

@dacopan Same issue that @dch responded?

Hello @balaji.ramaswamy not is not the same, because select works but CTA not work

@dacopan If the CTAS works without the VERBS field being selected then it seems like the limitation,

Does the CTAS work without the CONVERT_FROM_JSON?

If it does, then you can create the table as VERBS as type VARCHAR and then do the convert_from locally?

convert_from(VERBS, 'JSON') AS VERBS