druid-io / pydruid

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

Add Scan queries to query module as Select has been removed in Druid 0.17.0 #204

Closed denisesenguel closed 4 years ago

denisesenguel commented 4 years ago

As Select queries have finally been replaced entirely by Scan queries in the new Druid version 0.17.0 https://github.com/apache/druid/releases/tag/druid-0.17.0

there currently is no way in PyDruid to simply query rows without pre-aggregation, so Scan queries should be added and a deprecation warning returned when running a Select query!

denisesenguel commented 4 years ago

I realized this is just missing in the documentation but actually available - my bad!