これは私が使用している以下のクエリであり、以下のセマンティック分析エラーが発生するたびに発生します。
hive> select explode(test2.purchased_item.product_id) AS prodID,
explode(test2.purchased_item.timestamps) AS time from testingtable2 test2;
FAILED: Error in semantic analysis: Only a single expression in the SELECT clause
is supported with UDTF's
1つのselectステートメントで2つのexplodeを使用できないハイブに制限はありますか?