okadakk commented on a change in pull request #11167:
URL: https://github.com/apache/arrow/pull/11167#discussion_r711717555



##########
File path: ruby/red-arrow/lib/arrow/table.rb
##########
@@ -287,6 +318,8 @@ def slice(*args)
       filter_options.null_selection_behavior = :emit_null
       sliced_tables = []
       slicers.each do |slicer|
+        filter_options.null_selection_behavior = :drop if slicer == 
Arrow::Slicer::GreaterEqualCondition
+

Review comment:
       Oh, I forget to delete debug code...
   I removed this code!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to