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
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
dad5b60
Bump org.checkerframework:checker-qual from 3.47.0 to 3.48.0 (#14156)
dependabot[bot] Oct 3, 2024
7546663
Bump nl.jqno.equalsverifier:equalsverifier from 3.17 to 3.17.1 (#14157)
dependabot[bot] Oct 3, 2024
21f1cc4
Fix segment reload on custom forward index setting (#14150)
Jackie-Jiang Oct 4, 2024
c4e03e3
Extract common utils used to preload segments for future reuse (#14161)
klsince Oct 4, 2024
47d2fb2
Bump dropwizard-metrics.version from 4.2.27 to 4.2.28 (#14164)
dependabot[bot] Oct 4, 2024
970622e
Test Classes Refactoring for setters of _textIndexColumns and ColumnP…
deepthi912 Oct 5, 2024
e47169c
Fix function call return type for IN / NOT IN created from SEARCH in …
yashmayya Oct 5, 2024
8334add
Fix incorrect semantics for BETWEEN on MV columns in the multi-stage …
yashmayya Oct 5, 2024
f7067db
Fix raw index conversion from v4 (#14171)
Jackie-Jiang Oct 6, 2024
b2d688b
Fix consuming segments cleanup on server startup (#14174)
laxman-ch Oct 7, 2024
e1328a3
Improve query options validation and error handling. (#14158)
bziobrowski Oct 7, 2024
2ddd2c7
Bump org.ow2.asm:asm from 9.7 to 9.7.1 (#14175)
dependabot[bot] Oct 7, 2024
dc44785
Bump parquet.version from 1.14.2 to 1.14.3 (#14176)
dependabot[bot] Oct 7, 2024
5d9a794
Support arbitrary number of WHEN THEN clauses in the scalar CASE func…
yashmayya Oct 7, 2024
41b9a60
[HELM]: Publish Helm 0.3.0 (#14169)
nilaprasad Oct 7, 2024
0b7dae6
Store index metadata file for Lucene text indexes (#13948)
itschrispeck Oct 7, 2024
7a9bc49
Adding custom params to AggInfo so that series builders can use it. (…
raghavyadav01 Oct 7, 2024
e9beb34
Add tests for PredicateComparisonRewriter (#14166)
yashmayya Oct 8, 2024
2fddae2
Make S3PinotFS listFiles return directories when non-recursive (#14073)
dd-willgan Oct 8, 2024
2a443ee
try to acquire segmentLock before taking segment snapshot (#14179)
klsince Oct 8, 2024
8a404ba
Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#14184)
dependabot[bot] Oct 8, 2024
c75b11f
Bump net.openhft:chronicle-core from 2.26ea1 to 2.26ea2 (#14183)
dependabot[bot] Oct 8, 2024
1e0f870
add logs to debug why crc values are different upon same input data a…
klsince Oct 8, 2024
27b3984
copy native text index during format conversion (#14172)
jt-kloudfuse Oct 8, 2024
7202ead
Add support for configuring Theta and Tuple aggregation functions (#1…
davecromberge Oct 8, 2024
acb8f19
Fix rebalancer EV converge check for low disk mode (#14178)
Jackie-Jiang Oct 8, 2024
5963be2
Bump cookie and express in /pinot-controller/src/main/resources (#14189)
dependabot[bot] Oct 8, 2024
bebd2b4
[Multi-stage] Support lookup join (#13966)
Jackie-Jiang Oct 8, 2024
38b7ae2
Enhance rebalancer to also log segments removed (#14180)
Jackie-Jiang Oct 8, 2024
1ea0d35
Updated contributor list in asf.yaml file (#14186)
abhioncbr Oct 9, 2024
77259ba
Adding variation to segment flush size (#14170)
xiangfu0 Oct 9, 2024
58f36a1
Declare annotation processors as compiler plugin config (#14185)
gortiz Oct 9, 2024
2585205
Implement consistent data push for spark 3 segment generation and met…
priyen Oct 9, 2024
4257bcb
Fix Bug in Handling Empty Filters in Time Series (#14192)
ankitsultana Oct 9, 2024
9de57b0
For consuming segment, avoid using setter in IndexLoadingConfig (#14190)
Jackie-Jiang Oct 9, 2024
d016df3
Allow usage of star-tree index with null handling enabled when no nul…
yashmayya Oct 9, 2024
40ea3f9
Support COALESCE as a variadic scalar function (#14195)
yashmayya Oct 9, 2024
372bcd2
Add a quickstart for null handling related queries (#14182)
yashmayya Oct 9, 2024
fbd3e70
Fix bug with server return final aggregation result when null handlin…
yashmayya Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump nl.jqno.equalsverifier:equalsverifier from 3.17 to 3.17.1 (apach…
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
commit 7546663debb833133a346aa78da74d1eb418996b
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<!-- Test Libraries -->
<testng.version>7.10.2</testng.version>
<mockito-core.version>5.14.1</mockito-core.version>
<equalsverifier.version>3.17</equalsverifier.version>
<equalsverifier.version>3.17.1</equalsverifier.version>
<testcontainers.version>1.20.2</testcontainers.version>
<h2.version>2.3.232</h2.version>
<jnr-posix.version>3.1.19</jnr-posix.version>
Expand Down