snleee commented on a change in pull request #5728:
URL: https://github.com/apache/incubator-pinot/pull/5728#discussion_r459846427
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/SegmentSelectorFactory.java
##
@@ -17,19 +17,25 @@
* un
snleee commented on pull request #5712:
URL: https://github.com/apache/incubator-pinot/pull/5712#issuecomment-663335958
#2715
This is an automated message from the Apache Git Service.
To respond to the message, please log on
snleee merged pull request #5712:
URL: https://github.com/apache/incubator-pinot/pull/5712
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
This is an automated email from the ASF dual-hosted git repository.
snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new ef3e3c3 Add startReplaceSegments, endRe
apucher opened a new pull request #5750:
URL: https://github.com/apache/incubator-pinot/pull/5750
## Description
This PR adds an optional "name" property to data source configs in order to
allow users to specify multiple datasources of the same type (e.g. two pinot
clusters). If the "na
apucher opened a new pull request #5749:
URL: https://github.com/apache/incubator-pinot/pull/5749
## Description
Recent changes to ThirdEye logging aren't reflected in the config files
shipped with the docker image and break the launch of apachepinot/thirdeye.
This PR modifies the confi
suvodeep-pyne commented on pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#issuecomment-663334111
Hi @akshayrai
I replaced the `backfillStart` with the already existing `lastTimestamp`.
This value is used as a checkpoint and is already being persisted in
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch support-multiple-datasources-per-type
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 02d758332d0e7b8650bb3b20670f3f374c13c4f9
Author: Alexander Pucher
AuthorDate: T
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch support-multiple-datasources-per-type
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
at 02d7583 support optional 'name' field in data source config proeprties
Thi
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch thirdeye-docker-log-crash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/thirdeye-docker-log-crash-fix
by this push:
ianvkoeppe commented on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663328375
There's also a new api being added in the controller that makes it a
protocol. Perhaps you could piggy-back on it to update time-boundary? @snleee
What do you think?
ianvkoeppe edited a comment on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663328375
> There's also a new api being added in the controller that makes it a
protocol. Perhaps you could piggy-back on it to update time-boundary? @snleee
What do yo
npawar opened a new pull request #5748:
URL: https://github.com/apache/incubator-pinot/pull/5748
## Description
GROOVY transform function for query time.
Syntax:
```
groovy('groovy expression', argument0, argument1, argument2..., 'return
value metadata')
```
- 1st arg
mayankshriv commented on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663326776
> @mayankshriv, thanks for reviewing. See answers inline below.
>
> > 1. The first offline segment should immediately push the high-water-mark
to (maxTime-1).
mayankshriv commented on a change in pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#discussion_r459830306
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/HelixBrokerStarter.java
##
@@ -235,7 +234,7 @@ public void star
ianvkoeppe commented on a change in pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#discussion_r459822723
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -140,6 +141,8 @@ public Ba
akshayrai commented on a change in pull request #5713:
URL: https://github.com/apache/incubator-pinot/pull/5713#discussion_r459815532
##
File path:
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/common/restclient/AbstractRestClient.java
##
@@ -0,0 +1,269 @@
+/
ianvkoeppe commented on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663311913
@mayankshriv, thanks for reviewing. See answers inline below.
> 1. The first offline segment should immediately push the high-water-mark
to (maxTime-1). Are you
ianvkoeppe commented on a change in pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#discussion_r459814064
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -140,6 +141,8 @@ public Ba
fx19880617 commented on issue #5747:
URL:
https://github.com/apache/incubator-pinot/issues/5747#issuecomment-663308715
Since Pinot expected multiple segments for same day, could you describe more
detailed situation of the issue?
Basically how the data segments are organized and how
jackjlli commented on pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#issuecomment-663308658
> The fix should be in the `DataTypeTransformer` instead of here.
> In `DataTypeTransformer` we should be able to handle map properly
I've thought about that. B
siddharthteotia commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459806163
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@
mayankshriv edited a comment on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663299681
@ianvkoeppe I am unclear on the PR description:
1. The first offline segment should immediately push the high-water-mark to
(maxTime-1). Are you referring t
jackjlli commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459805384
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@@ -353,
siddharthteotia commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459805263
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@
siddharthteotia commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459805052
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@
npawar commented on pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#issuecomment-663302060
@jackjlli this doesn't look like the right fix for the issue. For
GenericRecord, we should be looking at each field recursively.
Also the AvroRecordExtractorComplex
siddharthteotia commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459804440
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@
siddharthteotia commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459804013
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@
siddharthteotia commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459804013
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@
kishoreg commented on a change in pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#discussion_r459803167
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -140,6 +141,8 @@ public Base
kishoreg commented on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663300262
This is a fantastic contribution!
This is an automated message from the Apache Git Service.
To respond
mayankshriv commented on pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745#issuecomment-663299681
@ianvkoeppe I am unclear on the PR description:
1. The first offline segment should immediately push the high-water-mark.
2. Your requirement seems contrary to t
jackjlli commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459797366
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@@ -353,
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch thirdeye-docker-log-crash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/thirdeye-docker-log-crash-fix
by this push:
This is an automated email from the ASF dual-hosted git repository.
mcvsubbu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from ee72faa update data generator schema json with dataTimeSpec (#5739)
add dab1c2d [Deepstore by-passi
snleee commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459795372
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@@ -353,16
mcvsubbu merged pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700
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
jackjlli commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459794468
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@@ -353,
mayankshriv commented on a change in pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746#discussion_r459793932
##
File path:
pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroUtils.java
##
@@ -3
yupeng9 opened a new issue #5747:
URL: https://github.com/apache/incubator-pinot/issues/5747
Similar to the missing offline segment checker, it will be useful to have an
overlapping segment checker on the intervals to avoid duplicate records.
--
jackjlli opened a new pull request #5746:
URL: https://github.com/apache/incubator-pinot/pull/5746
## Description
This PR fixed the issue introduced from this PR:
https://github.com/apache/incubator-pinot/pull/5238
Basically the value of the multi-value column should be at the 1st
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch fix-multi-value-column-from-avro
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 9469cec040216f22f3133a5177972e5b00ebcdc2
Author: Jack Li(Analytics Engineering)
AuthorD
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch fix-multi-value-column-from-avro
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 0747ebd Fix code to correctly extract value of multi-value column
from avro file
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch fix-multi-value-column-from-avro
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 0747ebd7f0acc5cbc77bfcf11020d838e4765054
Author: Jack Li(Analytics Engineering)
AuthorD
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch fix-multi-value-column-from-avro
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
at 0747ebd Fix code to correctly extract value of multi-value column
from avro file
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch thirdeye-docker-log-crash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
at 6ad19ca add log conf to Dockerfile launch script
This branch includes the followin
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch thirdeye-docker-log-crash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 6ad19ca137da7d3913fa39b2dae53a4de6b2bed4
Author: Alexander Pucher
AuthorDate: Thu Jul 2
ianvkoeppe opened a new pull request #5745:
URL: https://github.com/apache/incubator-pinot/pull/5745
## Description
Today, Pinot serves queries to Hybrid tables by applying a time filter
based on data availability. For example, when the most recent offline
segment is for 1/2/200
fx19880617 commented on issue #5716:
URL:
https://github.com/apache/incubator-pinot/issues/5716#issuecomment-663239120
cc @mayankshriv
This is an automated message from the Apache Git Service.
To respond to the message, pl
fx19880617 commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-pinot/pull/5734#discussion_r459735198
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -450,18 +448,22 @@ public
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/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new ee72faa update data generator schema
apucher merged pull request #5739:
URL: https://github.com/apache/incubator-pinot/pull/5739
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 t
mayankshriv commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-pinot/pull/5734#discussion_r459728321
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -450,18 +448,22 @@ public
suvodeep-pyne commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459702739
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -12,12 +12,11 @@ dataset: dataset_to_which_this_metric_belongs
rules
fx19880617 merged pull request #5741:
URL: https://github.com/apache/incubator-pinot/pull/5741
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from f95ef04 Adding support for ingestion job spec as JSON (#5729)
add 48fb6f3 Move lambda expression to
suvodeep-pyne commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459691900
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -29,6 +28,20 @@ rules:
type: DATA_SLA # Alert if da
chenboat commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459690008
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java
##
@@ -187,6 +187,7 @@
"pinot.server.instan
harleyjj commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459688843
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -12,12 +12,11 @@ dataset: dataset_to_which_this_metric_belongs
rules:
-
suvodeep-pyne commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459686686
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -29,6 +28,20 @@ rules:
type: DATA_SLA # Alert if da
suvodeep-pyne commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459684283
##
File path:
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/yaml/translator/DetectionConfigTranslator.java
##
@
chenboat commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459682187
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SegmentCommitterFactory.java
##
@@ -29,18 +33,35 @@
public c
suvodeep-pyne commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459681531
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -12,12 +12,11 @@ dataset: dataset_to_which_this_metric_belongs
rules
suvodeep-pyne commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459680850
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -29,6 +28,20 @@ rules:
type: DATA_SLA # Alert if da
fx19880617 commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-pinot/pull/5734#discussion_r459675209
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -450,18 +448,22 @@ public
fx19880617 commented on a change in pull request #5741:
URL: https://github.com/apache/incubator-pinot/pull/5741#discussion_r459671619
##
File path:
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/src/main/java/org/apache/pinot/plugin/ingestion/batch/spark/SparkSegment
chenboat commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459670728
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SegmentCommitterFactory.java
##
@@ -29,18 +33,35 @@
public c
chenboat commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459670249
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SplitSegmentCommitter.java
##
@@ -70,4 +68,15 @@ public Split
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch pinot_spark_serialization_issue
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard aaf69d8 Move lambda expression to inner function in pinot-spark
add 9d1759a
akshayrai commented on a change in pull request #5740:
URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r459665554
##
File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js
##
@@ -29,6 +28,20 @@ rules:
type: DATA_SLA # Alert if data i
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 174eb4b Early termination for combining selection order-by results
(#5686)
add f95ef04 Adding suppo
fx19880617 merged pull request #5729:
URL: https://github.com/apache/incubator-pinot/pull/5729
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
yupeng9 opened a new pull request #5744:
URL: https://github.com/apache/incubator-pinot/pull/5744
## Description
It returns a multi-geometry from a set of geometries.
## Upgrade Notes
Does this PR otherwise need attention when creating release notes? Things to
consider:
KKcorps commented on a change in pull request #5729:
URL: https://github.com/apache/incubator-pinot/pull/5729#discussion_r459649882
##
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/ingestion/batch/IngestionJobLauncher.java
##
@@ -57,21 +61,33 @@ public static Segment
mcvsubbu commented on pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#issuecomment-663165120
@chenboat please add some tests in another follow-up commit. Here is what I
would suggest:
1. You can start a thread that behaves like deepstore, failing the commit.
mcvsubbu commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459633576
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java
##
@@ -187,6 +187,7 @@
"pinot.server.instan
chenboat commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459631008
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/PeerSchemeSplitSegmentCommitter.java
##
@@ -0,0 +1,51 @@
+/**
fx19880617 commented on a change in pull request #5741:
URL: https://github.com/apache/incubator-pinot/pull/5741#discussion_r459630478
##
File path:
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/src/main/java/org/apache/pinot/plugin/ingestion/batch/spark/SparkSegment
chenboat commented on a change in pull request #5700:
URL: https://github.com/apache/incubator-pinot/pull/5700#discussion_r459630215
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SplitSegmentCommitter.java
##
@@ -70,4 +68,15 @@ public Split
akshayrai opened a new pull request #5743:
URL: https://github.com/apache/incubator-pinot/pull/5743
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 174eb4b Early termination for combinin
Jackie-Jiang merged pull request #5686:
URL: https://github.com/apache/incubator-pinot/pull/5686
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
mcvsubbu opened a new issue #5742:
URL: https://github.com/apache/incubator-pinot/issues/5742
We need to ensure that when a table is created, the time column is the same
as that in schema.
We also need to verify that when a schema is created (as is the case for
offline tables, since sch
kishoreg commented on pull request #5712:
URL: https://github.com/apache/incubator-pinot/pull/5712#issuecomment-663098410
@snleee are we good to go? can we add some docs on how to use this?
This is an automated message fr
mayankshriv commented on a change in pull request #5711:
URL: https://github.com/apache/incubator-pinot/pull/5711#discussion_r459480938
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/segment/store/SingleFileIndexDirectory.java
##
@@ -339,9 +344,92 @@ public void
mayankshriv commented on a change in pull request #5734:
URL: https://github.com/apache/incubator-pinot/pull/5734#discussion_r459474270
##
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##
@@ -450,18 +448,22 @@ public
mayankshriv commented on a change in pull request #5741:
URL: https://github.com/apache/incubator-pinot/pull/5741#discussion_r459467397
##
File path:
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark/src/main/java/org/apache/pinot/plugin/ingestion/batch/spark/SparkSegmen
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch pinot_spark_serialization_issue
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 4b6eb03 Move lambda expression to inner function in pinot-spark
add aaf69d8
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch pinot_spark_serialization_issue
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 514896e Update SparkSegmentGenerationJobRunner.java
omit 8f63792 Move lambda
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch
enable_table_cache_and_check_on_alias_table_column_name
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 7310a1c Adding column name rewrite for the identifiers i
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch pinot_spark_serialization_issue
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 8f63792 Move lambda expression to inner function in pinot-spark
add 514896e
fx19880617 opened a new pull request #5741:
URL: https://github.com/apache/incubator-pinot/pull/5741
## Description
We observed user reporting issue that Spark cannot serialize lambda
expressions. So need to explicitly use inner function for this.
--
kishoreg commented on pull request #5686:
URL: https://github.com/apache/incubator-pinot/pull/5686#issuecomment-66296
Lets create another issue to move common functionality across multiple
combine operator to a basecombineoperator.
-
kishoreg commented on pull request #4901:
URL: https://github.com/apache/incubator-pinot/pull/4901#issuecomment-662899251
@siddharthteotia closing this since we have moved over to pinotquery
This is an automated message from
kishoreg closed pull request #4901:
URL: https://github.com/apache/incubator-pinot/pull/4901
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
rush00121 commented on a change in pull request #5726:
URL: https://github.com/apache/incubator-pinot/pull/5726#discussion_r459270656
##
File path:
pinot-spi/src/test/java/org/apache/pinot/spi/crypt/NoOpPinotCryptTest.java
##
@@ -0,0 +1,62 @@
+/**
+ * Licensed to the Apache So
This is an automated email from the ASF dual-hosted git repository.
kishoreg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 2e16aa4 updated cluster manage UI an
kishoreg merged pull request #5732:
URL: https://github.com/apache/incubator-pinot/pull/5732
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
99 matches
Mail list logo