Skip to content
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 171 commits into from
Jun 7, 2024
Merged

reverse merge #12

merged 171 commits into from
Jun 7, 2024

Conversation

deepthi912
Copy link
Owner

No description provided.

Jackie-Jiang and others added 30 commits May 1, 2024 16:03
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]>
…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
abhioncbr and others added 29 commits May 31, 2024 18:32
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
@deepthi912 deepthi912 merged commit 7d86ef9 into deepthi912:master Jun 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.