Skip to content

Non-English charset support for Druid Jdbc. #6548

@fanwu72

Description

@fanwu72

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions