druid-io / pydruid

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

Reserve original column sequence in SQL when reading data #138

Closed xqliu closed 5 years ago

xqliu commented 5 years ago

Dear,

I found that after pydruid read data, the sequence of columns is different with what user input in SQL,

This patch reserve original column sequence when reading data from chunk, so that column sequence will be same as what user inputed in SQL.

Please help to review this and if possible help to merge this.

mistercrunch commented 5 years ago

LGTM