[Error Id: 3232be85-a85d-4389-a1d8-cac1f7218b03 on localhost:31010]
(org.apache.calcite.runtime.CalciteContextException) From line 1, column 8 to line 1, column 9: Column ‘f5’ not found in any table
we didn’t find any problem using jdbc dremio on dbeaver with those query. the query is quite simple just " select f5,count(*) as total from “localhive.default”.XXX group by f5" . our dremio version is /data/apps/dremio-community-11.0.0-202011171636110752-16ab953d.
hi Bali, datatype of f5 column is string. I forgot to tell you that when i execute query "select count() from fda_orc" without group by column the query r8753870c-4f1f-449e-a6c8-eba0dde1ada9.zip (8.9 KB) un well through jdbc apache jmeter. Attached file is profile for select count()
sorry I uploaded wrong job profile, here with the correct one,
one we specified column within query it will be error, but result will be ok if we query using select * or select count(*)
sorry for my mistake configure CSV set data config using delimiter with “,” The delimiter lead jmeter error when parse my SQL command. After modification dremio jdbc work well. thank’s for your help