forward3d / rbhive

Ruby gem for querying Apache Hive
http://www.forward3d.com
MIT License
98 stars 75 forks source link

namespace TYPE_NAMES and require the parent file #22

Open p5k6 opened 10 years ago

p5k6 commented 10 years ago

when we run the existing code, we get "uninitialized constant RBHive::TCLISchemaDefinition::TYPE_NAMES", which is silently swallowed by the "rescue nil" command. This resulted in all columns being returned as strings.

Namespaced and required the parent file to rectify.

4ndypanda commented 9 years ago

Bump. This is quite an important fix for our forked version of rbhive.