Skip to content

Hash result set name in sorted result set path#2955

Merged
kaspersv merged 1 commit intomainfrom
kaspersv/hash-result-set-in-bqrs-filename
Oct 12, 2023
Merged

Hash result set name in sorted result set path#2955
kaspersv merged 1 commit intomainfrom
kaspersv/hash-result-set-in-bqrs-filename

Conversation

@kaspersv
Copy link
Copy Markdown
Contributor

@kaspersv kaspersv commented Oct 12, 2023

This PR changes the filename used for sorted result sets from using the result set name directly to using a hash. Using a hash is preferable as the result set names are generated from the named results of the final stage. It is therefore partially under user-control and may contain additional special characters that cannot be used in filenames as the RA name character set is extended.

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

@kaspersv kaspersv force-pushed the kaspersv/hash-result-set-in-bqrs-filename branch 5 times, most recently from f634945 to 6d1b01d Compare October 12, 2023 09:30
@kaspersv kaspersv marked this pull request as ready for review October 12, 2023 11:10
@kaspersv kaspersv requested a review from a team as a code owner October 12, 2023 11:10
@kaspersv
Copy link
Copy Markdown
Contributor Author

Build failures should be resolved by #2962.

Copy link
Copy Markdown
Member

@koesie10 koesie10 left a comment

Choose a reason for hiding this comment

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

Thanks for implementing this! I have some questions about MurmurHash, but the general implementation looks good.

@kaspersv kaspersv force-pushed the kaspersv/hash-result-set-in-bqrs-filename branch from 6d1b01d to ee5b738 Compare October 12, 2023 11:59
Copy link
Copy Markdown
Member

@koesie10 koesie10 left a comment

Choose a reason for hiding this comment

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

Thank you for implementing those changes

@kaspersv kaspersv merged commit 8ecc31f into main Oct 12, 2023
@kaspersv kaspersv deleted the kaspersv/hash-result-set-in-bqrs-filename branch October 12, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants