This is an automated email from the ASF dual-hosted git repository.
siddteotia 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 56ef680 Fix an issue with datetime
siddharthteotia merged pull request #6731:
URL: https://github.com/apache/incubator-pinot/pull/6731
--
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.
For queries about this
sajjad-moradi commented on a change in pull request #6731:
URL: https://github.com/apache/incubator-pinot/pull/6731#discussion_r605379645
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/recommender/io/InputManager.java
##
@@ -181,15 +182,19 @@ private
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch upgrade_jdk_11
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 2da40d8 move http requests in ControlerTest to use apache http client
lib
add b39e075 move
siddharthteotia commented on a change in pull request #6731:
URL: https://github.com/apache/incubator-pinot/pull/6731#discussion_r605341158
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/recommender/io/InputManager.java
##
@@ -181,15 +182,19 @@ privat
sajjad-moradi commented on a change in pull request #6731:
URL: https://github.com/apache/incubator-pinot/pull/6731#discussion_r605339518
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/recommender/io/InputManager.java
##
@@ -181,15 +182,19 @@ private
This is an automated email from the ASF dual-hosted git repository.
siddteotia 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 20c17f6 Throw exception and give e
siddharthteotia merged pull request #6735:
URL: https://github.com/apache/incubator-pinot/pull/6735
--
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.
For queries about this
amrishlal commented on a change in pull request #6710:
URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r605325603
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/common/datatable/DataTableImplV3.java
##
@@ -0,0 +1,399 @@
+/**
+ * Licensed to th
amrishlal commented on a change in pull request #6710:
URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r605325492
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/common/datatable/DataTableImplV2.java
##
@@ -50,51 +46,19 @@
// VARIABLE_SIZE_D
amrishlal commented on a change in pull request #6710:
URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r605325369
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/common/datatable/BaseDataTable.java
##
@@ -0,0 +1,284 @@
+/**
+ * Licensed to the
amrishlal commented on a change in pull request #6710:
URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r605325237
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/DataTable.java
##
@@ -80,4 +85,85 @@
double[] getDoubleArray(int rowI
amrishlal commented on a change in pull request #6710:
URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r605324977
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/DataTable.java
##
@@ -80,4 +85,85 @@
double[] getDoubleArray(int rowI
Jackie-Jiang commented on issue #5829:
URL:
https://github.com/apache/incubator-pinot/issues/5829#issuecomment-811534840
UI result (lose precision):
 {
p
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605137900
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/selection/SelectionOperatorUtils.java
##
@@ -490,82 +491,13 @@ public sta
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605137651
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java
##
@@ -127,62 +126,41 @@ public static Expr
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605136714
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java
##
@@ -127,62 +126,41 @@ public static Expr
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605135579
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java
##
@@ -127,62 +126,41 @@ public static Expr
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605133627
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java
##
@@ -127,62 +126,41 @@ public static Expr
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605132173
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##
@@ -634,7 +754,7 @@ public PinotDataType getSin
mqliang commented on pull request #6735:
URL: https://github.com/apache/incubator-pinot/pull/6735#issuecomment-811313963
cc @fx19880617
--
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 speci
mqliang opened a new pull request #6735:
URL: https://github.com/apache/incubator-pinot/pull/6735
## Description
Throw exception and give error message when creating schema with spaces in
column name
## Upgrade Notes
Does this PR prevent a zero down-time upgrade? (Assum
dongxiaoman opened a new pull request #6734:
URL: https://github.com/apache/incubator-pinot/pull/6734
## Description
Currently the timer metric in Pinot is missing values (all zero). It is
because we forgot to update the value.
This PR fixes the bug.
## Upgrade Notes
Does this P
dongxiaoman closed pull request #6733:
URL: https://github.com/apache/incubator-pinot/pull/6733
--
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.
For queries about this ser
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605099417
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##
@@ -439,27 +440,55 @@ public String toString(Ob
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605099417
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##
@@ -439,27 +440,55 @@ public String toString(Ob
dongxiaoman opened a new pull request #6733:
URL: https://github.com/apache/incubator-pinot/pull/6733
## Description
Currently the timer metric in Pinot is missing values (all zero). It is
because we forgot to update the value.
This PR fixes the bug.
## Upgrade Notes
Does this P
Jackie-Jiang commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r605096611
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/DataSchema.java
##
@@ -241,11 +244,179 @@ public boolean isCompatible
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/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new e8ef1de Explicitly enable lead controlle
jackjlli merged pull request #6725:
URL: https://github.com/apache/incubator-pinot/pull/6725
--
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.
For queries about this servic
jackjlli closed issue #6730:
URL: https://github.com/apache/incubator-pinot/issues/6730
--
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.
For queries about this service, pl
chenboat merged pull request #6653:
URL: https://github.com/apache/incubator-pinot/pull/6653
--
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.
For queries about this servic
This is an automated email from the ASF dual-hosted git repository.
tingchen 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 6c6d08e add uploadLLCSegment endpoin
siddharthteotia edited a comment on pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#issuecomment-810954992
High level question - can we consider merging these different specifications
of data types. The DataType captured in the schema has both SV and MV for
pri
siddharthteotia commented on pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#issuecomment-810954992
High level question - can we consider merging these different specifications
of data types. The DataType captured in the schema has both SV and MV for
primitives
siddharthteotia commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r604762376
##
File path: pinot-spi/src/main/java/org/apache/pinot/spi/data/FieldSpec.java
##
@@ -398,6 +390,58 @@ public boolean isFixedWidth() {
siddharthteotia commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r604762020
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##
@@ -634,7 +754,7 @@ public PinotDataType get
siddharthteotia commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r604761829
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##
@@ -439,27 +440,55 @@ public String toString
siddharthteotia commented on a change in pull request #6728:
URL: https://github.com/apache/incubator-pinot/pull/6728#discussion_r604761571
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/DataSchema.java
##
@@ -241,11 +244,179 @@ public boolean isCompati
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch upgrade_jdk_11
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 18e8403 move http requests in ControlerTest to use apache http client
lib
add c03bef5 move
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch upgrade_jdk_11
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard dad26bd move http requests in ControlerTest to use apache http client
lib
add 18e8403 move
68 matches
Mail list logo