[GitHub] spark pull request: [SPARK-13994][SQL] Investigate types not suppo...

2016-03-20 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/11808#issuecomment-198162395
  
**[Test build #53491 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/53491/consoleFull)**
 for PR 11808 at commit 
[`e56327d`](https://github.com/apache/spark/commit/e56327d0314a4b6d4934693cde5c6149d4c92319).


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13994][SQL] Investigate types not suppo...

2016-03-19 Thread jodersky
Github user jodersky commented on the pull request:

https://github.com/apache/spark/pull/11808#issuecomment-198169176
  
Is this meant to be a PR? Looking at the code, it seems more like a wok 
progress.

Mind closing and reopening once its ready?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13994][SQL] Investigate types not suppo...

2016-03-19 Thread sameeragarwal
GitHub user sameeragarwal opened a pull request:

https://github.com/apache/spark/pull/11808

[SPARK-13994][SQL] Investigate types not supported by vectorized parquet 
record reader

Investigating (via tests) all the data types that are not supported by 
vectorized parquet record reader. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sameeragarwal/spark datatype

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/11808.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 #11808


commit e56327d0314a4b6d4934693cde5c6149d4c92319
Author: Sameer Agarwal 
Date:   2016-03-18T01:47:58Z

initial investigation




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: [SPARK-13994][SQL] Investigate types not suppo...

2016-03-19 Thread sameeragarwal
Github user sameeragarwal commented on the pull request:

https://github.com/apache/spark/pull/11808#issuecomment-198177121
  
@jodersky as part of 2.0, we are trying to extend the vectorized parquet 
record reader to work with all supported data types. This PR is created to 
scope out the change by identifying those datatypes that'd currently fall back 
to the default parquet-mr record reader (by running the entire test suite on 
it).


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org