[jira] [Created] (CALCITE-1554) Supporting NULL as column in SELECT Statement

2016-12-23 Thread Julian Stenzel (JIRA)
Julian Stenzel created CALCITE-1554: --- Summary: Supporting NULL as column in SELECT Statement Key: CALCITE-1554 URL: https://issues.apache.org/jira/browse/CALCITE-1554 Project: Calcite

Re: MongoDB table not found (Java)

2016-12-23 Thread Julian Stenzel
ts internal compiles. Julian > On Dec 22, 2016, at 12:56 PM, Julian Stenzel <jolisc...@yahoo.de.INVALID> > wrote: > > no, iam using the jdk1.8.0_11 > >    Julian Hyde <jh...@apache.org> schrieb am 18:55 Donnerstag, 22.Dezember >2016: > > >

Re: MongoDB table not found (Java)

2016-12-22 Thread Julian Stenzel
olks changed the compiler to more strictly adhere to the spec, and as a result broke a lot of our code. > On Dec 22, 2016, at 9:42 AM, Julian Hyde <jh...@apache.org> wrote: > > You’re using JDK 1.9 (beta), aren’t you? > >> On Dec 22, 2016, at 9:08 AM, Julian Stenzel &l

Re: MongoDB table not found (Java)

2016-12-22 Thread Julian Stenzel
code - incompatible types: org.apache.calcite.linq4j.Ord.OrdList cannot be converted to java.util.List<org.apache.calcite.linq4j.Ord> https://i.imgsafe.org/c0814e5291.png Julian Julian Stenzel <jolisc...@yahoo.de.INVALID> schrieb am 9:47 Donnerstag, 22.Dezember 2016: I

Re: MongoDB table not found (Java)

2016-12-20 Thread Julian Stenzel
to use a lexical policy from sqlline, you need to add “;lex=SQL_SERVER” to the connect string. Julian > On Dec 20, 2016, at 8:24 AM, Julian Stenzel <jolisc...@yahoo.de.INVALID> > wrote: > > Hello Team, > atm iam trying to execute some queries in java.

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: Handle special characters in mongoDB collection names

2016-12-18 Thread Julian Stenzel
ty for the documentation - the problem has been solved Julian Hyde schrieb am 1:05 Sonntag, 18.Dezember 2016: The JAVA lexical convention allows back-ticks to quote identifiers[1]. So, write   SELECT `33d2004a-b157-40c2-8e9b-38a58eb42a94`.id,    

[jira] [Created] (CALCITE-1476) MongoDB Adapter example leads to Exception

2016-10-30 Thread Julian Stenzel (JIRA)
Julian Stenzel created CALCITE-1476: --- Summary: MongoDB Adapter example leads to Exception Key: CALCITE-1476 URL: https://issues.apache.org/jira/browse/CALCITE-1476 Project: Calcite Issue