forked from apache/pinot
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reverse merge #12
Merged
Merged
reverse merge #12
Conversation
This file contains 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
Created new Action GET_SCHEDULER_JOB_DETAILS under the Table actions for the endpoint /tasks/scheduler/jobDetails as its fetching table level information and the existing action puts this endpoint under Cluster actions.
Change the multi-stage stats to return a tree like structure with stats per operator.
* Handle shaded classes in all methods of kafka factory * handle most ridiculous maven shading error --------- Co-authored-by: Kartik Khare <[email protected]>
…inverted index (#13048)
…13037) * Add support for creating raw derived columns during segment reload * Remove createDictionary check for default value columns ColumnIndexCreationInfo; convert arrays of primitive wrapper values to primitive arrays for MV raw index * Minor updates * Fix compilation error caused by rebase on 31ae6a3 * Refactor index creation to use ForwardIndexCreatorFactory for both dictionary and raw cases * Extract common forward index creator stuff into separate method
…ate Engine Queries (#13195)
… configured max schema length (#13103)
This PR adds 4 new metrics: * queriesWithJoins (global): How many queries with joins have been executed. For each query with at least one join, this meter is increased exactly once. * joinCount (global): How many joins have been executed. For each query with at least one join, this meter is increased as many times as joins in the query. * queriesWithWindow (global): How many queries with window functions have been executed. For each query with at least one window function, this meter is increased exactly once. * windowCount (global): How many window functions have been executed. For each query with at least one window function, this meter is increased as many times as window functions in the query.
* fix logging * fix logging --------- Co-authored-by: pchaganl <[email protected]>
* Added versioned configuration reader/writer * Added methods to read/write segment metadata with versioned reader/writer
* Interning - OnHeapByteDictionary * Address review comments from PR 12223
…rvers and other bug fixes (#13314) * Update getValidDocIdsMetadataFromServer to make call in batches to server
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.
No description provided.