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/08/22 16:29:05 UTC

[GitHub] [spark] viirya commented on pull request #37497: [SPARK-40020][SQL][FOLLOWUP] Some more code cleanup

viirya commented on PR #37497:
URL: https://github.com/apache/spark/pull/37497#issuecomment-1222602886

   Seems unrelated?
   
   ```
   [error] /home/runner/work/spark/spark/sql/hive-thriftserver/src/main/java/org/apache/hive/service/auth/HttpAuthUtils.java:36:1:  error: package org.apache.http.protocol does not exist
   [error] import org.apache.http.protocol.BasicHttpContext;
   [error]                                ^
   [error] /home/runner/work/spark/spark/sql/hive-thriftserver/src/main/java/org/apache/hive/service/auth/HttpAuthUtils.java:156:1:  error: cannot find symbol
   [error]     private final HttpContext httpContext;
   [error]                   ^  symbol:   class HttpContext
   [error]   location: class HttpKerberosClientAction
   [error] 3 errors
   ```


-- 
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