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?

demandé il y a un an70 vues
Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions