Hi team,
The below SQL returns nothing while running with Druid Jdbc.
However it returns some rows when I change to use Druid Restful API.
select cache_group, count(1) from table where cache_group = '北京NEW' group by cache_group
When I remove the condition where cache_group = '北京NEW' rows are returned as expected.
I know that Druid Jdbc is a experimental feature but I will be very happy if someone can figure out the problem and fix this issue.
I am using druid-0.12.1
Best regards,
Ryan