druid-io / pydruid

A Python connector for Druid
Other
505 stars 194 forks source link

Column name not identified on certain special characters #305

Open TheCodeYoda opened 1 year ago

TheCodeYoda commented 1 year ago

This kind of query SELECT A from table as A+B, does not show the column name as A+B after executing the query, it rather shows_0, This happens only with certain characters. But without the + it works.

How would I go about solving this?