UNLOAD to parquet does not work for arrays

0

using

UNLOAD(SELECT * FROM TABLE) TO 's3://...'
    WITH (format = 'PARQUET',compression = 'SNAPPY');

there is a column in table with is an array which comes back withParquet record is malformed: empty fields are illegal, the field should be ommited completely instead. How do I unload parquet if the column has arrays?

  • Which column type is used to store array? Is it SUPER?

已提问 1 年前70 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容