Re: [PR] Add OOM Protection Support for Multi-Stage Queries [pinot]

2024-08-04 Thread via GitHub
jasperjiaguo commented on code in PR #13598: URL: https://github.com/apache/pinot/pull/13598#discussion_r1698049547 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/HashJoinOperator.java: ## @@ -260,6 +260,7 @@ private void buildBroadcastHashTable()

Re: [PR] Storage Quota imposition on Realtime tables [pinot]

2024-08-04 Thread via GitHub
shounakmk219 commented on PR #13584: URL: https://github.com/apache/pinot/pull/13584#issuecomment-2268114649 @sajjad-moradi @mcvsubbu , the `pauseStatus` field makes sense. Do you think we need to maintain the set of different pause reasons active on a table as well? Context will be lost du

(pinot) branch master updated: Database query quota (#13544)

2024-08-04 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik 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 9a7e11682a Database query quota (#13544) 9a7

Re: [PR] Database query quota [pinot]

2024-08-04 Thread via GitHub
KKcorps merged PR #13544: URL: https://github.com/apache/pinot/pull/13544 -- 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: [I] Upgrade to Spark 3.5.0 [pinot]

2024-08-04 Thread via GitHub
indreshverma commented on issue #11701: URL: https://github.com/apache/pinot/issues/11701#issuecomment-2267634877 While upgrading Spark 3.3.0 to 3.5.0 facing errors. { using java 17 , scala 2.13} for building spark 3.5.0 step to produce error.. 1. clone spark 3.5.0 from apache spark gi