----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33714/ -----------------------------------------------------------
Review request for hive, Ashutosh Chauhan and John Pullokkaran. Repository: hive-git Description ------- Right now, when Hive writes data into a bucketed table, it will use the last OP to generate RS-SEL and then FS. However, the context rsCtx carries partition column from the last OP rather than from the SEL, which makes FS use the wrong partition column. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 7f6a180 Diff: https://reviews.apache.org/r/33714/diff/ Testing ------- Thanks, pengcheng xiong