61yao commented on code in PR #10613:
URL: https://github.com/apache/pinot/pull/10613#discussion_r1220938885
##
pinot-core/src/main/java/org/apache/pinot/core/operator/docvalsets/TransformBlockValSet.java:
##
@@ -46,47 +45,23 @@ public class TransformBlockValSet implements Block
eaugene commented on issue #10832:
URL: https://github.com/apache/pinot/issues/10832#issuecomment-1579904691
Sure @Jackie-Jiang . Please assign to me
--
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 g
npawar commented on issue #6083:
URL: https://github.com/apache/pinot/issues/6083#issuecomment-1579764245
> @npawar Hi, thank you! I also find this but it seems that we don't have
query support:
https://github.com/apache/pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/common/f
monicaluodialpad commented on issue #6083:
URL: https://github.com/apache/pinot/issues/6083#issuecomment-1579672175
@npawar Hi, thank you! I also find this but it seems that we don't have
query support:
https://github.com/apache/pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/
codecov-commenter commented on PR #10859:
URL: https://github.com/apache/pinot/pull/10859#issuecomment-1579657424
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10859?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
gortiz commented on PR #10851:
URL: https://github.com/apache/pinot/pull/10851#issuecomment-1579646593
I'm running the tests again because last time presto driver tests failed due
to some network problem. Apart form that, it is ready to merge.
--
This is an automated message from the Apac
gortiz commented on PR #10528:
URL: https://github.com/apache/pinot/pull/10528#issuecomment-1579642976
I think we can merge this now. The tests that are failing are the flaky
ones. I've also created a branch this morning where all tests were executed
using Unsafe buffer and again it only fa
gortiz closed pull request #10857: [Do not merge] This is just a fake PR to run
the tests
URL: https://github.com/apache/pinot/pull/10857
--
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
egalpin commented on code in PR #10841:
URL: https://github.com/apache/pinot/pull/10841#discussion_r1220487877
##
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/DateTimeFunctions.java:
##
@@ -642,4 +1138,30 @@ public static long timestampDiff(String unit, lon
ankitsultana commented on PR #10815:
URL: https://github.com/apache/pinot/pull/10815#issuecomment-1579462537
@wirybeaver Let's follow-up offline
--
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 th
ankitsultana commented on PR #10758:
URL: https://github.com/apache/pinot/pull/10758#issuecomment-1579460172
Thanks @wirybeaver. Let us know when this is ready for review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
ankitsultana commented on issue #10853:
URL: https://github.com/apache/pinot/issues/10853#issuecomment-1579459559
We have some use-cases where we have sidecars running alongside Pinot
servers and brokers. Those sidecars do some obs and automation work. With this
we'll be able to make the si
snleee commented on code in PR #10856:
URL: https://github.com/apache/pinot/pull/10856#discussion_r1220317462
##
pinot-plugins/pinot-input-format/pinot-csv/src/main/java/org/apache/pinot/plugin/inputformat/csv/CSVDefaultHeaderUtil.java:
##
@@ -0,0 +1,195 @@
+/**
+ * Licensed to
codecov-commenter commented on PR #10860:
URL: https://github.com/apache/pinot/pull/10860#issuecomment-1579416295
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10860?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
snleee commented on code in PR #10856:
URL: https://github.com/apache/pinot/pull/10856#discussion_r1220279900
##
pinot-plugins/pinot-input-format/pinot-csv/src/main/java/org/apache/pinot/plugin/inputformat/csv/CSVDefaultHeaderUtil.java:
##
@@ -0,0 +1,195 @@
+/**
+ * Licensed to
snleee commented on code in PR #10856:
URL: https://github.com/apache/pinot/pull/10856#discussion_r1220277626
##
pinot-plugins/pinot-input-format/pinot-csv/src/main/java/org/apache/pinot/plugin/inputformat/csv/CSVDefaultHeaderUtil.java:
##
@@ -0,0 +1,195 @@
+/**
+ * Licensed to
swaminathanmanish commented on PR #10856:
URL: https://github.com/apache/pinot/pull/10856#issuecomment-1579337132
Can we also document user experience when this feature is enabled ?
1. What happens if proper headers are there already ? Here the algorithm
should not get this wrong and ove
swaminathanmanish commented on code in PR #10856:
URL: https://github.com/apache/pinot/pull/10856#discussion_r1220186303
##
pinot-plugins/pinot-input-format/pinot-csv/src/main/java/org/apache/pinot/plugin/inputformat/csv/CSVDefaultHeaderUtil.java:
##
@@ -0,0 +1,195 @@
+/**
+ * L
shenyu0127 opened a new pull request, #10860:
URL: https://github.com/apache/pinot/pull/10860
This PR enables NULL support for queries like `SELECT DISTINCT col1, col2
from testTable ORDER BY col1, col2`.
Tested in unit tests.
--
This is an automated message from the Apache Git Ser
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 9fae8ad72e Make DistinctTable consume
OrderByExpressionContext::isNullsLast (#10839)
add 3b2e31cfad [hotfix] use
swaminathanmanish commented on code in PR #10856:
URL: https://github.com/apache/pinot/pull/10856#discussion_r1220174979
##
pinot-plugins/pinot-input-format/pinot-csv/src/main/java/org/apache/pinot/plugin/inputformat/csv/CSVDefaultHeaderUtil.java:
##
@@ -0,0 +1,195 @@
+/**
+ * L
Jackie-Jiang closed issue #10829: [flaky test] query with pipeline breaker
seems unstable
URL: https://github.com/apache/pinot/issues/10829
--
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
Jackie-Jiang merged PR #10858:
URL: https://github.com/apache/pinot/pull/10858
--
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
shenyu0127 opened a new pull request, #10859:
URL: https://github.com/apache/pinot/pull/10859
This PR moves the common logic `process` into the base single column
distinct executor class.
Tested in unit tests.
--
This is an automated message from the Apache Git Service.
To respond
Jackie-Jiang commented on issue #10832:
URL: https://github.com/apache/pinot/issues/10832#issuecomment-1579318320
Yes, I think it is a fair ask. What we can do is to always use lower case to
store and look up query options. Do you want to raise a PR to add this support?
--
This is an auto
Jackie-Jiang commented on PR #10836:
URL: https://github.com/apache/pinot/pull/10836#issuecomment-1579313827
> > One way is to create a different wrapper class to hold the modified
configs
>
> Why do you need a wrapper class? wouldn't a builder pattern like
[this](https://github.com/
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 9fae8ad72e Make DistinctTable consume
OrderByExp
Jackie-Jiang merged PR #10839:
URL: https://github.com/apache/pinot/pull/10839
--
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
jackjlli commented on code in PR #9416:
URL: https://github.com/apache/pinot/pull/9416#discussion_r1220152805
##
pinot-plugins/pinot-metrics/pinot-compound-metrics/src/main/java/org/apache/pinot/plugin/metrics/compound/CompoundPinotMetricsFactory.java:
##
@@ -0,0 +1,170 @@
+/**
codecov-commenter commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579284373
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10858?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
codecov-commenter commented on PR #10857:
URL: https://github.com/apache/pinot/pull/10857#issuecomment-1579281746
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10857?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
walterddr commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579278441
actually it doesn't really matter b/c the test using the 2 worker/runner
theadpool is not important. will land.
--
This is an automated message from the Apache Git Service.
To respon
walterddr commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579274631
> so basically, there are dependencies between tasks from different stages,
and a fixed thread pool might have led to dead lock among them, like those
taking threads and running might a
navina commented on PR #10836:
URL: https://github.com/apache/pinot/pull/10836#issuecomment-1579253340
> One way is to create a different wrapper class to hold the modified configs
Why do you need a wrapper class? wouldn't a builder pattern like
[this](https://github.com/apache/pinot
This is an automated email from the ASF dual-hosted git repository.
nehapawar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from f8766129f0 Support Off Heap for Native Text Indices (#10842)
add 0f244ecf21 [feature] Add flags to indicate if
npawar merged PR #10835:
URL: https://github.com/apache/pinot/pull/10835
--
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.apach
somandal commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1219868444
##
pinot-query-planner/src/main/java/org/apache/calcite/sql/fun/PinotOperatorTable.java:
##
@@ -103,6 +98,61 @@ public final void initNoDuplicate() {
throw Ut
somandal commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1220101094
##
pinot-query-planner/src/main/java/org/apache/calcite/sql/fun/PinotOperatorTable.java:
##
@@ -103,6 +98,61 @@ public final void initNoDuplicate() {
throw Ut
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch native_mmap
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 700509e9fc Add a TODO for Load Mode
The revisions that were on this branch are still contained in
other reference
Jackie-Jiang commented on PR #10836:
URL: https://github.com/apache/pinot/pull/10836#issuecomment-1579206540
> > > @Jackie-Jiang Can I assign the `comparisonColumns` value to
upsertConfig and pass it to PartitionUpsertMetadataManager? then we don't need
to repeat the same steps in partition
klsince commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579204387
> ... thus all threads within the threadpool are blocked and no more tasks
can be scheduled into it
so basically, there are dependencies between tasks from different stages,
and a
walterddr commented on code in PR #10858:
URL: https://github.com/apache/pinot/pull/10858#discussion_r1220061034
##
pinot-query-runtime/src/test/java/org/apache/pinot/query/QueryServerEnclosure.java:
##
@@ -69,7 +68,7 @@ public class QueryServerEnclosure {
private final Helix
Jackie-Jiang commented on PR #10758:
URL: https://github.com/apache/pinot/pull/10758#issuecomment-1579187687
cc @snleee
--
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
walterddr commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579187444
> Why did the unit tests not using cached thread pool lead to the tests
occasionally failing?
GHA servers only has 2 virtual core, and in the pipeline breaker scenario we
will ha
ege-st commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579184306
Why did the unit tests not using cached thread pool lead to the tests
occasionally failing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
walterddr opened a new pull request, #10858:
URL: https://github.com/apache/pinot/pull/10858
we upgraded the intermediate stage threadpool to cached threadpool already.
but forgot to change the one in test.
--
This is an automated message from the Apache Git Service.
To respond to the me
gortiz opened a new pull request, #10857:
URL: https://github.com/apache/pinot/pull/10857
This is a test for #10528. The code is the same, but it always uses the
unsafe buffer library
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
npawar commented on code in PR #10855:
URL: https://github.com/apache/pinot/pull/10855#discussion_r1219984101
##
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java:
##
@@ -135,7 +135,7 @@ public static String jsonPathString(Object object, Strin
ege-st commented on code in PR #10852:
URL: https://github.com/apache/pinot/pull/10852#discussion_r1219975220
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/nullvalue/NullValueVectorCreator.java:
##
@@ -42,7 +42,7 @@
* null, which is t
vvivekiyer commented on code in PR #10845:
URL: https://github.com/apache/pinot/pull/10845#discussion_r1219905051
##
pinot-core/src/main/java/org/apache/pinot/core/common/IntermediateStageBlockValSet.java:
##
@@ -0,0 +1,250 @@
+/**
+ * Licensed to the Apache Software Foundation
abhioncbr commented on code in PR #10845:
URL: https://github.com/apache/pinot/pull/10845#discussion_r1219879274
##
pinot-core/src/main/java/org/apache/pinot/core/common/IntermediateStageBlockValSet.java:
##
@@ -0,0 +1,250 @@
+/**
+ * Licensed to the Apache Software Foundation (
abhioncbr commented on code in PR #10845:
URL: https://github.com/apache/pinot/pull/10845#discussion_r1219879274
##
pinot-core/src/main/java/org/apache/pinot/core/common/IntermediateStageBlockValSet.java:
##
@@ -0,0 +1,250 @@
+/**
+ * Licensed to the Apache Software Foundation (
somandal commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1219868444
##
pinot-query-planner/src/main/java/org/apache/calcite/sql/fun/PinotOperatorTable.java:
##
@@ -103,6 +98,61 @@ public final void initNoDuplicate() {
throw Ut
kishoreg commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1219852675
##
pinot-query-planner/src/main/java/org/apache/calcite/sql/fun/PinotOperatorTable.java:
##
@@ -103,6 +98,61 @@ public final void initNoDuplicate() {
throw Ut
somandal commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1219834738
##
pinot-query-planner/src/main/java/org/apache/calcite/sql/fun/PinotOperatorTable.java:
##
@@ -103,6 +98,61 @@ public final void initNoDuplicate() {
throw Ut
codecov-commenter commented on PR #10856:
URL: https://github.com/apache/pinot/pull/10856#issuecomment-1578071935
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10856?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
56 matches
Mail list logo