Dear Dev Team's Apache Calcite,

My name is Duc. I'm working at Toshiba Group in Vietnam.

I'm implementing how to parser DDL file using  library Apache Calcite.

I'm trying with below solution, but has exception is thrown and i don't know that why.

   InputStream ddlFile = new FileInputStream("ddlTest.sql");
            SqlDdlParserImpl ddlParser = new SqlDdlParserImpl(ddlFile,"UTF8");
            SqlNode node = ddlParser.SqlStmt();

Could you please send me a example of DDL file or give me a suggestion about this proplem.

Thank you very much for your hear m !

Best regards,

Pham Minh Duc.

-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com

Reply via email to