Druid JDBC - The JDBC storage plugin failed while trying setup the SQL query

@balaji.ramaswamy In druid i am getting below error. if i run query (SELECT * FROM “druid”.“druid”.“23_Dec_Traffic”)

Unknown exception / org.apache.calcite.runtime.CalciteContextException: From line 1, column 30 to line 1, column 61: Object ‘druid’ not found within ‘druid’ / org.apache.calcite.tools.ValidationException

Table metadata(column names) getting retried from database. but not the data

Normal query(SELECT * FROM “23_Dec_Traffic”) works fine.