Skip to content

Commit

Permalink
Merge branch 'apache:main' into apacheGH-39552
Browse files Browse the repository at this point in the history
  • Loading branch information
janiodev authored Jan 11, 2024
2 parents f849e85 + 0b3c459 commit 59ba0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/red-gandiva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ end
projector = Gandiva::Projector.new(schema, [expression1, expression2])
table.each_record_batch do |record_batch|
outputs = projector.evaluate(record_batch)
puts outputs.collect(&:values))
puts outputs.collect(&:values)
end
```

0 comments on commit 59ba0b0

Please sign in to comment.