[GitHub] spark issue #22967: [SPARK-25956] Make Scala 2.12 as default Scala version i...

2018-11-14 Thread xerial
Github user xerial commented on the issue:

https://github.com/apache/spark/pull/22967
  
Thank you for all the efforts to make this happen! 

Spark has been the last resort before deprecating Scala 2.11. 

After Spark 3.0, as an OSS contributor, we can stop maintaining cross 
builds for Scala 2.11 and can completely migrate to Scala 2.12 or later after 
Spark 3.0. 


---

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



[GitHub] spark pull request: [SPARK-14277] UnsafeSorterSpillReader should d...

2016-03-30 Thread xerial
Github user xerial commented on the pull request:

https://github.com/apache/spark/pull/12074#issuecomment-203748806
  
Released snappy-java-1.1.2.4 with this fix. Thanks for letting me know. 


---
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-14277] UnsafeSorterSpillReader should d...

2016-03-30 Thread xerial
Github user xerial commented on the pull request:

https://github.com/apache/spark/pull/12074#issuecomment-203734165
  
@sitalkedia Sure. I'll do that.


---
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-14277] UnsafeSorterSpillReader should d...

2016-03-30 Thread xerial
Github user xerial commented on the pull request:

https://github.com/apache/spark/pull/12074#issuecomment-203702958
  
I have just deployed snappy-java-1.1.2.3 with this fix, which will be 
synchronized to the Maven central soon.


---
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-14277] UnsafeSorterSpillReader should d...

2016-03-30 Thread xerial
Github user xerial commented on the pull request:

https://github.com/apache/spark/pull/12074#issuecomment-203687378
  
A reason snappy-java's SnappyInputStream uses Snappy.arrayCopy (JNI method) 
is to load the uncompressed data into primitive type arrays (e.g., float[], 
int[]) since there is no standard Java method for doing this. 

When writing data to byte[], replacing the implementation with non-JNI 
based one (using System.arrayCopy) is possible. 


---
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-4056] Upgrade snappy-java to 1.1.1.4

2014-10-23 Thread xerial
Github user xerial commented on the pull request:

https://github.com/apache/spark/pull/2911#issuecomment-60331324
  
Please use snappy-java-1.1.1.5, which fixes the broken build. 


---
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-4056] Upgrade snappy-java to 1.1.1.5

2014-10-23 Thread xerial
Github user xerial commented on the pull request:

https://github.com/apache/spark/pull/2911#issuecomment-60343444
  
@JoshRosen If you have the stack trace of this error, please let me know. I 
would like to check 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