[jira] [Created] (CALCITE-1244) `offset` is ignored in FetchRequest

2016-05-18 Thread Josh Elser (JIRA)
Josh Elser created CALCITE-1244: --- Summary: `offset` is ignored in FetchRequest Key: CALCITE-1244 URL: https://issues.apache.org/jira/browse/CALCITE-1244 Project: Calcite Issue Type: Bug

Re: Specifying a table of a subschema in RelBuilder

2016-05-18 Thread Julian Hyde
Good idea. Change “scan(String tableName)" to “scan(String… tableNames)”, and also add “scan(Iterable tableNames)” for people who happen to have lists, not arrays. Note that the list may be fully-qualified but doesn’t have to be. It could be a table within the current database + schema, or

[jira] [Created] (CALCITE-1243) max_row_count in Proto file should be signed int

2016-05-18 Thread Duo Xu (JIRA)
Duo Xu created CALCITE-1243: --- Summary: max_row_count in Proto file should be signed int Key: CALCITE-1243 URL: https://issues.apache.org/jira/browse/CALCITE-1243 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-1242) Make maxRowCount configurable

2016-05-18 Thread Duo Xu (JIRA)
Duo Xu created CALCITE-1242: --- Summary: Make maxRowCount configurable Key: CALCITE-1242 URL: https://issues.apache.org/jira/browse/CALCITE-1242 Project: Calcite Issue Type: Bug

Specifying a table of a subschema in RelBuilder

2016-05-18 Thread Michael Franzkowiak
Hi all, we have a (very basic) custom query DSL for OLAP type queries and are investigating whether we can replace and improve on our current execution engine using calcite. We believe using the RelBuilder would be a much nicer way to go from our custom query format to actual DB queries