y-ken / fluent-plugin-twitter

Fluentd Input/Output plugin to process tweets with Twitter Streaming API.
https://rubygems.org/gems/fluent-plugin-twitter
Other
52 stars 27 forks source link

Ensure keys of nested hash are `String` #8

Closed yuki-takeichi closed 10 years ago

yuki-takeichi commented 10 years ago

There is an issue that keys of nested hash are not converted from Symbol into String. This causes some problems with output plugins that assume all keys of hashes are String (including nested ones). (I actually faced a problem related to this issue while using fluent-plugin-bigquery.)

y-ken commented 10 years ago

Hi @yuki-takeichi san Thank you for pull-req!! I'll check it later.

y-ken commented 10 years ago

It works Thank you.