Skip to content

feat: extensions-contrib/ddsketch allow reading raw b64 encoded string#17990

Closed
hfukada wants to merge 1 commit intoapache:masterfrom
hfukada:upgrade-ddsketch-to-read-b64-raw-sketches
Closed

feat: extensions-contrib/ddsketch allow reading raw b64 encoded string#17990
hfukada wants to merge 1 commit intoapache:masterfrom
hfukada:upgrade-ddsketch-to-read-b64-raw-sketches

Conversation

@hfukada
Copy link
Copy Markdown
Contributor

@hfukada hfukada commented May 8, 2025

Fixes Eager Double Parsing/Try to deserialize base64 strings as ddsketch to allow raw ddsketch at ingestion time.

Description

Fixes Eager Double Parsing/Try to deserialize base64 strings as ddsketch to allow raw ddsketch at ingestion time.

Release note

Allow ingesting of base64 serialized ddsketches at ingestion time, store empty sketches as empty_bytes to save space.


This PR has:
  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

@hfukada hfukada force-pushed the upgrade-ddsketch-to-read-b64-raw-sketches branch from 9c0aeca to d4cf3f9 Compare May 21, 2025 15:01
@hfukada hfukada force-pushed the upgrade-ddsketch-to-read-b64-raw-sketches branch from d4cf3f9 to d8705f9 Compare May 21, 2025 16:32
@github-actions
Copy link
Copy Markdown

This pull request has been marked as stale due to 60 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If you think
that's incorrect or this pull request should instead be reviewed, please simply
write any comment. Even if closed, you can still revive the PR at any time or
discuss it on the dev@druid.apache.org list.
Thank you for your contributions.

@github-actions github-actions Bot added the stale label Jul 21, 2025
@github-actions
Copy link
Copy Markdown

This pull request/issue has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions Bot closed this Aug 19, 2025
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