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

merge master into JsonProperty #30

Merged
merged 39 commits into from
Oct 10, 2024
Merged

Conversation

deepthi912
Copy link
Owner

No description provided.

dependabot bot and others added 30 commits October 3, 2024 10:11
* extract common utils for preloading to reuse for dedup table

* minor refines
Co-authored-by: Laxman Ch <laxman@traceable.ai>
This PR adds the missing validation and improves error messages, e.g.
`numGroupsLimit must be a number between 0 and 2^31-1, got: 10000000000`

for the following options:

numGroupsLimit
maxInitialResultHolderCapacity
multiStageLeafLimit
groupTrimThreshold
maxStreamingPendingBlocks
maxRowsInJoin
maxRowsInWindow
numReplicaGroupsToQuery
maxExecutionThreads > 0
minSegmentGroupTrimSize > -1
minServerGroupTrimSize
minBrokerGroupTrimSize > 0, v1 only
timeoutMs
maxServerResponseSizeBytes
maxQueryResponseSizeBytes
* add lucene.properties metadata file per lucene index

* add javadoc

* improve javadoc
* try to acquire segmentLock before taking segment snapshot

* refine to ensure snapshots kept on disk are disjoint

* fix tests and add tests
…nd found Text Index data is not deterministic (#14188)
xiangfu0 and others added 9 commits October 8, 2024 20:41
…adata push jobs (#14139)

* consistent push for spark 3 jobs + tests

* remove unneeded comment

* dont specify pinot-batch-ingestion-spark-3 version

* use root spark3 defined version

* reduce consistent vs non consistent branching count - cleaner code

* remove useless comment

* format to pinot code style

* use batch upload capability when configured + add tests

* use ci friendly instantiation of spark for the tests

---------

Co-authored-by: Priyen Patel <priyen@stripe.com>
@deepthi912 deepthi912 merged commit 7bfaf7e into deepthi912:JsonProperty Oct 10, 2024
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.