Skip to content

Conversation

@dtenedor
Copy link
Contributor

What changes were proposed in this pull request?

In #52800, we added SQL support for KLL quantiles functions based on DataSketches.

In this PR, we update some of the golden file tests to make them deterministic.

Why are the changes needed?

The previous tests generated string summaries of KLL quantile sketches and then split them by newlines and made case-sensitive checks for substrings. It turns out this was brittle, so this PR updates the tests to avoid the newline-splitting and makes the substring checks case-insenstiive.

Does this PR introduce any user-facing change?

No

How was this patch tested?

This PR updates test coverage only.

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the SQL label Dec 19, 2025
@dtenedor
Copy link
Contributor Author

cc @cloud-fan here is a simple test fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant