deniskuzZ commented on code in PR #4629:
URL: https://github.com/apache/hive/pull/4629#discussion_r1317129027
##########
ql/src/java/org/apache/hadoop/hive/ql/DriverFactory.java:
##########
@@ -81,6 +82,9 @@ private static IReExecutionPlugin buildReExecPlugin(String
name) throws RuntimeE
if (name.equals("dagsubmit")) {
return new ReExecutionDagSubmitPlugin();
}
+ if (name.equals("write_conflict")){
Review Comment:
would be great if we had enum for that
--
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]