Web console: Fixed sampling for delta source in classic data loader and MSQ#17160
Merged
abhishekrb19 merged 4 commits intoapache:masterfrom Sep 27, 2024
Merged
Web console: Fixed sampling for delta source in classic data loader and MSQ#17160abhishekrb19 merged 4 commits intoapache:masterfrom
abhishekrb19 merged 4 commits intoapache:masterfrom
Conversation
abhishekrb19
approved these changes
Sep 26, 2024
Contributor
There was a problem hiding this comment.
Thanks for the fix! Played around a bit and looks good. Also addresses this community request for adding the Delta tile for MSQ.
abhishekrb19
pushed a commit
to abhishekrb19/incubator-druid
that referenced
this pull request
Sep 30, 2024
…nd MSQ (apache#17160) Added the delta tile to MSQ and made sure it works there and classic data loader. It is special because it always assumes a parquet format so it has to skip some steps in the code. Now the framework is there to add more tiles that force a specific format
abhishekrb19
added a commit
that referenced
this pull request
Sep 30, 2024
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.
Added the delta tile to MSQ and made sure it works there and classic data loader. It is special because it always assumes a parquet format so it has to skip some steps in the code. Now the framework is there to add more tiles that force a specific format