[jira] [Created] (CALCITE-1548) Instantiate function objects once per query

2016-12-20 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1548: Summary: Instantiate function objects once per query Key: CALCITE-1548 URL: https://issues.apache.org/jira/browse/CALCITE-1548 Project: Calcite Issue Type:

Re: MongoDB table not found (Java)

2016-12-20 Thread Julian Stenzel
i tried zips, ZIPS and every available lex. Still dont work.  Is my program code right ?  Julian Julian Hyde schrieb am 18:29 Dienstag, 20.Dezember 2016: Maybe the “zips” table is upper-case. If so, your SQL query should be   select count(*) from mongoDB.ZIPS It may

Re: Towards Calcite release 1.11

2016-12-20 Thread Julian Hyde
Great, thanks Jesus. I’ve logged https://issues.apache.org/jira/browse/CALCITE-1547 to track the release. Julian > On Dec 20, 2016, at 5:13 AM, Jesus Camacho Rodriguez > wrote: > > Julian, > > I will try to push 1456

[jira] [Created] (CALCITE-1547) Release Calcite 1.11.0

2016-12-20 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1547: Summary: Release Calcite 1.11.0 Key: CALCITE-1547 URL: https://issues.apache.org/jira/browse/CALCITE-1547 Project: Calcite Issue Type: Bug

MongoDB table not found (Java)

2016-12-20 Thread Julian Stenzel
Hello Team, atm iam trying to execute some queries in java.  my code: Class.forName("org.apache.calcite.jdbc.Driver");info = new Properties();info.setProperty("lex", "SQL_SERVER"); connection = DriverManager.getConnection("jdbc:calcite:database/config.json", info);statement =

Re: Towards Calcite release 1.11

2016-12-20 Thread Jesus Camacho Rodriguez
Julian, I will try to push 1456 and 1413 before Wed 28th (1421 is just site documentation update), please do not defer them to next release yet. However, if they are not pushed on time, feel free to do so. Thanks, Jesús On 12/19/16, 8:13 PM, "Julian Hyde" wrote: >So,