[incubator-pinot] branch support_aggregation_function_name_with_underscore updated (6c5ca9d -> c1f5ec7)

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_aggregation_function_name_with_underscore in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 6c5ca9d update codecov version to v1.0.5 add c1f5ec7 upd

[GitHub] [incubator-pinot] vincentchenjl opened a new pull request #5799: [TE] Fix issue of not loading RCA template when metricid is not specified

2020-08-03 Thread GitBox
vincentchenjl opened a new pull request #5799: URL: https://github.com/apache/incubator-pinot/pull/5799 This PR is to fix the issue that RCA template is not loaded when there is only anomalyId is specified in the RCA URL. The fix is to pull metric templates after metric IDs are fetched bas

[GitHub] [incubator-pinot] mayankshriv opened a new pull request #5798: Improve performance of DistinctCountThetaSketch by eliminating empty …

2020-08-03 Thread GitBox
mayankshriv opened a new pull request #5798: URL: https://github.com/apache/incubator-pinot/pull/5798 …sketches and unions. * In a case with large number of predicates in the post-aggregation-expression (with OR's), we tend to end up with a lot of empty sketches (and unions) whe

[incubator-pinot] branch master updated: New endpoint to get routing table for sql query (#5791)

2020-08-03 Thread kishoreg
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 d1b4586 New endpoint to get routing

[GitHub] [incubator-pinot] kishoreg merged pull request #5791: New endpoint to get routing table for sql query

2020-08-03 Thread GitBox
kishoreg merged pull request #5791: URL: https://github.com/apache/incubator-pinot/pull/5791 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

[GitHub] [incubator-pinot] pradeepgv42 commented on issue #5616: Exception using S3 as deep storage

2020-08-03 Thread GitBox
pradeepgv42 commented on issue #5616: URL: https://github.com/apache/incubator-pinot/issues/5616#issuecomment-668310406 this was fixed in https://github.com/apache/incubator-pinot/pull/5670 This is an automated message from

[GitHub] [incubator-pinot] pradeepgv42 closed issue #5616: Exception using S3 as deep storage

2020-08-03 Thread GitBox
pradeepgv42 closed issue #5616: URL: https://github.com/apache/incubator-pinot/issues/5616 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

[incubator-pinot] branch support_aggregation_function_name_with_underscore updated (51a27b7 -> 6c5ca9d)

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_aggregation_function_name_with_underscore in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 51a27b7 Support aggregation function name with underscore insi

[GitHub] [incubator-pinot] mayankshriv merged pull request #5789: Bug fix: PinotSegmentToAvroConverter does not handle BYTES data type.

2020-08-03 Thread GitBox
mayankshriv merged pull request #5789: URL: https://github.com/apache/incubator-pinot/pull/5789 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[incubator-pinot] branch master updated: Bug fix: PinotSegmentToAvroConverter does not handle BYTES data type. (#5789)

2020-08-03 Thread mayanks
This is an automated email from the ASF dual-hosted git repository. mayanks 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 81504cd Bug fix: PinotSegmentToAvroCo

[GitHub] [incubator-pinot] pradeepgv42 opened a new issue #5797: Exception while using NOT on regexp_like function

2020-08-03 Thread GitBox
pradeepgv42 opened a new issue #5797: URL: https://github.com/apache/incubator-pinot/issues/5797 select * from table where timestamp > X and not regexp_like(column, '') throws following exception `pinot error: {'errorCode': 150, 'message': 'PQLParsingError:\n' 'java.lan

[GitHub] [incubator-pinot] suvodeep-pyne commented on pull request #5792: [TE] Refactor Dashboard Server resources and dependencies

2020-08-03 Thread GitBox
suvodeep-pyne commented on pull request #5792: URL: https://github.com/apache/incubator-pinot/pull/5792#issuecomment-668283528 Thanks a lot @jihaozh! Yes! I'm planning to do that too! This is an automated message from the Ap

[incubator-pinot] branch support_aggregation_function_name_with_underscore updated (c04e537 -> 51a27b7)

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_aggregation_function_name_with_underscore in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard c04e537 Support aggregation function name with underscore insi

[GitHub] [incubator-pinot] jasperjiaguo opened a new pull request #5796: moved optimizers and parser factory to pinot-core

2020-08-03 Thread GitBox
jasperjiaguo opened a new pull request #5796: URL: https://github.com/apache/incubator-pinot/pull/5796 ## Description Moved dependencies for config recommender to pinot core This is an automated message from the Ap

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5795: Support aggregation function name with underscore inside

2020-08-03 Thread GitBox
fx19880617 commented on a change in pull request #5795: URL: https://github.com/apache/incubator-pinot/pull/5795#discussion_r464699619 ## File path: pinot-common/src/main/java/org/apache/pinot/common/function/AggregationFunctionType.java ## @@ -79,7 +79,7 @@ public boolean isO

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #5786: Add PartitionedDistinctCount aggregation function

2020-08-03 Thread GitBox
Jackie-Jiang merged pull request #5786: URL: https://github.com/apache/incubator-pinot/pull/5786 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

[incubator-pinot] branch master updated: Add SegmentPartitionedDistinctCount aggregation function (#5786)

2020-08-03 Thread jackie
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 657e245 Add SegmentPartitionedDistinct

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5795: Support aggregation function name with underscore inside

2020-08-03 Thread GitBox
Jackie-Jiang commented on a change in pull request #5795: URL: https://github.com/apache/incubator-pinot/pull/5795#discussion_r464692098 ## File path: pinot-common/src/main/java/org/apache/pinot/common/function/AggregationFunctionType.java ## @@ -79,7 +79,7 @@ public boolean i

[incubator-pinot] branch master updated (47623c0 -> c2c623a)

2020-08-03 Thread jackie
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/incubator-pinot.git. from 47623c0 [TE] Error handling refactor of EntityManagerResource (#5788) add c2c623a Refactor TableCache

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #5780: TableCache Enhancement

2020-08-03 Thread GitBox
Jackie-Jiang merged pull request #5780: URL: https://github.com/apache/incubator-pinot/pull/5780 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

[GitHub] [incubator-pinot] npawar removed a comment on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-08-03 Thread GitBox
npawar removed a comment on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-665126719 This will be covered as part of tiered storage: https://github.com/apache/incubator-pinot/issues/5553 ---

[incubator-pinot] branch support_aggregation_function_name_with_underscore updated (49e18e4 -> c04e537)

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_aggregation_function_name_with_underscore in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 49e18e4 Support aggregation function name with underscore insi

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5786: Add PartitionedDistinctCount aggregation function

2020-08-03 Thread GitBox
Jackie-Jiang commented on a change in pull request #5786: URL: https://github.com/apache/incubator-pinot/pull/5786#discussion_r464646026 ## File path: pinot-common/src/main/java/org/apache/pinot/common/function/AggregationFunctionType.java ## @@ -28,6 +28,7 @@ MINMAXRANGE("

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5786: Add PartitionedDistinctCount aggregation function

2020-08-03 Thread GitBox
Jackie-Jiang commented on a change in pull request #5786: URL: https://github.com/apache/incubator-pinot/pull/5786#discussion_r464645873 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/PartitionedDistinctCountAggregationFunction.java ##

[incubator-pinot] branch anomalies-pagination updated (ee879b1 -> 9586523)

2020-08-03 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from ee879b1 - new anomalies endpoint and unit tests add 9586523 address comments No new rev

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #5795: Support aggregation function name with underscore inside

2020-08-03 Thread GitBox
fx19880617 opened a new pull request #5795: URL: https://github.com/apache/incubator-pinot/pull/5795 ## Description Support aggregation function name with underscore inside This is an automated message from the Apache

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5786: Add PartitionedDistinctCount aggregation function

2020-08-03 Thread GitBox
Jackie-Jiang commented on a change in pull request #5786: URL: https://github.com/apache/incubator-pinot/pull/5786#discussion_r464642766 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/AggregationFunctionFactory.java ## @@ -123,6 +123,8

[incubator-pinot] branch support_aggregation_function_name_with_underscore created (now 49e18e4)

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_aggregation_function_name_with_underscore in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 49e18e4 Support aggregation function name with underscore insi

[incubator-pinot] 01/01: Support aggregation function name with underscore inside

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch support_aggregation_function_name_with_underscore in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 49e18e4338819147993697266a8687174506dcc8 Author: Xiang Fu AuthorDa

[GitHub] [incubator-pinot] mangrrua removed a comment on pull request #5791: New endpoint to get routing table for sql query

2020-08-03 Thread GitBox
mangrrua removed a comment on pull request #5791: URL: https://github.com/apache/incubator-pinot/pull/5791#issuecomment-668195859 > Can you please add an integration test case so that we dont break this across releases? Yes i can, but i could not found any integration tests about `ro

[GitHub] [incubator-pinot] akshayrai opened a new pull request #5794: [TE] make rca insights in email resilient to issues in rca response

2020-08-03 Thread GitBox
akshayrai opened a new pull request #5794: URL: https://github.com/apache/incubator-pinot/pull/5794 * Added a version 2 of cube api that returns a map rather than a string. `/summary/autoDimensionOrder/v2` * Added a safeguard in the notification pipeline that doesn't fail the anomaly no

[GitHub] [incubator-pinot] npawar opened a new pull request #5793: Tiered storage

2020-08-03 Thread GitBox
npawar opened a new pull request #5793: URL: https://github.com/apache/incubator-pinot/pull/5793 ## Description Issue: https://github.com/apache/incubator-pinot/issues/5553 Tiered storage support in Pinot - Phase 1. This phase supports default tag based instance assignments only, wh

[GitHub] [incubator-pinot] mangrrua commented on pull request #5791: New endpoint to get routing table for sql query

2020-08-03 Thread GitBox
mangrrua commented on pull request #5791: URL: https://github.com/apache/incubator-pinot/pull/5791#issuecomment-668195859 > Can you please add an integration test case so that we dont break this across releases? Yes i can, but i could not found any integration tests about `routing ta

[incubator-pinot] branch master updated (0e95a67 -> 47623c0)

2020-08-03 Thread akshayrai09
This is an automated email from the ASF dual-hosted git repository. akshayrai09 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 0e95a67 Do not apply shade plugin on parent modules (#5761) add 47623c0 [TE] Error handling refa

[GitHub] [incubator-pinot] akshayrai merged pull request #5788: [TE] Error handling refactor of EntityManagerResource

2020-08-03 Thread GitBox
akshayrai merged pull request #5788: URL: https://github.com/apache/incubator-pinot/pull/5788 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

[GitHub] [incubator-pinot] suvodeep-pyne opened a new pull request #5792: [TE] Refactor Dashboard Server resources and dependencies

2020-08-03 Thread GitBox
suvodeep-pyne opened a new pull request #5792: URL: https://github.com/apache/incubator-pinot/pull/5792 ##Description This refactor further extends the use of Guice beyond the datalayer by wrapping all resource classes and dependencies with Guice. Changes: - replaces the top

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464543147 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotServerDataFetcher.scala ## @

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464543147 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotServerDataFetcher.scala ## @

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464544165 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotServerDataFetcher.scala ## @

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464522910 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotClusterClient.scala ## @@ -0

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464543147 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotServerDataFetcher.scala ## @

[GitHub] [incubator-pinot] mangrrua opened a new pull request #5791: New endpoint to get routing table for sql query

2020-08-03 Thread GitBox
mangrrua opened a new pull request #5791: URL: https://github.com/apache/incubator-pinot/pull/5791 `PinotBrokerDebug` API contains endpoint that get routing table for PQL query. This new endpoint gets routing table for SQL query. What is the required for? - Pinot is moving f

[GitHub] [incubator-pinot] pradeepgv42 commented on pull request #5758: Pradeep/sr ssl fix

2020-08-03 Thread GitBox
pradeepgv42 commented on pull request #5758: URL: https://github.com/apache/incubator-pinot/pull/5758#issuecomment-668125822 @elonazoulay could you review this when you get a chance? This is an automated message from the Apa

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464526782 ## File path: pinot-connectors/pinot-spark-connector/documentation/read_model.md ## @@ -0,0 +1,145 @@ + +# Read Model + +Connector can scan offli

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464524102 ## File path: pinot-connectors/pinot-spark-connector/documentation/read_model.md ## @@ -0,0 +1,145 @@ + +# Read Model + +Connector can scan offli

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464522910 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotClusterClient.scala ## @@ -0

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464513043 ## File path: pinot-connectors/pinot-spark-connector/src/test/resources/schema/pinot-schema.json ## @@ -0,0 +1,57 @@ +{ Review comment:

[GitHub] [incubator-pinot] mcvsubbu commented on issue #4001: Create test suite across pinot releases and services

2020-08-03 Thread GitBox
mcvsubbu commented on issue #4001: URL: https://github.com/apache/incubator-pinot/issues/4001#issuecomment-668102031 Looks like this is a duplicate of #4854 so we can track discussions there. Closing this one This is an aut

[GitHub] [incubator-pinot] mcvsubbu closed issue #4001: Create test suite across pinot releases and services

2020-08-03 Thread GitBox
mcvsubbu closed issue #4001: URL: https://github.com/apache/incubator-pinot/issues/4001 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

[GitHub] [incubator-pinot] mcvsubbu edited a comment on issue #4854: Compatibility regression testing tool

2020-08-03 Thread GitBox
mcvsubbu edited a comment on issue #4854: URL: https://github.com/apache/incubator-pinot/issues/4854#issuecomment-668098131 Related Issue #5490 #4001 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-pinot] mcvsubbu commented on issue #5490: Framework to certify Pinot release (functional + performance)

2020-08-03 Thread GitBox
mcvsubbu commented on issue #5490: URL: https://github.com/apache/incubator-pinot/issues/5490#issuecomment-668101022 Here is the design doc for compatibility testing https://docs.google.com/document/d/1yNlvnLKDNUuyRWOKYYF01FWW9weYMGoaLRtU-CueciM/edit?ts=5e38bdd0#heading=h.ngrw7r8gso5w

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464504242 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/datasource/PinotDataSourceReader.scala ## @

[GitHub] [incubator-pinot] mcvsubbu commented on issue #4854: Compatibility regression testing tool

2020-08-03 Thread GitBox
mcvsubbu commented on issue #4854: URL: https://github.com/apache/incubator-pinot/issues/4854#issuecomment-668098131 Related Issue #5490 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mayankshriv commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464474155 ## File path: pinot-connectors/pinot-spark-connector/src/test/resources/schema/pinot-schema.json ## @@ -0,0 +1,57 @@ +{ Review comment:

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464326792 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotServerDataFetcher.scala ## @

[GitHub] [incubator-pinot] mangrrua edited a comment on pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua edited a comment on pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#issuecomment-667951838 > This is great work! Looking forward to streaming API for read and writeAPI :) > > One question maybe related to this, shall we create a PinotRDD?

[GitHub] [incubator-pinot] mangrrua commented on pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#issuecomment-667951838 > This is great work! Looking forward to streaming API for read and writeAPI :) > > One question maybe related to this, shall we create a PinotRDD? Thank y

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464326792 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotServerDataFetcher.scala ## @

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464324725 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/query/SQLSelectionQueryGenerator.scala ##

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464317075 ## File path: pinot-connectors/pinot-spark-connector/src/main/scala/org/apache/pinot/connector/spark/connector/PinotSplitter.scala ## @@ -0,0 +1

[GitHub] [incubator-pinot] mangrrua commented on a change in pull request #5787: [Feature] - Spark Pinot Connector

2020-08-03 Thread GitBox
mangrrua commented on a change in pull request #5787: URL: https://github.com/apache/incubator-pinot/pull/5787#discussion_r464311850 ## File path: config/.scalafmt.conf ## @@ -0,0 +1,17 @@ +version = "2.4.0" Review comment: Defined rules to format scala code ---

[GitHub] [incubator-pinot] fx19880617 merged pull request #5761: Do not apply shade plugin on parent modules

2020-08-03 Thread GitBox
fx19880617 merged pull request #5761: URL: https://github.com/apache/incubator-pinot/pull/5761 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

[incubator-pinot] branch master updated: Do not apply shade plugin on parent modules (#5761)

2020-08-03 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu 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 0e95a67 Do not apply shade plugin on