Navigation Menu

Skip to content

Commit

Permalink
logical_select: stop to use "not not" condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2018
1 parent 4f1a7ba commit eb28dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sharding/logical_select.rb
Expand Up @@ -805,7 +805,7 @@ def add_result_set(result_set, condition)
dynamic_column.apply(result_set, condition)
end

unless @post_filter.nil?
if @post_filter
filtered_table = result_set
result_set = apply_post_filter(filtered_table)
@context.temporary_tables << filtered_table
Expand Down

0 comments on commit eb28dc9

Please sign in to comment.