stoty commented on PR #1490: URL: https://github.com/apache/phoenix/pull/1490#issuecomment-1231679717
> 1. The new litarals don't work with BINARY ARRAYS. I suspect that this is not a new problem, so I'm not terribly concerned about that. This may be related to the fact the parser generates an ARRAY of VARBINARY nodes, which is not a supported I have changed the literals to be interpreted as BINARY instead of VARBINARY. We can still coerce them to varbinary, but this allows using them for BINARY ARRAYs. I also had to change the size estimation code. While the BINARY type is fixed length, we don't know / pass its length when trying to estimate its size. -- 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]
