You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/06/07 00:52:14 UTC

[GitHub] [spark] HyukjinKwon commented on pull request #35612: [SPARK-38289][SQL] Refactor SQL CLI exit code to make it more clear

HyukjinKwon commented on PR #35612:
URL: https://github.com/apache/spark/pull/35612#issuecomment-1148079558

   Tests are running in https://github.com/AngersZhuuuu/spark/runs/6765635006
   
   Seems like Scala 2.13 build fails as below:
   
   ```
   [error] /home/runner/work/spark/spark/sql/hive-thriftserver/src/main/java/org/apache/hive/service/server/HiveServer2.java:263:1:  error: cannot find symbol
   [error]       System.exit(SparkExitCode.EXIT_SUCCESS);
   [error]                                ^  symbol:   variable EXIT_SUCCESS
   [error]   location: class SparkExitCode
   [error] Note: Some input files use or override a deprecated API.
   [error] Note: Recompile with -Xlint:deprecation for details.
   [error] 1 error
   ```
   


-- 
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-unsubscribe@spark.apache.org

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


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