[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #4639: Support HTTP POST/PUT JSON schema

2019-09-24 Thread GitBox
fx19880617 commented on a change in pull request #4639: Support HTTP POST/PUT JSON schema URL: https://github.com/apache/incubator-pinot/pull/4639#discussion_r327940311 ## File path: pinot-controller/src/test/java/org/apache/pinot/controller/api/PinotSchemaRestletResourceTest.java

[incubator-pinot] branch fixing_post_requests updated (46f8da5 -> a496f5d)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch fixing_post_requests in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 46f8da5 Support HTTP POST JSON schema add a496f5d address comments No new revisions

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #4639: Support HTTP POST/PUT JSON schema

2019-09-24 Thread GitBox
fx19880617 commented on a change in pull request #4639: Support HTTP POST/PUT JSON schema URL: https://github.com/apache/incubator-pinot/pull/4639#discussion_r327940292 ## File path: pinot-controller/src/test/java/org/apache/pinot/controller/api/PinotSchemaRestletResourceTest.java

[incubator-pinot] 01/01: Remove sun.misc.Cleaner import

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch fixing_misc_cleaner in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 541b4b85dc7cf874d46108beb741230d429bf1aa Author: Xiang Fu AuthorDate: Tue Sep 24 22:35:07 2019

[incubator-pinot] branch fixing_misc_cleaner created (now 541b4b8)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch fixing_misc_cleaner in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 541b4b8 Remove sun.misc.Cleaner import This branch includes the following new commits:

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #4643: Remove sun.misc.Cleaner import

2019-09-24 Thread GitBox
fx19880617 opened a new pull request #4643: Remove sun.misc.Cleaner import URL: https://github.com/apache/incubator-pinot/pull/4643 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-pinot] codecov-io commented on issue #4633: Add metrics for the number of partitions for which controller becomes leader

2019-09-24 Thread GitBox
codecov-io commented on issue #4633: Add metrics for the number of partitions for which controller becomes leader URL: https://github.com/apache/incubator-pinot/pull/4633#issuecomment-534858392 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4633?src=pr=h1) Report >

[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #4639: Support HTTP POST/PUT JSON schema

2019-09-24 Thread GitBox
kishoreg commented on a change in pull request #4639: Support HTTP POST/PUT JSON schema URL: https://github.com/apache/incubator-pinot/pull/4639#discussion_r327936058 ## File path: pinot-controller/src/test/java/org/apache/pinot/controller/api/PinotSchemaRestletResourceTest.java

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4608: Unit tests and bug fixes for DeleteTable rest API for controller.

2019-09-24 Thread GitBox
codecov-io edited a comment on issue #4608: Unit tests and bug fixes for DeleteTable rest API for controller. URL: https://github.com/apache/incubator-pinot/pull/4608#issuecomment-532548562 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4608?src=pr=h1) Report > Merging

[incubator-pinot] branch add-metric-on-num-partitions updated (4845447 -> 2120ca6)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-metric-on-num-partitions in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 4845447 Add metrics to track the number of partitions for which controller becomes

[GitHub] [incubator-pinot] chenboat commented on issue #4608: Unit tests and bug fixes for DeleteTable rest API for controller.

2019-09-24 Thread GitBox
chenboat commented on issue #4608: Unit tests and bug fixes for DeleteTable rest API for controller. URL: https://github.com/apache/incubator-pinot/pull/4608#issuecomment-534849247 > The reason why we do not check if table exists is because when the previous table delete failed in the

[GitHub] [incubator-pinot] codecov-io commented on issue #4642: Adding section describing defaultNullValue in Schema page.

2019-09-24 Thread GitBox
codecov-io commented on issue #4642: Adding section describing defaultNullValue in Schema page. URL: https://github.com/apache/incubator-pinot/pull/4642#issuecomment-534817072 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4642?src=pr=h1) Report > Merging

[incubator-pinot] branch master updated (c563b82 -> bd1af57)

2019-09-24 Thread mayanks
This is an automated email from the ASF dual-hosted git repository. mayanks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from c563b82 Add license header for star-tree document (#4641) add bd1af57 Adding section describing

[GitHub] [incubator-pinot] mayankshriv merged pull request #4642: Adding section describing defaultNullValue in Schema page.

2019-09-24 Thread GitBox
mayankshriv merged pull request #4642: Adding section describing defaultNullValue in Schema page. URL: https://github.com/apache/incubator-pinot/pull/4642 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-pinot] mayankshriv opened a new pull request #4642: Adding section describing defaultNullValue in Schema page.

2019-09-24 Thread GitBox
mayankshriv opened a new pull request #4642: Adding section describing defaultNullValue in Schema page. URL: https://github.com/apache/incubator-pinot/pull/4642 Added a section describing `defaultNullValue` in the schema page.

[incubator-pinot] branch enhance_dictionary updated (4deea40 -> 3b9551e)

2019-09-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch enhance_dictionary in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 4deea40 Standardize the Dictionary interface, ensure the BYTES support add f30d83b

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4633: Add metrics for the number of partitions for which controller becomes leader

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4633: Add metrics for the number of partitions for which controller becomes leader URL: https://github.com/apache/incubator-pinot/pull/4633#discussion_r327891909 ## File path:

[incubator-pinot] branch master updated (07c74b1 -> c563b82)

2019-09-24 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 07c74b1 User doc for Star-Tree index (#4640) add c563b82 Add license header for star-tree document

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #4641: Add license header for star-tree document

2019-09-24 Thread GitBox
Jackie-Jiang merged pull request #4641: Add license header for star-tree document URL: https://github.com/apache/incubator-pinot/pull/4641 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-pinot] snleee opened a new pull request #4641: Add license header for star-tree document

2019-09-24 Thread GitBox
snleee opened a new pull request #4641: Add license header for star-tree document URL: https://github.com/apache/incubator-pinot/pull/4641 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
codecov-io edited a comment on issue #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#issuecomment-534776196 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4637?src=pr=h1) Report > Merging

[incubator-pinot] branch master updated (f30d83b -> 07c74b1)

2019-09-24 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from f30d83b Adding documentation for Pinot Schema. (#4637) add 07c74b1 User doc for Star-Tree index

[GitHub] [incubator-pinot] snleee merged pull request #4640: User doc for Star-Tree index

2019-09-24 Thread GitBox
snleee merged pull request #4640: User doc for Star-Tree index URL: https://github.com/apache/incubator-pinot/pull/4640 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-pinot] branch star_tree_doc deleted (was 3e274ab)

2019-09-24 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch star_tree_doc in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 3e274ab User doc for Star-Tree index The revisions that were on this branch are still contained in

[incubator-pinot] branch star_tree_doc created (now 3e274ab)

2019-09-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch star_tree_doc in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 3e274ab User doc for Star-Tree index No new revisions were added by this update.

[GitHub] [incubator-pinot] snleee merged pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
snleee merged pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-pinot] branch master updated (ffa66bf -> f30d83b)

2019-09-24 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from ffa66bf Refactor ControllerLeaderLocator (#4553) add f30d83b Adding documentation for Pinot Schema.

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327880473 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #4634: Remove import of sun.misc.Cleaner to make code compatible with jdk11

2019-09-24 Thread GitBox
Jackie-Jiang commented on issue #4634: Remove import of sun.misc.Cleaner to make code compatible with jdk11 URL: https://github.com/apache/incubator-pinot/pull/4634#issuecomment-534787349 @fx19880617 I think you forgot to remove the import lol...

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation URL: https://github.com/apache/incubator-pinot/pull/4635#discussion_r327875089 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation URL: https://github.com/apache/incubator-pinot/pull/4635#discussion_r327875676 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation URL: https://github.com/apache/incubator-pinot/pull/4635#discussion_r327875150 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation URL: https://github.com/apache/incubator-pinot/pull/4635#discussion_r327875219 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4635: Support ORC files as data source in segment creation URL: https://github.com/apache/incubator-pinot/pull/4635#discussion_r327875359 ## File path:

[incubator-pinot] branch enhance_dictionary updated (b22fa2b -> 4deea40)

2019-09-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch enhance_dictionary in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard b22fa2b Standardize the Dictionary interface, ensure the BYTES support add 49a65a3

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327873439 ## File path:

[incubator-pinot] branch master updated (e447117 -> ffa66bf)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from e447117 Remove import of sun.misc.Cleaner to make code compatible with jdk11 (#4634) add ffa66bf

[GitHub] [incubator-pinot] jackjlli merged pull request #4553: Refactor ControllerLeaderLocator

2019-09-24 Thread GitBox
jackjlli merged pull request #4553: Refactor ControllerLeaderLocator URL: https://github.com/apache/incubator-pinot/pull/4553 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327871178 ## File path:

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327853370 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327867943 ## File path:

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327867483 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mcvsubbu commented on issue #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on issue #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#issuecomment-534778756 > > Please add sentence or two regarding: > > Time column is optional in REFRESH use cases, but mandatory in APPEND use cases. You

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327866999 ## File path:

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327846368 ## File path:

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327859948 ## File path:

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support

2019-09-24 Thread GitBox
jackjlli commented on a change in pull request #4622: Standardize the Dictionary interface, ensure the BYTES support URL: https://github.com/apache/incubator-pinot/pull/4622#discussion_r327853370 ## File path:

[GitHub] [incubator-pinot] codecov-io commented on issue #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
codecov-io commented on issue #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#issuecomment-534776196 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4637?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #4639: Support HTTP POST JSON schema

2019-09-24 Thread GitBox
fx19880617 opened a new pull request #4639: Support HTTP POST JSON schema URL: https://github.com/apache/incubator-pinot/pull/4639 Resolution to: https://github.com/apache/incubator-pinot/issues/4603 This is an automated

[incubator-pinot] branch fixing_post_requests updated (e521755 -> 46f8da5)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch fixing_post_requests in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard e521755 Support HTTP POST JSON schema new 46f8da5 Support HTTP POST JSON schema This

[incubator-pinot] 01/01: Support HTTP POST JSON schema

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch fixing_post_requests in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 46f8da502420d2663fa9a861517d25770f07a752 Author: Xiang Fu AuthorDate: Tue Sep 24 15:09:51 2019

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4553: Refactor ControllerLeaderLocator

2019-09-24 Thread GitBox
codecov-io edited a comment on issue #4553: Refactor ControllerLeaderLocator URL: https://github.com/apache/incubator-pinot/pull/4553#issuecomment-524232323 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4553?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #4567: Add integration test for ControllerLeaderLocator

2019-09-24 Thread GitBox
codecov-io edited a comment on issue #4567: Add integration test for ControllerLeaderLocator URL: https://github.com/apache/incubator-pinot/pull/4567#issuecomment-525540838 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4567?src=pr=h1) Report > Merging

[incubator-pinot] 01/01: Support HTTP POST JSON schema

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch fixing_post_requests in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit e521755d0be3db309e5cd29e49d760113dabb381 Author: Xiang Fu AuthorDate: Tue Sep 24 15:09:51 2019

[incubator-pinot] branch fixing_post_requests created (now e521755)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch fixing_post_requests in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at e521755 Support HTTP POST JSON schema This branch includes the following new commits:

[GitHub] [incubator-pinot] harleyjj opened a new pull request #4638: [TE] frontend - harleyjj/alert-details - add comparison to preview

2019-09-24 Thread GitBox
harleyjj opened a new pull request #4638: [TE] frontend - harleyjj/alert-details - add comparison to preview URL: https://github.com/apache/incubator-pinot/pull/4638 1) Adds comparison for anomalies between 2 different detection configuration settings in Preview. In Edit Alert, the

[GitHub] [incubator-pinot] mayankshriv commented on issue #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on issue #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#issuecomment-534763347 > Please add sentence or two regarding: > > Time column is optional in REFRESH use cases, but mandatory in APPEND use cases.

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327847285 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[incubator-pinot] branch remove_misc_cleaner_ref deleted (was 3442f1d)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch remove_misc_cleaner_ref in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 3442f1d Update PinotByteBuffer.java The revisions that were on this branch are still

[GitHub] [incubator-pinot] fx19880617 merged pull request #4634: Remove import of sun.misc.Cleaner to make code compatible with jdk11

2019-09-24 Thread GitBox
fx19880617 merged pull request #4634: Remove import of sun.misc.Cleaner to make code compatible with jdk11 URL: https://github.com/apache/incubator-pinot/pull/4634 This is an automated message from the Apache Git Service.

[incubator-pinot] branch master updated (49a65a3 -> e447117)

2019-09-24 Thread xiangfu
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 49a65a3 Support default value for Byte column (#4583) add e447117 Remove import of sun.misc.Cleaner

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327847285 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327847285 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327847285 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327829412 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327845577 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327845134 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327844575 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[incubator-pinot] branch master updated (283a495 -> 49a65a3)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 283a495 Revert "Set processingException when all queried segments cannot be acquired (#3942)" (#4632)

[GitHub] [incubator-pinot] jackjlli merged pull request #4583: Support default value for Byte column

2019-09-24 Thread GitBox
jackjlli merged pull request #4583: Support default value for Byte column URL: https://github.com/apache/incubator-pinot/pull/4583 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-pinot] branch byte-default-value deleted (was 49daa5e)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch byte-default-value in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 49daa5e Address PR comments The revisions that were on this branch are still contained in other

[GitHub] [incubator-pinot] codecov-io commented on issue #4634: Remove import of sun.misc.Cleaner to make code compatible with jdk11

2019-09-24 Thread GitBox
codecov-io commented on issue #4634: Remove import of sun.misc.Cleaner to make code compatible with jdk11 URL: https://github.com/apache/incubator-pinot/pull/4634#issuecomment-534753301 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4634?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4636: Documentation for completionConfig

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4636: Documentation for completionConfig URL: https://github.com/apache/incubator-pinot/pull/4636#discussion_r327834216 ## File path: docs/tableconfig_schema.rst ## @@ -113,6 +113,25 @@ The ``segmentsConfig`` section has

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4636: Documentation for completionConfig

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4636: Documentation for completionConfig URL: https://github.com/apache/incubator-pinot/pull/4636#discussion_r327833343 ## File path: docs/tableconfig_schema.rst ## @@ -113,6 +113,25 @@ The ``segmentsConfig`` section has

[incubator-pinot] branch enhance_dictionary updated (05cf04f -> b22fa2b)

2019-09-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch enhance_dictionary in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 05cf04f Standardize the Dictionary interface, ensure the BYTES support add c87b110 [TE]

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327830133 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327828867 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327828427 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327829412 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mcvsubbu commented on issue #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mcvsubbu commented on issue #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#issuecomment-534742373 I think we should have a rule that all comments on a documentation PR should be constructive, preferably with text substitution. Good to

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327827745 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327827057 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
kishoreg commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327824836 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
kishoreg commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327826019 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
kishoreg commented on a change in pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637#discussion_r327825481 ## File path: docs/schema.rst ## @@ -0,0 +1,124 @@ +.. +.. Licensed to the Apache Software

[GitHub] [incubator-pinot] mayankshriv opened a new pull request #4637: Adding documentation for Pinot Schema.

2019-09-24 Thread GitBox
mayankshriv opened a new pull request #4637: Adding documentation for Pinot Schema. URL: https://github.com/apache/incubator-pinot/pull/4637 Added documentation for Pinot Schema. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar opened a new pull request #4636: Documentation for completionConfig

2019-09-24 Thread GitBox
npawar opened a new pull request #4636: Documentation for completionConfig URL: https://github.com/apache/incubator-pinot/pull/4636 Add documentation for what completionConfig means, when and how to use it. This is an

[incubator-pinot] branch remove_misc_cleaner_ref updated (ed0bfc0 -> 3442f1d)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch remove_misc_cleaner_ref in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from ed0bfc0 Remove import of sun.misc.Cleaner to make code compatible with jdk11 add

[incubator-pinot] branch support_orc_in_segment_gen updated (d2168c6 -> 695c62f)

2019-09-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch support_orc_in_segment_gen in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard d2168c6 Support ORC files as data source in segment creation add 695c62f

[incubator-pinot] branch preprocess created (now 6cb86b3)

2019-09-24 Thread jenniferdai
This is an automated email from the ASF dual-hosted git repository. jenniferdai pushed a change to branch preprocess in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 6cb86b3 Preprocess changes This branch includes the following new commits: new 6cb86b3

[incubator-pinot] 01/01: Preprocess changes

2019-09-24 Thread jenniferdai
This is an automated email from the ASF dual-hosted git repository. jenniferdai pushed a commit to branch preprocess in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 6cb86b3303ec686911878bfd7ce538a0fdb686e1 Author: Jennifer Dai AuthorDate: Mon Sep 23 13:33:54 2019

[incubator-pinot] branch revert deleted (was 353c7b1)

2019-09-24 Thread jenniferdai
This is an automated email from the ASF dual-hosted git repository. jenniferdai pushed a change to branch revert in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 353c7b1 Revert "Set processingException when all queried segments cannot be acquired (#3942)" The

[incubator-pinot] branch master updated (31594da -> 283a495)

2019-09-24 Thread jenniferdai
This is an automated email from the ASF dual-hosted git repository. jenniferdai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 31594da Replace Hashmap to Object2IntOpenHashMap in OnHeapStringDictionary (#4568) add 283a495

[GitHub] [incubator-pinot] jenniferdai merged pull request #4632: Revert "Set processingException when all queried segments cannot be a…

2019-09-24 Thread GitBox
jenniferdai merged pull request #4632: Revert "Set processingException when all queried segments cannot be a… URL: https://github.com/apache/incubator-pinot/pull/4632 This is an automated message from the Apache Git

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4608: Unit tests and bug fixes for DeleteTable rest API for controller.

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4608: Unit tests and bug fixes for DeleteTable rest API for controller. URL: https://github.com/apache/incubator-pinot/pull/4608#discussion_r327758540 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4608: Unit tests and bug fixes for DeleteTable rest API for controller.

2019-09-24 Thread GitBox
Jackie-Jiang commented on a change in pull request #4608: Unit tests and bug fixes for DeleteTable rest API for controller. URL: https://github.com/apache/incubator-pinot/pull/4608#discussion_r327758664 ## File path:

[incubator-pinot] branch byte-default-value updated (99e963d -> 49daa5e)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch byte-default-value in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. omit 99e963d Address PR comments omit 96af561 Add tests for Tdigest and HLL byte columns

[incubator-pinot] branch master updated (761ce2f -> 31594da)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 761ce2f Add APIs to get leader for all tables or a given table (#4545) add 31594da Replace Hashmap to

[GitHub] [incubator-pinot] jackjlli merged pull request #4568: Replace Hashmap to Object2IntOpenHashMap in OnHeapStringDictionary

2019-09-24 Thread GitBox
jackjlli merged pull request #4568: Replace Hashmap to Object2IntOpenHashMap in OnHeapStringDictionary URL: https://github.com/apache/incubator-pinot/pull/4568 This is an automated message from the Apache Git Service. To

[incubator-pinot] branch master updated (a0c84fe -> 761ce2f)

2019-09-24 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from a0c84fe Implement DISTINCT (#4535) add 761ce2f Add APIs to get leader for all tables or a given table

  1   2   >