[I] Allow setup timezone in cluster config or config file. [pinot]

2024-01-21 Thread via GitHub
xiangfu0 opened a new issue, #12299: URL: https://github.com/apache/pinot/issues/12299 Right now pinot time zone is decided by the local timezone, this caused a lot of confusion especially during ingestion time or use datetrunc function etc. Right now the only way to set timezone for

Re: [PR] Release all segments of a table in releaseAndRemoveAllSegments method [pinot]

2024-01-21 Thread via GitHub
codecov-commenter commented on PR #12297: URL: https://github.com/apache/pinot/pull/12297#issuecomment-1902845558 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12297?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

(pinot) branch stop-all-segments-in-releaseAndRemoveAllSegments updated (1a7ae54da8 -> cb5a82080f)

2024-01-21 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch stop-all-segments-in-releaseAndRemoveAllSegments in repository https://gitbox.apache.org/repos/asf/pinot.git discard 1a7ae54da8 Release all segments of a table in releaseAndRemoveAllSegments meth

(pinot) 01/01: Release all segments of a table in releaseAndRemoveAllSegments method

2024-01-21 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch stop-all-segments-in-releaseAndRemoveAllSegments in repository https://gitbox.apache.org/repos/asf/pinot.git commit cb5a82080f6ae909311ce5dcc12c2298e060084d Author: jlli_LinkedIn AuthorDate: Sun Ja

[PR] Release all segments of a table in releaseAndRemoveAllSegments method [pinot]

2024-01-21 Thread via GitHub
jackjlli opened a new pull request, #12297: URL: https://github.com/apache/pinot/pull/12297 This PR releases all the segments of a table in `releaseAndRemoveAllSegments` method. The reason of doing that by submitting multiple threads is that the table could have too many open segments, whic

(pinot) 01/01: Release all segments of a table in releaseAndRemoveAllSegments method

2024-01-21 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch stop-all-segments-in-releaseAndRemoveAllSegments in repository https://gitbox.apache.org/repos/asf/pinot.git commit 1a7ae54da8fec3bdf0f1f794c0492dd8c29a Author: jlli_LinkedIn AuthorDate: Sun Ja

(pinot) branch stop-all-segments-in-releaseAndRemoveAllSegments created (now 1a7ae54da8)

2024-01-21 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch stop-all-segments-in-releaseAndRemoveAllSegments in repository https://gitbox.apache.org/repos/asf/pinot.git at 1a7ae54da8 Release all segments of a table in releaseAndRemoveAllSegments meth

(pinot) branch master updated: Backwards compatible theta sketch aggregation (#12288)

2024-01-21 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli 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 5cc7231dc0 Backwards compatible theta sketch aggreg

Re: [PR] Backwards compatible theta sketch aggregation [pinot]

2024-01-21 Thread via GitHub
jackjlli merged PR #12288: URL: https://github.com/apache/pinot/pull/12288 -- 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.apa

(pinot) branch master updated: JMX Exporter Preserve Original Regexes (#12295)

2024-01-21 Thread rongr
This is an automated email from the ASF dual-hosted git repository. rongr 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 0f6015a5d3 JMX Exporter Preserve Original Regexes

Re: [PR] JMX Exporter Preserve Original Regexes [pinot]

2024-01-21 Thread via GitHub
walterddr merged PR #12295: URL: https://github.com/apache/pinot/pull/12295 -- 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.ap

[PR] Jxm exporter preserve original regexes [pinot]

2024-01-21 Thread via GitHub
suddendust opened a new pull request, #12295: URL: https://github.com/apache/pinot/pull/12295 Adding back the regexes removed [here](https://github.com/apache/pinot/pull/12073/commits/e3a93deb2283513662fbb978cb35c6414c36cb70). The reason is that any metrics now being caught by the catch-all

Re: [PR] Added ARRAY_GENERATE function [pinot]

2024-01-21 Thread via GitHub
codecov-commenter commented on PR #12293: URL: https://github.com/apache/pinot/pull/12293#issuecomment-1902738741 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12293?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

Re: [PR] Added ARRAY_GENERATE function [pinot]

2024-01-21 Thread via GitHub
xiangfu0 commented on PR #12293: URL: https://github.com/apache/pinot/pull/12293#issuecomment-1902729808 Can you add some integration tests under `org.apache.pinot.integration.tests.custom.ArrayTest` -- This is an automated message from the Apache Git Service. To respond to the message, p

[PR] [DNM] Increasing test coverage pinot-common [pinot]

2024-01-21 Thread via GitHub
aditya0811 opened a new pull request, #12294: URL: https://github.com/apache/pinot/pull/12294 Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat`

[PR] [DRAFT] Added ARRAY_GENERATE function [pinot]

2024-01-21 Thread via GitHub
aadilkhalifa opened a new pull request, #12293: URL: https://github.com/apache/pinot/pull/12293 Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat`