簡體   English   中英

Bigquery建表時如何處理嵌套字段過多

[英]How to deal with too much nested fields when creating a table on Bigquery

我在 Bigquery 上,我正在嘗試從 Parquet 文件創建一個表。 我收到此錯誤:

Failed to create table: Error while reading data, error message: Field 'produit.elements.bag.array_element.couche_matiere.bag.array_element.composition_coloris.bag.array_element.composition.bag.array_element.libelle_compo.bag.array_element.code_langue' is nested too deeply. It has definition level 17 while maximum allowed definition level is 15.

我知道我有太多 (17) 個嵌套字段,但我必須處理這個模式。

有沒有人知道如何處理這個問題?

謝謝

解決方法是將 parquet 文件轉換為 ORC 格式。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM