ryukobayashi commented on code in PR #5487:
URL: https://github.com/apache/hive/pull/5487#discussion_r1792829882
##########
ql/src/java/org/apache/hadoop/hive/ql/reexec/ReExecDriver.java:
##########
@@ -83,6 +83,11 @@ public int compile(String command, boolean resetTaskIds) {
return coreDriver.compile(command, resetTaskIds);
}
+ @VisibleForTesting
+ public List<IReExecutionPlugin> getPlugins() {
Review Comment:
I think we cannot make a package private by moving it.
--
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]