Skip to content

Commit

Permalink
Merge pull request #2484 from moj-analytical-services/bug/block-count…
Browse files Browse the repository at this point in the history
…s-select

Explicit selection
  • Loading branch information
ADBond authored Oct 29, 2024
2 parents e533699 + 7ce6f0a commit a9eee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/internals/blocking_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _count_comparisons_from_blocking_rule_pre_filter_conditions_sqls(
)

sql = f"""
select *, count_l, count_r, count_l * count_r as block_count
select count_l, count_r, count_l * count_r as block_count
from __splink__count_comparisons_from_blocking_l
inner join __splink__count_comparisons_from_blocking_r
using ({using_str})
Expand Down

0 comments on commit a9eee44

Please sign in to comment.