add FixedSizeBinary support to create_hashes#3458
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3458 +/- ##
==========================================
- Coverage 85.70% 85.69% -0.01%
==========================================
Files 298 298
Lines 54961 54977 +16
==========================================
+ Hits 47103 47113 +10
- Misses 7858 7864 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…s because feature force_hash_collisions changes hash values
|
Thanks @mcassels ! |
|
Benchmark runs are scheduled for baseline = 9166540 and contender = 9d028b3. 9d028b3 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #1516.
Rationale for this change
Allows aggregation queries on FixedSizeBinary columns.
What changes are included in this PR?
Treats FixedSizeBinary columns the same as Binary columns for creating a hash.
Are there any user-facing changes?
no