gjacoby126 commented on PR #1455:
URL: https://github.com/apache/phoenix/pull/1455#issuecomment-1160722116

   Thanks for taking this up, @zsgyulavari ! Please let me know if there's 
anything I can do to help -- it would be great if we could get this into 5.2 
which is coming soon. 
   
   On the first pass it looks like there are 151 test failures, but most of 
them seem to be from the same problem in TransactionFactory$Provider's fromCode 
method. On line 69 it's making an assumption that the length of the Provider 
enum is equal to the largest Provider enum value (that is, there are 2 
providers, and the highest provider is enum value 2.) That's not true anymore 
now that the Tephra provider is gone, so the logic has to 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]

Reply via email to