We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33061c9 commit 6cd1824Copy full SHA for 6cd1824
lib/embulk/input/bigquery.rb
@@ -75,7 +75,7 @@ def values_to_sym(hashs, key)
75
h
76
end
77
78
- def keys_to_sym(hash)
+ def keys_to_sym(hash)
79
ret = {}
80
hash.each do |key, value|
81
ret[key.to_sym] = value
0 commit comments