Yikun opened a new pull request, #37618:
URL: https://github.com/apache/spark/pull/37618

   ### What changes were proposed in this pull request?
   This reverts commit 3ed382f391911ec4a79fb204f4986728017dfa4a.
   
   
   ### Why are the changes needed?
   This patch cause the error like:
   ```
   [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
   ```
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   CI passed, especially, 2.13 passed
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to