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?

posta un anno fa70 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande