GitHub user eggsby opened a pull request:
https://github.com/apache/spark/pull/6597
[SPARK-7743] [SQL] Upgrading parquet version from incubator 1.6.0rc3
Resolves [SPARK-7743](https://issues.apache.org/jira/browse/SPARK-7743).
Trivial changes of versions, package names, as well as a small issue in
`ParquetTableOperations.scala`
```diff
- val readContext = getReadSupport(configuration).init(
+ val readContext =
ParquetInputFormat.getReadSupportInstance(configuration).init(
```
Since ParquetInputFormat.getReadSupport was made package private in the
latest release.
Thanks
-- Thomas Omans
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eggsby/spark SPARK-7743
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6597.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 #6597
----
commit 9e6ca820fd29667cb7359dbb3cb9706322873a74
Author: Thomas Omans <[email protected]>
Date: 2015-06-02T22:23:18Z
[SPARK-7743] [SQL] Upgrading parquet version from incubator 1.6.0rc3 to top
level 1.7.0
----
---
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]