abstractdog commented on code in PR #5610:
URL: https://github.com/apache/hive/pull/5610#discussion_r1915101604
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HivePreWarmProcessor.java:
##########
@@ -86,7 +86,7 @@ public void run(Map<String, LogicalInput> inputs,
ReadaheadPool rpool = ReadaheadPool.getInstance();
ShimLoader.getHadoopShims();
- URL hiveurl = new URL("jar:file:" +
DagUtils.getInstance().getExecJarPathLocal(conf) + "!/");
Review Comment:
> This was changed recently in
[HIVE-27972](https://issues.apache.org/jira/browse/HIVE-27972) by @abstractdog
. Are we sure that we are not breaking something?
if the PR is green, we don't break anything
everything related to HIVE-27972 was tested in precommit time
--
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]