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?

asked a year ago63 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions