spark git commit: [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY.

2014-11-24 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 0e7fa7f63 - 97b7eb4d9 [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY. When we use ORDER BY clause, at first, attributes referenced by projection are resolved (1). And then, attributes referenced at

spark git commit: [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY.

2014-11-24 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master b38411930 - dd1c9cb36 [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY. When we use ORDER BY clause, at first, attributes referenced by projection are resolved (1). And then, attributes referenced at ORDER BY