如何使用 Apache Beam Python SDK 读取嵌套结构?
lines = p | io.Read(io.BigQuerySource('project:test.beam_in'))
导致
"reason": "invalidQuery",
"message": "Cannot output multiple independently repeated fields at the same time. Found classification_item_distribution and category_cat_name"
是否可以读取嵌套结构?