Re: Is there a list of valid properties for avatica's OpenConnectionRequest info map?

2016-04-12 Thread James Taylor
Glad you've got things working. FYI, you can also control the default of auto commit across all connections through the phoenix.connection.autoCommit property in your client-side hbase-site.xml file. James On Mon, Apr 11, 2016 at 11:37 PM, F21 wrote: > Thanks, James! That was very helpful.

Dealing with two-level column structure tables

2016-04-12 Thread Maryann Xue
Hi, Phoenix has a two-level column structure for its tables, first level being column families and second being columns under each family. We tried modeling column families as of STRUCT types and columns as fields in their corresponding STRUCT types. We have now passed parsing and validation, and

[jira] [Created] (CALCITE-1196) Cache statement handle signatures for prepared statements so that the client won't have to send them during execution

2016-04-12 Thread Francis Chuang (JIRA)
Francis Chuang created CALCITE-1196: --- Summary: Cache statement handle signatures for prepared statements so that the client won't have to send them during execution Key: CALCITE-1196 URL: https://issues.apache.o

[jira] [Created] (CALCITE-1197) Support execute requests without parameters

2016-04-12 Thread Francis Chuang (JIRA)
Francis Chuang created CALCITE-1197: --- Summary: Support execute requests without parameters Key: CALCITE-1197 URL: https://issues.apache.org/jira/browse/CALCITE-1197 Project: Calcite Issue T

[jira] [Created] (CALCITE-1198) Wrong rep type returned for date, time and timestamps in column metadata

2016-04-12 Thread Francis Chuang (JIRA)
Francis Chuang created CALCITE-1198: --- Summary: Wrong rep type returned for date, time and timestamps in column metadata Key: CALCITE-1198 URL: https://issues.apache.org/jira/browse/CALCITE-1198 Proj