[GitHub] [spark] HeartSaVioR commented on pull request #33085: [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq

2021-06-25 Thread GitBox


HeartSaVioR commented on pull request #33085:
URL: https://github.com/apache/spark/pull/33085#issuecomment-868896779


   Thanks, merging to master!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [spark] HeartSaVioR commented on pull request #33085: [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq

2021-06-25 Thread GitBox


HeartSaVioR commented on pull request #33085:
URL: https://github.com/apache/spark/pull/33085#issuecomment-868883808


   GA build passed for Scala 2.13 build, and style check with new rule is now 
passed.
   
   @srowen Would it be good to go?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [spark] HeartSaVioR commented on pull request #33085: [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq

2021-06-25 Thread GitBox


HeartSaVioR commented on pull request #33085:
URL: https://github.com/apache/spark/pull/33085#issuecomment-868533548


   Rebased to contain #33084 , and fixed one missed spot in this PR. style 
check should pass now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [spark] HeartSaVioR commented on pull request #33085: [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq

2021-06-25 Thread GitBox


HeartSaVioR commented on pull request #33085:
URL: https://github.com/apache/spark/pull/33085#issuecomment-868489092


   No, just two lines for now as the style check caught above in PR 
description. #33084 will handle the fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [spark] HeartSaVioR commented on pull request #33085: [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq

2021-06-25 Thread GitBox


HeartSaVioR commented on pull request #33085:
URL: https://github.com/apache/spark/pull/33085#issuecomment-868475050


   cc. @srowen as I see he had been taking care of Scala things.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [spark] HeartSaVioR commented on pull request #33085: [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq

2021-06-25 Thread GitBox


HeartSaVioR commented on pull request #33085:
URL: https://github.com/apache/spark/pull/33085#issuecomment-868464382


   Build is failing by intention.
   
   https://github.com/HeartSaVioR/spark/runs/2913871777?check_suite_focus=true
   
   It reports scalastyle failure on master branch:
   
   ```
   [error] 
/home/runner/work/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBFileManager.scala:28:0:
 
   [error]   Don't import scala.collection.Seq and 
scala.collection.IndexedSeq as it may bring some problems with cross-build 
between Scala 2.12 and 2.13.
   [error] 
   [error]   Please refer below page to see the details of changes around 
Seq / IndexedSeq.
   [error]   
https://docs.scala-lang.org/overviews/core/collections-migration-213.html
   [error] 
   [error]   If you really need to use scala.collection.Seq or 
scala.collection.IndexedSeq, please use the fully-qualified name instead.
   [error] 
   [error] 
/home/runner/work/spark/spark/core/src/main/scala/org/apache/spark/util/Utils.scala:37:0:
 
   [error]   Don't import scala.collection.Seq and 
scala.collection.IndexedSeq as it may bring some problems with cross-build 
between Scala 2.12 and 2.13.
   [error] 
   [error]   Please refer below page to see the details of changes around 
Seq / IndexedSeq.
   [error]   
https://docs.scala-lang.org/overviews/core/collections-migration-213.html
   [error] 
   [error]   If you really need to use scala.collection.Seq or 
scala.collection.IndexedSeq, please use the fully-qualified name instead.
   ```
   
   The fix of above things would happen in different PR, 
https://github.com/apache/spark/pull/33084 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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