spark git commit: [SPARK-6145][SQL] fix ORDER BY on nested fields

2015-03-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 424a86a1e -> 5873c713c [SPARK-6145][SQL] fix ORDER BY on nested fields Based on #4904 with style errors fixed. `LogicalPlan#resolve` will not only produce `Attribute`, but also "`GetField` chain". So in `ResolveSortReferences`, after reso

spark git commit: [SPARK-6145][SQL] fix ORDER BY on nested fields

2015-03-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 5097f869e -> e358f [SPARK-6145][SQL] fix ORDER BY on nested fields Based on #4904 with style errors fixed. `LogicalPlan#resolve` will not only produce `Attribute`, but also "`GetField` chain". So in `ResolveSortReferences`, after

spark git commit: [SPARK-6145][SQL] fix ORDER BY on nested fields

2015-03-31 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 810201447 -> cd48ca501 [SPARK-6145][SQL] fix ORDER BY on nested fields This PR is based on work by cloud-fan in #4904, but with two differences: - We isolate the logic for Sort's special handling into `ResolveSortReferences` - We avoid cr

spark git commit: [SPARK-6145][SQL] fix ORDER BY on nested fields

2015-03-31 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 778c87686 -> 045228f38 [SPARK-6145][SQL] fix ORDER BY on nested fields This PR is based on work by cloud-fan in #4904, but with two differences: - We isolate the logic for Sort's special handling into `ResolveSortReferences` - We avoi