GitHub user rahulaggarwalguavus opened a pull request:
https://github.com/apache/spark/pull/3870
SPARK-5049: ParquetTableScan always prepends the values of partition col...
...umns in output rows irrespective of the order of the partition columns
in the original SELECT query
- forming a GenericRow by inserting column values are correct indexes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rahulaggarwalguavus/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3870.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3870
----
commit 500011092c0765ad20c8806f1ea500198eaf93d4
Author: rahul.aggarwal <rahul@guavus>
Date: 2015-01-01T12:56:49Z
SPARK-5049: ParquetTableScan always prepends the values of partition
columns in output rows irrespective of the order of the partition columns in
the original SELECT query
- forming a Generic row by inserting column values are correct indexes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]