sarutak commented on a change in pull request #33937:
URL: https://github.com/apache/spark/pull/33937#discussion_r704886064
##########
File path: core/src/main/resources/org/apache/spark/ui/static/utils.js
##########
@@ -227,4 +227,12 @@ function createRESTEndPointForMiscellaneousProcess(appId) {
}
return uiRoot + "/api/v1/applications/" + appId + "/allmiscellaneousprocess";
}
+
+function getBaseURI(){
+ let baseURI = document.baseURI;
Review comment:
This change seems to aim at IE11. Does it support ES6 features? (`let`
here).
--
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]