Re: How to issue query with filter on UUID ?

2023-02-06 Thread Istvan Toth
Phoenix has only added the ability to specify a binary literal in PHOENIX-6764 , but that is not available in any released version yet. Currently the only way to specify binary strings in a query is via PreparedStatment.setBytes() in JDBC. It is

Re: How to issue query with filter on UUID ?

2023-02-06 Thread Suaro Email
Thank you Istvan. Get Outlook for iOS From: Istvan Toth Sent: Monday, February 6, 2023 3:33:21 AM To: user@phoenix.apache.org Subject: Re: How to issue query with filter on UUID ? Phoenix has only added the ability to specify a binary lite