This is an automated email from the ASF dual-hosted git repository.
apucher 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 0ca5fcb472 Add back auth token for UploadSegment
apucher merged PR #9960:
URL: https://github.com/apache/pinot/pull/9960
--
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.apache
snleee commented on code in PR #9951:
URL: https://github.com/apache/pinot/pull/9951#discussion_r1045156976
##
pinot-spi/src/test/java/org/apache/pinot/spi/data/readers/AbstractRecordReaderTest.java:
##
@@ -188,17 +206,52 @@ public void testRecordReader()
checkValue(_record
codecov-commenter commented on PR #9964:
URL: https://github.com/apache/pinot/pull/9964#issuecomment-1345402289
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9964?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
walterddr commented on PR #9964:
URL: https://github.com/apache/pinot/pull/9964#issuecomment-1345385294
CC @ankitsultana @61yao @agavra
--
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 specif
walterddr opened a new pull request, #9964:
URL: https://github.com/apache/pinot/pull/9964
after split block. there's no reason to extract row-by-row. instead we
should use the container directly
1. by always using container we avoid ser/de overhead for extracting comment
components
codecov-commenter commented on PR #9961:
URL: https://github.com/apache/pinot/pull/9961#issuecomment-1345350976
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9961?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
codecov-commenter commented on PR #9962:
URL: https://github.com/apache/pinot/pull/9962#issuecomment-1345345991
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9962?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
walterddr commented on issue #9963:
URL: https://github.com/apache/pinot/issues/9963#issuecomment-1345339257
generated logical plans
```
LogicalProject(P_MFGR=[$3], D_YEAR=[$2], LO_REVENUE=[$1]): rowcount =
843.75, cumulative cost = 36927.36252915846, id = 5207
LogicalJo
walterddr opened a new issue, #9963:
URL: https://github.com/apache/pinot/issues/9963
using SSB as example, the following produce in consistent results (num of
rows)
```
select
P_MFGR,
D_YEAR,
LO_REVENUE
from lineorder
JOIN dates ON LO_ORDERDATE = D_DATEKEY
JOI
agavra opened a new pull request, #9962:
URL: https://github.com/apache/pinot/pull/9962
Adds a configuration that allows `RoundRobinScheduler` to mark operators as
ready after a certain timeout. If the operator is marked ready due to a
timeout, log the information around what happened durin
zhtaoxiang opened a new pull request, #9961:
URL: https://github.com/apache/pinot/pull/9961
Currently, if a gauge is created and save into a metric registry, it cannot
be updated. This PR makes it changable.
--
This is an automated message from the Apache Git Service.
To respond to the me
12 matches
Mail list logo