[GitHub] spark pull request: [SPARK-5236] Fix ClassCastException in Specifi...

2015-01-14 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/4039#issuecomment-70019159 @squito This is not new functionality for which it would make sense to write a unit test. This is a hotfix for a bug. I am completely unfamiliar with this code

[GitHub] spark pull request: [SPARK-5236] Fix ClassCastException in Specifi...

2015-01-14 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/4039#issuecomment-70036683 Ok, happy to look into this, but I will be out for the next few days, so this isn't going to happen before the weekend. --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-5235] Make SQLConf Serializable

2015-01-13 Thread alexbaretta
GitHub user alexbaretta opened a pull request: https://github.com/apache/spark/pull/4031 [SPARK-5235] Make SQLConf Serializable Declare SQLConf to be serializable to fix Task not serializable exceptions in SparkSQL You can merge this pull request into a Git repository by running

[GitHub] spark pull request: [SPARK-5236] Fix ClassCastException in Specifi...

2015-01-13 Thread alexbaretta
GitHub user alexbaretta opened a pull request: https://github.com/apache/spark/pull/4039 [SPARK-5236] Fix ClassCastException in SpecificMutableRow You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexbaretta/spark spark-5236

[GitHub] spark pull request: [SPARK-5061][SQL] SQLContext: overload createP...

2015-01-12 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/3957#issuecomment-69628326 Yes, I guess it could work, although I haven't been able to try it yet. Let me close this. --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK-5061][SQL] SQLContext: overload createP...

2015-01-12 Thread alexbaretta
Github user alexbaretta closed the pull request at: https://github.com/apache/spark/pull/3957 --- 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 pull request: [SPARK-5061][SQL] SQLContext: overload createP...

2015-01-10 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/3957#issuecomment-69484859 Hmmm... I guess it would. Thanks for pointing it out. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-5061][SQL] SQLContext: overload createP...

2015-01-10 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/3957#issuecomment-69476507 @marmbrus Michael, I did not realize the title could be changed. Thanks for pointing it out. Regarding the use case: I have large, unwieldy

[GitHub] spark pull request: [SPARK-5061][Alex Baretta] SQLContext: overloa...

2015-01-08 Thread alexbaretta
Github user alexbaretta closed the pull request at: https://github.com/apache/spark/pull/3882 --- 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 pull request: [SPARK-5061][Alex Baretta] SQLContext: overloa...

2015-01-08 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/3882#issuecomment-69256448 In retrospect amending my commit might not have been the right thing to do... Any feedback on how to properly amend a PR would be appreciated. --- If your project

[GitHub] spark pull request: [SPARK-5061][Alex Baretta] SQLContext: overloa...

2015-01-08 Thread alexbaretta
GitHub user alexbaretta opened a pull request: https://github.com/apache/spark/pull/3957 [SPARK-5061][Alex Baretta] SQLContext: overload createParquetFile Overload taking a StructType instead of TypeTag You can merge this pull request into a Git repository by running: $ git

[GitHub] spark pull request: [SPARK-5061][Alex Baretta] SQLContext: overloa...

2015-01-08 Thread alexbaretta
Github user alexbaretta commented on the pull request: https://github.com/apache/spark/pull/3957#issuecomment-69262680 @nchammas Thanks for the tip. I am obviously a newbie here, so I greatly value feedback. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-5061][Alex Baretta] SQLContext: overloa...

2015-01-02 Thread alexbaretta
Github user alexbaretta commented on a diff in the pull request: https://github.com/apache/spark/pull/3882#discussion_r22428318 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -269,6 +269,43 @@ class SQLContext(@transient val sparkContext

[GitHub] spark pull request: [SPARK-5061][Alex Baretta] SQLContext: overloa...

2015-01-02 Thread alexbaretta
GitHub user alexbaretta opened a pull request: https://github.com/apache/spark/pull/3882 [SPARK-5061][Alex Baretta] SQLContext: overload createParquetFile Overload of createParquetFile taking a StructType instead of a TypeTag You can merge this pull request into a Git repository

[GitHub] spark pull request: [SPARK-4985][SQL Parquet] Parquet date support

2014-12-30 Thread alexbaretta
GitHub user alexbaretta opened a pull request: https://github.com/apache/spark/pull/3855 [SPARK-4985][SQL Parquet] Parquet date support You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexbaretta/spark parquet-date-support