[GitHub] spark issue #17006: [SPARK-17636] Parquet filter push down doesn't handle st...

2017-05-11 Thread ndimiduk
Github user ndimiduk commented on the issue: https://github.com/apache/spark/pull/17006 Close the PR you mean? That's fine, I'm afraid I won't be able to make this a priority in the near term. Please don't close the JIRA though -- this is a big problem. --- If your project is set

[GitHub] spark pull request #17006: [SPARK-17636] Parquet filter push down doesn't ha...

2017-05-11 Thread ndimiduk
Github user ndimiduk closed the pull request at: https://github.com/apache/spark/pull/17006 --- 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

[GitHub] spark issue #17006: [SPARK-17636] Parquet filter push down doesn't handle st...

2017-02-20 Thread ndimiduk
Github user ndimiduk commented on the issue: https://github.com/apache/spark/pull/17006 Thanks for having a look @HyukjinKwon. I agree a test is needed. I'm new to Spark code base, so please direct me -- I assume there's an existing suite or suites that I can extend with coverage

[GitHub] spark pull request #17006: [SPARK-17636] Parquet filter push down doesn't ha...

2017-02-20 Thread ndimiduk
GitHub user ndimiduk opened a pull request: https://github.com/apache/spark/pull/17006 [SPARK-17636] Parquet filter push down doesn't handle struct fields ## What changes were proposed in this pull request? Changes `DataSourceStrategy#translateFilter` to operate