-
Notifications
You must be signed in to change notification settings - Fork 24
Add array support #3
Comments
How did you get the query server running with schema support? I'm trying to do it myself, but I'm failing on this:
Can you please share how are you running the query server? |
I have added a test to check that schema support works: I'm unable to reproduce your problem. Can you please describe how are you running HBase/Phoenix? |
@lalinsky Thanks for your response. When I see some doc found that the phoenixdb is still not support array type field. Because there have some array type fields in my table, and query the non-array fields is ok. But when I use /path/to/phoenix/sqlline.py, same query is work fine.
phoenixdb use protocol buffer transport default, I don't know whether json is support to use array type fields. Docs seems still not suport now. |
Array support is not implemented yet. It has been added to Avatica/Phoenix since I started working in this project, but the type encoding/decoding code still needs to be updated. |
If I create table 'USER', and it's schema defined 'PERSONA'.
It has a error: Table undefined , tableName='USER'.
But When I use below query:
this will have a ERROR: UnsupportedOperationException: Currently not supported.
When I see the source code and not found anywhere I can specify the schema parameter.
How to solve this? Any idea?
The text was updated successfully, but these errors were encountered: