No, PQS is just a proxy to the Phoenix (thick) JDBC driver.
You are still limited to the capabilities of the Phoenix JDBC driver. You might be able to do something with a custom UDF, but I'm not sure.
Sudhir Babu Pothineni wrote:
Sorry for not asking the question properly, my understanding is Avatica (query seerver) will serialize the data fetched from HBase and sent to the JDBC thin client. But if the HBase column where each cell is protobuf serialized bytes of multiple columns, Is it possible to hack the Avatica code to use this serialized data directly? On Mon, Feb 13, 2017 at 7:26 PM, Sudhir Babu Pothineni <[email protected] <mailto:[email protected]>> wrote: Is it read protobuf serialized column in HBase to a Phoenix table? Thanks Sudhir
