colinmarc / impala-ruby

an impala client for ruby
MIT License
34 stars 22 forks source link

Handle timestamp columns #2

Closed noahhl closed 11 years ago

noahhl commented 11 years ago

timestamp is a valid column type for Impala -- rather than raise an Exception, this parses into a Time object.

noahhl commented 11 years ago

(Also, huge thanks for writing this client!)

colinmarc commented 11 years ago

Thanks so much!