aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver
diff options
context:
space:
mode:
authorwangzhenhua <wangzhenhua@huawei.com>2017-03-28 22:22:38 +0800
committerWenchen Fan <wenchen@databricks.com>2017-03-28 22:22:38 +0800
commit4fcc214d9eb5e98b2eed3e28cc23b0c511cd9007 (patch)
tree8905565fb2fc13743a92df16fe6611b7bbbf7c19 /sql/hive-thriftserver
parent91559d277f42ee83b79f5d8eb7ba037cf5c108da (diff)
downloadspark-4fcc214d9eb5e98b2eed3e28cc23b0c511cd9007.tar.gz
spark-4fcc214d9eb5e98b2eed3e28cc23b0c511cd9007.tar.bz2
spark-4fcc214d9eb5e98b2eed3e28cc23b0c511cd9007.zip
[SPARK-20124][SQL] Join reorder should keep the same order of final project attributes
## What changes were proposed in this pull request? Join reorder algorithm should keep exactly the same order of output attributes in the top project. For example, if user want to select a, b, c, after reordering, we should output a, b, c in the same order as specified by user, instead of b, a, c or other orders. ## How was this patch tested? A new test case is added in `JoinReorderSuite`. Author: wangzhenhua <wangzhenhua@huawei.com> Closes #17453 from wzhfy/keepOrderInProject.
Diffstat (limited to 'sql/hive-thriftserver')
0 files changed, 0 insertions, 0 deletions