stoty commented on PR #1490: URL: https://github.com/apache/phoenix/pull/1490#issuecomment-1223604963
I've checked the SQL2011 standard On page 188 it says > 20) It is implementation-defined whether the declared type of a <binary string literal> is a fixed-length binary > string type, a variable-length binary string type, or a binary large object string type. So using the BINARY is OK. Phoenix won't coerce binary types to numeric types, so you cannot treat a binary string literal as a number. -- 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]
