Alejandro Anadon

Results 3 issues of Alejandro Anadon

As described in the jira https://issues.apache.org/jira/browse/PHOENIX-6742 , these are the changes I see necessary to implement the UUID type. The tests I made have worked correctly, but I have some...

The bug is described in https://stackoverflow.com/questions/73490454/why-is-no-viable-alternative-at-input-error-throw With next grammar: ``` grammar CommaSeparatorField; document : field ( COMMA field)* EOF ; field : value[false]+ ; value[ boolean commaAllow] : TEXT |...

I had to close the other pull request ( https://github.com/apache/phoenix/pull/1458 ) and rebuild the branch and make new pull request , because branch PHOENIX-6742, where was the changes , was...