dongjoon-hyun commented on code in PR #45500:
URL: https://github.com/apache/spark/pull/45500#discussion_r1523605466
##########
core/src/main/scala/org/apache/spark/ui/JettyUtils.scala:
##########
@@ -209,12 +213,12 @@ private[spark] object JettyUtils extends Logging {
override def filterServerResponseHeader(
clientRequest: HttpServletRequest,
- serverResponse: Response,
+ serverResponse: org.eclipse.jetty.client.Response,
headerName: String,
headerValue: String): String = {
if (headerName.equalsIgnoreCase("location")) {
val newHeader = createProxyLocationHeader(headerValue, clientRequest,
- serverResponse.getRequest().getURI())
+ serverResponse.getRequest.getURI)
Review Comment:
Do we need this change really? Otherwise, please revert all this kind of
style change.
--
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]