lib/arrow/record.rb in red-arrow-0.2.0 vs lib/arrow/record.rb in red-arrow-0.2.1

- old
+ new

@@ -18,9 +18,9 @@ @record_batch = record_batch @i = i end def [](name_or_index) - @record_batch.find_column(name_or_index).get_value(@i) + @record_batch.find_column(name_or_index)[@i] end end end