test: Add end to end test for key_sampling_percent#27025
Merged
jkhaliqi merged 1 commit intoprestodb:masterfrom Mar 11, 2026
Merged
test: Add end to end test for key_sampling_percent#27025jkhaliqi merged 1 commit intoprestodb:masterfrom
jkhaliqi merged 1 commit intoprestodb:masterfrom
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds an end-to-end native worker test coverage for the key_sampling_percent string function by extending the existing string functions test to create a temp table, populate it with a variety of VARCHAR values (including NULL and edge cases), and assert that key_sampling_percent executes successfully in native execution. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
c93b64d to
ab760b3
Compare
ab760b3 to
a324e43
Compare
a324e43 to
5a17663
Compare
Contributor
Author
|
Tests related to key_sampling_percent on CI will pass once velox PR is in presto. |
aditi-pandit
requested changes
Mar 5, 2026
Contributor
aditi-pandit
left a comment
There was a problem hiding this comment.
@jkhaliqi : Do you get consistent results between Prestissimo and Java for this ? I feel we should be fine with just assertQuerySucceeds here.
Contributor
Author
|
@aditi-pandit E2E tests in place were passing with same results. |
5a17663 to
c6f0681
Compare
c6f0681 to
329246a
Compare
czentgr
approved these changes
Mar 11, 2026
This was referenced Mar 31, 2026
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add E2E tests for key_sampling_percent
Motivation and Context
As part of testing for facebookincubator/velox#16041
Impact
Test Plan
Added in E2E tests
Contributor checklist
Summary by Sourcery
Tests:
Release Notes
Please follow release notes guidelines and fill in the release notes below.