Skip to content

Switch from deprecated md5 to murmur3_128 hashing in RowToRowCast#12650

Merged
hashhar merged 1 commit intotrinodb:masterfrom
leveyja:leveyja/switch-hash-algo
Jun 3, 2022
Merged

Switch from deprecated md5 to murmur3_128 hashing in RowToRowCast#12650
hashhar merged 1 commit intotrinodb:masterfrom
leveyja:leveyja/switch-hash-algo

Conversation

@leveyja
Copy link
Copy Markdown
Member

@leveyja leveyja commented Jun 2, 2022

Description

Follow-up from #12631
Switch from deprecated md5 to mumur3_128 hashing in RowToRowCast when generating class names.

Is this change a fix, improvement, new feature, refactoring, or other?

Refactoring

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Core

How would you describe this change to a non-technical end user or system administrator?

Switching usages of deprecated hashing algorithm to preferred alternative

Related issues, pull requests, and links

#12631

Documentation

(:white_check_mark:) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(:white_check_mark:) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@wendigo
Copy link
Copy Markdown
Contributor

wendigo commented Jun 2, 2022

Great, thanks @leveyja !

@leveyja leveyja force-pushed the leveyja/switch-hash-algo branch from 24de708 to 4a4c8ce Compare June 3, 2022 06:51
@hashhar hashhar requested review from raunaqmorarka and sopel39 June 3, 2022 07:45
@sopel39 sopel39 requested a review from lukasz-stec June 3, 2022 08:03
Copy link
Copy Markdown
Member

@lukasz-stec lukasz-stec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@hashhar
Copy link
Copy Markdown
Member

hashhar commented Jun 3, 2022

Will merge once CI is done.

@hashhar
Copy link
Copy Markdown
Member

hashhar commented Jun 3, 2022

CI hit #10932

@hashhar hashhar merged commit 5d65784 into trinodb:master Jun 3, 2022
@github-actions github-actions bot added this to the 384 milestone Jun 3, 2022
@leveyja leveyja deleted the leveyja/switch-hash-algo branch June 6, 2022 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants