buyingyi | cf48fb5 | 2012-11-02 00:31:31 +0000 | [diff] [blame] | 1 | -- union case: both subqueries are map jobs on same input, followed by filesink |
2 | DROP TABLE IF EXISTS src; | ||||
3 | |||||
4 | CREATE TABLE src(key int, value struct<v1:int, v2:int>); | ||||
5 | |||||
6 | select value from src; |