Hi Developers , Hope you are doing well! I am a newbie in Calcite . I have cloned the Calcite repository, and I created Java main program to connect and query to Dremio database .
Connection is successful but the below query throws an exception saying object not found. I am trying. SELECT * from "SCHEMA"."TABLENAME" ; The similar select query for oracle and MySql worked. SELECT * FROM " SCHEMA "." TABLENAME " Can't I query dremio database using calcite ? Any lead will be helpful. Regards, Kartik
