Re: [PR] Rewrite BETWEEN to >= AND <= [pinot]

2024-09-27 Thread via GitHub
yashmayya commented on PR #14102: URL: https://github.com/apache/pinot/pull/14102#issuecomment-2380395488 > Does Calcite automatically rewrite BETWEEN into >= and <=? Yes, that's right. > Will the change in https://github.com/apache/pinot/pull/13618 prevent this rewrite?

Re: [I] Support new data type: `TimestampWithTimeZone` [pinot]

2024-09-27 Thread via GitHub
mghildiy commented on issue #13004: URL: https://github.com/apache/pinot/issues/13004#issuecomment-2380381980 I am restarting work on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

(pinot) branch master updated: fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl (#14094)

2024-09-27 Thread xbli
This is an automated email from the ASF dual-hosted git repository. xbli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new ad1eda52ea fix checks on largest comparison value f

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince merged PR #14094: URL: https://github.com/apache/pinot/pull/14094 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apac

Re: [PR] Add map type support [pinot]

2024-09-27 Thread via GitHub
raghavyadav01 commented on code in PR #13906: URL: https://github.com/apache/pinot/pull/13906#discussion_r1777897714 ## pinot-common/src/main/java/org/apache/pinot/common/datablock/BaseDataBlock.java: ## @@ -338,6 +339,14 @@ public String[] getStringArray(int rowId, int colId) {

Re: [PR] Add Default RecordReader Next Implementation [pinot]

2024-09-27 Thread via GitHub
codecov-commenter commented on PR #14108: URL: https://github.com/apache/pinot/pull/14108#issuecomment-2380322116 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/14108?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Add a server level config for segment server upload to deep store. [pinot]

2024-09-27 Thread via GitHub
raghavyadav01 closed pull request #14093: Add a server level config for segment server upload to deep store. URL: https://github.com/apache/pinot/pull/14093 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[PR] Add Default RecordReader Next Implementation [pinot]

2024-09-27 Thread via GitHub
ashishjayamohan opened a new pull request, #14108: URL: https://github.com/apache/pinot/pull/14108 - Adds default implementation for `RecordReader` interface `next()` function - Deletes redundant `next` function implementations - Adds override to scala function redefinition -- This i

Re: [I] Multistage join queries and adaptive routing compatibility [pinot]

2024-09-27 Thread via GitHub
dang-stripe commented on issue #14107: URL: https://github.com/apache/pinot/issues/14107#issuecomment-2380284285 @priyen-stripe could you include a sample query that was seeing this behavior? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[I] Multistage join queries and adaptive routing compatibility [pinot]

2024-09-27 Thread via GitHub
dang-stripe opened a new issue, #14107: URL: https://github.com/apache/pinot/issues/14107 We are testing some multistage queries with joins and adaptive routing turned on on a table using 3 replicas, 30 servers each. We joined against another much smaller table 90 replicas, 1 instance each

(pinot) branch master updated: Do not allow setting TableConfig in IndexLoadingConfig after construction (#14098)

2024-09-27 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new fce17d3d39 Do not allow setting TableConfig in In

Re: [PR] Do not allow setting TableConfig in IndexLoadingConfig after construction [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang commented on code in PR #14098: URL: https://github.com/apache/pinot/pull/14098#discussion_r1779277390 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexLoadingConfig.java: ## @@ -135,10 +135,14 @@ public IndexLoadingConfi

Re: [PR] Do not allow setting TableConfig in IndexLoadingConfig after construction [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang merged PR #14098: URL: https://github.com/apache/pinot/pull/14098 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot

Re: [PR] Do not allow setting TableConfig in IndexLoadingConfig after construction [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang commented on code in PR #14098: URL: https://github.com/apache/pinot/pull/14098#discussion_r1779276632 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexLoadingConfig.java: ## @@ -870,12 +875,6 @@ public Schema getSchema()

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779274145 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -989,6 +1016,12 @@ protected void doTakeSnapsh

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779270018 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java: ## @@ -192,19 +192,8 @@ public void doRemov

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779269113 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -435,9 +412,58 @@ public void addSegment(Immut

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779269113 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -435,9 +412,58 @@ public void addSegment(Immut

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779267740 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -178,10 +180,13 @@ protected BasePartitionUpse

Re: [PR] Do not allow setting TableConfig in IndexLoadingConfig after construction [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14098: URL: https://github.com/apache/pinot/pull/14098#discussion_r1779261423 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexLoadingConfig.java: ## @@ -135,10 +135,14 @@ public IndexLoadingConfig(Ins

Re: [I] Do not allow setters in `IndexLoadingConfig` [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang commented on issue #14106: URL: https://github.com/apache/pinot/issues/14106#issuecomment-2380175945 Do not allow setting TableConfig in IndexLoadingConfig after construction: #14098 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[I] Do not allow setters in `IndexLoadingConfig` [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang opened a new issue, #14106: URL: https://github.com/apache/pinot/issues/14106 `IndexLoadingConfig` should always be initialized by `TableConfig` and `Schema`, and all the index related config should be extracted from them. Right now we allow setters to internal fields such as `

Re: [PR] WIP: Enable toggling of explicit MV entry size for MVFixedBytesRawFwdIndex [pinot]

2024-09-27 Thread via GitHub
codecov-commenter commented on PR #14105: URL: https://github.com/apache/pinot/pull/14105#issuecomment-2380134700 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/14105?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Rewrite BETWEEN to >= AND <= [pinot]

2024-09-27 Thread via GitHub
codecov-commenter commented on PR #14102: URL: https://github.com/apache/pinot/pull/14102#issuecomment-2379153445 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/14102?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] WIP: Enable toggling of explicit MV entry size for MVFixedBytesRawFwdIndex [pinot]

2024-09-27 Thread via GitHub
jackluo923 opened a new pull request, #14105: URL: https://github.com/apache/pinot/pull/14105 # WIP description: `MVFixedBytesRawFwdIndex` currently stores two "length" values for each document: the first represents the number of elements in the array, and the second is the byte length o

Re: [PR] Add a server level config for segment server upload to deep store. [pinot]

2024-09-27 Thread via GitHub
raghavyadav01 closed pull request #14093: Add a server level config for segment server upload to deep store. URL: https://github.com/apache/pinot/pull/14093 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Add a server level config for segment server upload to deep store. [pinot]

2024-09-27 Thread via GitHub
raghavyadav01 commented on code in PR #14093: URL: https://github.com/apache/pinot/pull/14093#discussion_r1779097594 ## pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManagerConfig.java: ## @@ -330,4 +333,10 @@ public PinotConfiguration getAuth

Re: [PR] Add a server level config for segment server upload to deep store. [pinot]

2024-09-27 Thread via GitHub
raghavyadav01 commented on code in PR #14093: URL: https://github.com/apache/pinot/pull/14093#discussion_r1779097365 ## pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManagerConfig.java: ## @@ -135,6 +135,9 @@ public class HelixInstanceDataMana

Re: [PR] Add a server level config for segment server upload to deep store. [pinot]

2024-09-27 Thread via GitHub
raghavyadav01 commented on code in PR #14093: URL: https://github.com/apache/pinot/pull/14093#discussion_r1779085297 ## pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/SegmentCommitterFactoryTest.java: ## @@ -27,16 +27,17 @@ import org.apache.pinot.common.p

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779018465 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java: ## @@ -192,19 +192,8 @@ public voi

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779007752 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -989,6 +1016,12 @@ protected void doT

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779013747 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -989,6 +1016,12 @@ protected void doT

Re: [PR] Bump software.amazon.awssdk:bom from 2.28.6 to 2.28.9 [pinot]

2024-09-27 Thread via GitHub
dependabot[bot] commented on PR #14090: URL: https://github.com/apache/pinot/pull/14090#issuecomment-2379020331 Superseded by #14100. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779011276 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java: ## @@ -192,19 +192,8 @@ public void doRemov

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779003086 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java: ## @@ -192,19 +192,8 @@ public voi

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779008707 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -178,10 +180,13 @@ protected BasePart

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779009051 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -989,6 +1016,12 @@ protected void doTakeSnapsh

Re: [PR] Add a server level config for segment server upload to deep store. [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang commented on code in PR #14093: URL: https://github.com/apache/pinot/pull/14093#discussion_r1779007894 ## pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManagerConfig.java: ## @@ -135,6 +135,9 @@ public class HelixInstanceDataManag

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
klsince commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1779001995 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -178,10 +180,13 @@ protected BasePartitionUpse

Re: [PR] Rewrite BETWEEN to >= AND <= [pinot]

2024-09-27 Thread via GitHub
Jackie-Jiang commented on PR #14102: URL: https://github.com/apache/pinot/pull/14102#issuecomment-2379820950 Good catch! MV semantic is quite hard to manage, and sometimes very counter intuitive. Does Calcite automatically rewrite `BETWEEN` into `>=` and `<=`? Will the change in #13618 prev

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1778989315 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -435,9 +412,58 @@ public void addSegm

Re: [PR] fix checks on largest comparison value for upsert ttl and allow to add segments out of ttl [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on code in PR #14094: URL: https://github.com/apache/pinot/pull/14094#discussion_r1778988203 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -178,10 +180,13 @@ protected BasePart

Re: [PR] Part-5: Fix Offset Handling and Effective Time Filter + Enable Group-By Expressions + Add Unit Tests and Minor Cleanup [pinot]

2024-09-27 Thread via GitHub
codecov-commenter commented on PR #14104: URL: https://github.com/apache/pinot/pull/14104#issuecomment-2379539328 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/14104?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [I] Add more UTs for AbstractMetrics class [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 commented on issue #13685: URL: https://github.com/apache/pinot/issues/13685#issuecomment-2379526743 Thanks @dttung2905 @spanasch @shauryachats for adding tests for this! Closing this issue. -- This is an automated message from the Apache Git Service. To respond to the me

(pinot) branch master updated (4709954097 -> 3eef3060fa)

2024-09-27 Thread pratik
This is an automated email from the ASF dual-hosted git repository. pratik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 4709954097 Part-4: Remove Unnecessary TimeSeries Materialization + Minor Cleanups (#14092) add 3eef3060fa Adding

Re: [I] Add more UTs for AbstractMetrics class [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 closed issue #13685: Add more UTs for AbstractMetrics class URL: https://github.com/apache/pinot/issues/13685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] Adding gauge unit tests for AbstractMetrics [pinot]

2024-09-27 Thread via GitHub
tibrewalpratik17 merged PR #14064: URL: https://github.com/apache/pinot/pull/14064 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@p

[PR] Part-5: Fix Offset Handling and Effective Time Filter + Add Unit Tests + Minor Cleanup [pinot]

2024-09-27 Thread via GitHub
ankitsultana opened a new pull request, #14104: URL: https://github.com/apache/pinot/pull/14104 This PR fixes offset handling and the effective filter that's generated, and also adds some unit-tests. * Offset handling is fixed by fixing the unit to seconds in the `LeafTimeSeriesPlanN

Re: [I] Flaky Tests: TPCHQueryIntegrationTest and pinot-kafka-3.0 [pinot]

2024-09-27 Thread via GitHub
abhioncbr commented on issue #14099: URL: https://github.com/apache/pinot/issues/14099#issuecomment-2379394947 Got it. Thanks for the more context. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [PR] Rewrite BETWEEN to >= AND <= [pinot]

2024-09-27 Thread via GitHub
yashmayya commented on PR #14102: URL: https://github.com/apache/pinot/pull/14102#issuecomment-2379383099 The failing integration test is an interesting case: ``` SELECT AVG(AirTime), SUM(OriginStateFips) FROM mytable WHERE DivTailNums BETWEEN 'N8315C' AND 'N130DL' OR DivAirports I

Re: [I] Flaky Tests: TPCHQueryIntegrationTest and pinot-kafka-3.0 [pinot]

2024-09-27 Thread via GitHub
abhioncbr commented on issue #14099: URL: https://github.com/apache/pinot/issues/14099#issuecomment-2379030926 I added the module recently, let me look in to it. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] PoC for checking Groovy scripts for shell script injection attacks [pinot]

2024-09-27 Thread via GitHub
ege-st opened a new pull request, #14103: URL: https://github.com/apache/pinot/pull/14103 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mai

Re: [I] Flaky Tests: TPCHQueryIntegrationTest and pinot-kafka-3.0 [pinot]

2024-09-27 Thread via GitHub
ankitsultana commented on issue #14099: URL: https://github.com/apache/pinot/issues/14099#issuecomment-2379228643 @abhioncbr : Shaurya was planning to pickup the TPCH one, does that work? @shauryachats Also, there's an error with pinot-kafka-2.0 also. Just added it to the list. --

[PR] Rewrite BETWEEN to >= AND <= [pinot]

2024-09-27 Thread via GitHub
yashmayya opened a new pull request, #14102: URL: https://github.com/apache/pinot/pull/14102 - Pinot's `BETWEEN` filter predicate currently has a number of issues. - A query like `SELECT * FROM mytable WHERE intCol BETWEEN 1.5 AND 2.5` fails because the optimizations in `NumericalFilterOp

(pinot) branch master updated: Part-4: Remove Unnecessary TimeSeries Materialization + Minor Cleanups (#14092)

2024-09-27 Thread ankitsultana
This is an automated email from the ASF dual-hosted git repository. ankitsultana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new 4709954097 Part-4: Remove Unnecessary TimeS

Re: [PR] Part-4: Remove Unnecessary TimeSeries Materialization + Minor Cleanups [pinot]

2024-09-27 Thread via GitHub
ankitsultana merged PR #14092: URL: https://github.com/apache/pinot/pull/14092 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot

(pinot) branch dependabot/maven/com.fasterxml.jackson-jackson-bom-2.18.0 created (now f968b6a3a8)

2024-09-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.fasterxml.jackson-jackson-bom-2.18.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at f968b6a3a8 Bump com.fasterxml.jackson:jackson-bom from 2.17.2 t

[PR] Bump software.amazon.awssdk:bom from 2.28.6 to 2.28.10 [pinot]

2024-09-27 Thread via GitHub
dependabot[bot] opened a new pull request, #14100: URL: https://github.com/apache/pinot/pull/14100 Bumps software.amazon.awssdk:bom from 2.28.6 to 2.28.10. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=softwar

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.28.9 deleted (was 51de4b81e6)

2024-09-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.28.9 in repository https://gitbox.apache.org/repos/asf/pinot.git was 51de4b81e6 Bump software.amazon.awssdk:bom from 2.28.6 to 2.28.9 The

[PR] Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 [pinot]

2024-09-27 Thread via GitHub
dependabot[bot] opened a new pull request, #14101: URL: https://github.com/apache/pinot/pull/14101 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.2 to 2.18.0. Commits https://github.com/FasterXML/jackson-bom/commit/72365502093e31b

Re: [PR] Bump software.amazon.awssdk:bom from 2.28.6 to 2.28.9 [pinot]

2024-09-27 Thread via GitHub
dependabot[bot] closed pull request #14090: Bump software.amazon.awssdk:bom from 2.28.6 to 2.28.9 URL: https://github.com/apache/pinot/pull/14090 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.28.10 created (now 2c33c8de7b)

2024-09-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.28.10 in repository https://gitbox.apache.org/repos/asf/pinot.git at 2c33c8de7b Bump software.amazon.awssdk:bom from 2.28.6 to 2.28.10 No

Re: [PR] Polymorphic binary arithmetic scalar functions [pinot]

2024-09-27 Thread via GitHub
yashmayya commented on PR #14089: URL: https://github.com/apache/pinot/pull/14089#issuecomment-2378874424 > Even if we cast after getting the result, it might already lose precision and give inaccurate result. Yes, this is a valid point. Also, an expression like `5 / 3 + 1.5` will re