[GitHub] [incubator-druid] clintropolis opened a new pull request #8723: fix indexer segment announcement when used with http inventory view

2019-10-23 Thread GitBox
clintropolis opened a new pull request #8723: fix indexer segment announcement when used with http inventory view URL: https://github.com/apache/incubator-druid/pull/8723 Fixes #8710. ### Description This PR modifies `CliIndexer` to announce itself as a `dataNodeService` i

[GitHub] [incubator-druid] asdf2014 merged pull request #8657: Cluster-wide configuration for query vectorization

2019-10-23 Thread GitBox
asdf2014 merged pull request #8657: Cluster-wide configuration for query vectorization URL: https://github.com/apache/incubator-druid/pull/8657 This is an automated message from the Apache Git Service. To respond to the mess

[incubator-druid] branch master updated (b453fda -> f5b9bf5)

2019-10-23 Thread asdf2014
This is an automated email from the ASF dual-hosted git repository. asdf2014 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from b453fda docs: clarify native batch ingestion w/ overlapping segments (#8720) add f5b9bf5 Cluster-w

[incubator-druid] branch master updated (f5b9bf5 -> 3abd0c4)

2019-10-23 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from f5b9bf5 Cluster-wide configuration for query vectorization (#8657) add 3abd0c4 Web console: start transi

[GitHub] [incubator-druid] fjy merged pull request #8722: Web console: start transition to React hooks and functional components

2019-10-23 Thread GitBox
fjy merged pull request #8722: Web console: start transition to React hooks and functional components URL: https://github.com/apache/incubator-druid/pull/8722 This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-druid] vogievetsky commented on issue #8703: Add docs for docker; fix compose with latest

2019-10-23 Thread GitBox
vogievetsky commented on issue #8703: Add docs for docker; fix compose with latest URL: https://github.com/apache/incubator-druid/pull/8703#issuecomment-545535774 I see the docker compose starts every service individually. Would it be better to not use docker compose and instead use a sing

[GitHub] [incubator-druid] stale[bot] commented on issue #6866: Reverse dependencies from /main/ to /test/

2019-10-23 Thread GitBox
stale[bot] commented on issue #6866: Reverse dependencies from /main/ to /test/ URL: https://github.com/apache/incubator-druid/issues/6866#issuecomment-545541237 This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. I

[GitHub] [incubator-druid] renevan10 opened a new pull request #8724: Web console: Button to pretty print Druid JSON query

2019-10-23 Thread GitBox
renevan10 opened a new pull request #8724: Web console: Button to pretty print Druid JSON query URL: https://github.com/apache/incubator-druid/pull/8724 This PR adds a button in the web console to allow a user to prettier-format their Druid query in JSON format, which is useful for viewing

[GitHub] [incubator-druid] lgtm-com[bot] commented on issue #8724: Web console: Button to pretty print Druid JSON query

2019-10-23 Thread GitBox
lgtm-com[bot] commented on issue #8724: Web console: Button to pretty print Druid JSON query URL: https://github.com/apache/incubator-druid/pull/8724#issuecomment-545549202 This pull request **introduces 1 alert** when merging f20951d57c9630179f874353d4b931eb659b5ed9 into 3abd0c4a3324f716

[GitHub] [incubator-druid] vogievetsky commented on a change in pull request #8724: Web console: Button to pretty print Druid JSON query

2019-10-23 Thread GitBox
vogievetsky commented on a change in pull request #8724: Web console: Button to pretty print Druid JSON query URL: https://github.com/apache/incubator-druid/pull/8724#discussion_r338198466 ## File path: web-console/src/views/query-view/query-view.tsx ## @@ -354,6 +354,11 @

[GitHub] [incubator-druid] vogievetsky opened a new pull request #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times

2019-10-23 Thread GitBox
vogievetsky opened a new pull request #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times URL: https://github.com/apache/incubator-druid/pull/8725 Fixes a small issue where it was easy and tempting to accidentally submit a spec multiple

[GitHub] [incubator-druid] fjy commented on issue #8672: Druid Doctor

2019-10-23 Thread GitBox
fjy commented on issue #8672: Druid Doctor URL: https://github.com/apache/incubator-druid/pull/8672#issuecomment-545596983 @vogievetsky can you resolve the merge conflicts? This is an automated message from the Apache Git Serv

[GitHub] [incubator-druid] lgtm-com[bot] commented on issue #8724: Web console: Button to pretty print Druid JSON query

2019-10-23 Thread GitBox
lgtm-com[bot] commented on issue #8724: Web console: Button to pretty print Druid JSON query URL: https://github.com/apache/incubator-druid/pull/8724#issuecomment-545600721 This pull request **introduces 1 alert** when merging aa7f21f5e2b3bc87970df325054cfd2d550f67b6 into 3abd0c4a3324f716

[GitHub] [incubator-druid] jnaous commented on issue #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times

2019-10-23 Thread GitBox
jnaous commented on issue #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times URL: https://github.com/apache/incubator-druid/pull/8725#issuecomment-545610929 Tests? This is

[GitHub] [incubator-druid] yurmix opened a new issue #8726: Docusaurus: Right sidebar is sometime missing

2019-10-23 Thread GitBox
yurmix opened a new issue #8726: Docusaurus: Right sidebar is sometime missing URL: https://github.com/apache/incubator-druid/issues/8726 ### Affected Version 0.16.0 Documentation ### Description The right sidebar doesn't appear for all pages. It also has other side eff

[GitHub] [incubator-druid] stale[bot] commented on issue #6876: Only single-lined json objects inside input files are parseable

2019-10-23 Thread GitBox
stale[bot] commented on issue #6876: Only single-lined json objects inside input files are parseable URL: https://github.com/apache/incubator-druid/issues/6876#issuecomment-545635427 This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no furt

[GitHub] [incubator-druid] clintropolis commented on issue #6573: Druid tasks fail occasionally on Azure Storage

2019-10-23 Thread GitBox
clintropolis commented on issue #6573: Druid tasks fail occasionally on Azure Storage URL: https://github.com/apache/incubator-druid/issues/6573#issuecomment-545641708 Has anyone had the chance to try Druid 0.16 with Azure deep storage to determine if this issue is still present after the

[GitHub] [incubator-druid] woshifudayun commented on issue #8666: resolve resolveip command not found issue in integration test

2019-10-23 Thread GitBox
woshifudayun commented on issue #8666: resolve resolveip command not found issue in integration test URL: https://github.com/apache/incubator-druid/pull/8666#issuecomment-545644685 @leventov Do we have the correct aws access key and secret key for the s3 static.druid.io bucket? I do get be

[GitHub] [incubator-druid] woshifudayun edited a comment on issue #8666: resolve resolveip command not found issue in integration test

2019-10-23 Thread GitBox
woshifudayun edited a comment on issue #8666: resolve resolveip command not found issue in integration test URL: https://github.com/apache/incubator-druid/pull/8666#issuecomment-545644685 @leventov Do we have the correct aws access key and secret key for the s3 static.druid.io bucket? I do

[GitHub] [incubator-druid] woshifudayun edited a comment on issue #8666: resolve resolveip command not found issue in integration test

2019-10-23 Thread GitBox
woshifudayun edited a comment on issue #8666: resolve resolveip command not found issue in integration test URL: https://github.com/apache/incubator-druid/pull/8666#issuecomment-545644685 @leventov Do we have the correct aws access key and secret key for the s3 static.druid.io bucket? I do

[GitHub] [incubator-druid] woshifudayun removed a comment on issue #8666: resolve resolveip command not found issue in integration test

2019-10-23 Thread GitBox
woshifudayun removed a comment on issue #8666: resolve resolveip command not found issue in integration test URL: https://github.com/apache/incubator-druid/pull/8666#issuecomment-545644685 @leventov Do we have the correct aws access key and secret key for the s3 static.druid.io bucket? I d

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8688: Remove commit() method Firehose

2019-10-23 Thread GitBox
clintropolis commented on a change in pull request #8688: Remove commit() method Firehose URL: https://github.com/apache/incubator-druid/pull/8688#discussion_r338299004 ## File path: server/src/main/java/org/apache/druid/segment/realtime/plumber/Committers.java ## @@ -40,

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8656: Message rejection absolute date

2019-10-23 Thread GitBox
himanshug commented on a change in pull request #8656: Message rejection absolute date URL: https://github.com/apache/incubator-druid/pull/8656#discussion_r338307976 ## File path: docs/development/extensions-core/kafka-ingestion.md ## @@ -206,7 +206,8 @@ For Roaring bitmap

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8656: Message rejection absolute date

2019-10-23 Thread GitBox
himanshug commented on a change in pull request #8656: Message rejection absolute date URL: https://github.com/apache/incubator-druid/pull/8656#discussion_r338307976 ## File path: docs/development/extensions-core/kafka-ingestion.md ## @@ -206,7 +206,8 @@ For Roaring bitmap

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8656: Message rejection absolute date

2019-10-23 Thread GitBox
himanshug commented on a change in pull request #8656: Message rejection absolute date URL: https://github.com/apache/incubator-druid/pull/8656#discussion_r338308311 ## File path: docs/development/extensions-core/kafka-ingestion.md ## @@ -206,7 +206,8 @@ For Roaring bitmap

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8656: Message rejection absolute date

2019-10-23 Thread GitBox
himanshug commented on a change in pull request #8656: Message rejection absolute date URL: https://github.com/apache/incubator-druid/pull/8656#discussion_r338309318 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSuper

[GitHub] [incubator-druid] himanshug commented on a change in pull request #8656: Message rejection absolute date

2019-10-23 Thread GitBox
himanshug commented on a change in pull request #8656: Message rejection absolute date URL: https://github.com/apache/incubator-druid/pull/8656#discussion_r338309318 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSuper

[GitHub] [incubator-druid] himanshug merged pull request #8723: fix indexer segment announcement when used with http inventory view

2019-10-23 Thread GitBox
himanshug merged pull request #8723: fix indexer segment announcement when used with http inventory view URL: https://github.com/apache/incubator-druid/pull/8723 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-druid] himanshug closed issue #8710: druid indexer running Kafka indexing not seen as dataSource

2019-10-23 Thread GitBox
himanshug closed issue #8710: druid indexer running Kafka indexing not seen as dataSource URL: https://github.com/apache/incubator-druid/issues/8710 This is an automated message from the Apache Git Service. To respond to the

[incubator-druid] branch master updated (3abd0c4 -> a8b674e)

2019-10-23 Thread himanshug
This is an automated email from the ASF dual-hosted git repository. himanshug pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 3abd0c4 Web console: start transition to React hooks and functional components (#8722) add a8b674e

[GitHub] [incubator-druid] himanshug commented on issue #8716: Handle coordinator leader changes for segments view

2019-10-23 Thread GitBox
himanshug commented on issue #8716: Handle coordinator leader changes for segments view URL: https://github.com/apache/incubator-druid/issues/8716#issuecomment-545669761 haven't looked at the code, but relevant part should just use `DruidLeaderClient` class that is meant to be used for ta

[GitHub] [incubator-druid] himanshug edited a comment on issue #8713: Improper result-level cache ETag handling for union datasources

2019-10-23 Thread GitBox
himanshug edited a comment on issue #8713: Improper result-level cache ETag handling for union datasources URL: https://github.com/apache/incubator-druid/issues/8713#issuecomment-545676670 Thanks for the detailed information. I think `UnionDataSource` should handle this special case

[GitHub] [incubator-druid] himanshug commented on issue #8713: Improper result-level cache ETag handling for union datasources

2019-10-23 Thread GitBox
himanshug commented on issue #8713: Improper result-level cache ETag handling for union datasources URL: https://github.com/apache/incubator-druid/issues/8713#issuecomment-545676670 Thanks for the detailed information. I think `UnionDataSource` should handle this special case which

[GitHub] [incubator-druid] renevan10 opened a new pull request #8727: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
renevan10 opened a new pull request #8727: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727 This PR adds a dialog to preview and estimate rollup of a datasource under the datasources section. The top 20 rows of the datasource will be previewed

[GitHub] [incubator-druid] vogievetsky commented on issue #8583: Regex parser should have the option to 'skip' some number of header rows like the CSV parser can

2019-10-23 Thread GitBox
vogievetsky commented on issue #8583: Regex parser should have the option to 'skip' some number of header rows like the CSV parser can URL: https://github.com/apache/incubator-druid/issues/8583#issuecomment-545682171 @tan31989 are you still interested in working on this? -

[GitHub] [incubator-druid] fjy commented on issue #8727: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
fjy commented on issue #8727: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545682441 @renevan10 this supporting arbitrarily selecting multiple columns to exclude right? -

[GitHub] [incubator-druid] fjy merged pull request #8672: Druid Doctor

2019-10-23 Thread GitBox
fjy merged pull request #8672: Druid Doctor URL: https://github.com/apache/incubator-druid/pull/8672 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-druid] branch master updated (a8b674e -> d9c9aef)

2019-10-23 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from a8b674e fix indexer when used with http inventory view (#8723) add d9c9aef Druid Doctor (#8672) No new

[GitHub] [incubator-druid] fjy merged pull request #8707: Remove deprecated parameter for Checkpoint request

2019-10-23 Thread GitBox
fjy merged pull request #8707: Remove deprecated parameter for Checkpoint request URL: https://github.com/apache/incubator-druid/pull/8707 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-druid] fjy merged pull request #8688: Remove commit() method Firehose

2019-10-23 Thread GitBox
fjy merged pull request #8688: Remove commit() method Firehose URL: https://github.com/apache/incubator-druid/pull/8688 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-druid] fjy commented on a change in pull request #8688: Remove commit() method Firehose

2019-10-23 Thread GitBox
fjy commented on a change in pull request #8688: Remove commit() method Firehose URL: https://github.com/apache/incubator-druid/pull/8688#discussion_r338329259 ## File path: server/src/main/java/org/apache/druid/segment/realtime/plumber/Committers.java ## @@ -40,54 +42,15

[GitHub] [incubator-druid] renevan10 commented on issue #8727: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
renevan10 commented on issue #8727: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545683499 @fjy yes! You can select multiple columns. This is an automated message

[incubator-druid] branch master updated (2518478 -> 094936c)

2019-10-23 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 2518478 Remove deprecated parameter for Checkpoint request (#8707) add 094936c Remove commit() method Fi

[incubator-druid] branch master updated (d9c9aef -> 2518478)

2019-10-23 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from d9c9aef Druid Doctor (#8672) add 2518478 Remove deprecated parameter for Checkpoint request (#8707) No

[GitHub] [incubator-druid] himanshug edited a comment on issue #8713: Improper result-level cache ETag handling for union datasources

2019-10-23 Thread GitBox
himanshug edited a comment on issue #8713: Improper result-level cache ETag handling for union datasources URL: https://github.com/apache/incubator-druid/issues/8713#issuecomment-545676670 Thanks for the detailed information. I think `UnionDataSource` should handle this special case

[GitHub] [incubator-druid] vogievetsky commented on issue #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times

2019-10-23 Thread GitBox
vogievetsky commented on issue #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times URL: https://github.com/apache/incubator-druid/pull/8725#issuecomment-545684180 I have not been adding any unit tests for fine grained interactions like "a

[GitHub] [incubator-druid] lgtm-com[bot] commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
lgtm-com[bot] commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545685034 This pull request **introduces 2 alerts** when merging 8298a79b8ec8a4983625302225618f767cd5b68a into a8b674e00d9ccad3

[GitHub] [incubator-druid] fjy commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
fjy commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545687337 @renevan10 @vogievetsky does the algorithm only look at the first 20 rolls? I don't think that is going to accurately estimate t

[GitHub] [incubator-druid] renevan10 commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
renevan10 commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545689181 @fjy No it will calculate the ratio for the entire datasource based on the interval, the first 20 rows is just to serve as

[GitHub] [incubator-druid] fjy commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
fjy commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545689334 > @fjy No it will calculate the ratio for the entire datasource based on the interval, the first 20 rows is just to serve as a p

[GitHub] [incubator-druid] vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545689629 I think you are missing a snapshot test here This is an

[GitHub] [incubator-druid] vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545689888 @fjy I think if there is a lot of data for the selected interval then the tool will be slow. It should probably mention

[GitHub] [incubator-druid] fjy commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
fjy commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545692520 > @fjy I think if there is a lot of data for the selected interval then the tool will be slow. It should probably mention it in

[GitHub] [incubator-druid] vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545696181 @fjy what do you mean? This is an automated message fr

[GitHub] [incubator-druid] vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource

2019-10-23 Thread GitBox
vogievetsky commented on issue #8727: Web console: Estimate rollup ratio for a datasource URL: https://github.com/apache/incubator-druid/pull/8727#issuecomment-545696851 FYI this view is powered by a `cardinality(byRow)` query. There should be some tweaks around making the slow state work

[GitHub] [incubator-druid] gianm commented on issue #8713: Improper result-level cache ETag handling for union datasources

2019-10-23 Thread GitBox
gianm commented on issue #8713: Improper result-level cache ETag handling for union datasources URL: https://github.com/apache/incubator-druid/issues/8713#issuecomment-545697482 > I think `UnionDataSource` should handle this special case which would solve the problem for both `ResultLevel

[GitHub] [incubator-druid] vogievetsky commented on issue #8726: Docusaurus: Right sidebar is sometime missing

2019-10-23 Thread GitBox
vogievetsky commented on issue #8726: Docusaurus: Right sidebar is sometime missing URL: https://github.com/apache/incubator-druid/issues/8726#issuecomment-545698105 Hmm good catch it looks like https://druid.apache.org/docs/latest/querying/groupbyquery.html starts with an h3 (instead of

[GitHub] [incubator-druid] gianm opened a new issue #8728: Initial join support

2019-10-23 Thread GitBox
gianm opened a new issue #8728: Initial join support URL: https://github.com/apache/incubator-druid/issues/8728 ## Motivation Druid aims to be a more powerful analytical database, and implementing joins is a very common ask from the user community. Druid does support some related fe

[GitHub] [incubator-druid] gianm commented on issue #8728: Initial join support

2019-10-23 Thread GitBox
gianm commented on issue #8728: Initial join support URL: https://github.com/apache/incubator-druid/issues/8728#issuecomment-545702698 I am planning to do work towards implementing this proposal over the next few months. Thi

[GitHub] [incubator-druid] vogievetsky commented on issue #8728: Initial join support

2019-10-23 Thread GitBox
vogievetsky commented on issue #8728: Initial join support URL: https://github.com/apache/incubator-druid/issues/8728#issuecomment-545704190 I know everyone will be very excited about JOINs but the proposal to have lookups queryable via SQL will enable amazing stuff in the web console! --

[incubator-druid] branch master updated (094936c -> 137c2a6)

2019-10-23 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 094936c Remove commit() method Firehose (#8688) add 137c2a6 Web console: disable data loader Submit butt

[GitHub] [incubator-druid] fjy merged pull request #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times

2019-10-23 Thread GitBox
fjy merged pull request #8725: Web console: disable data loader Submit button when submitting so as not to submit multiple times URL: https://github.com/apache/incubator-druid/pull/8725 This is an automated message from the

[incubator-druid] branch master updated (137c2a6 -> fdbc4ae)

2019-10-23 Thread vogievetsky
This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 137c2a6 Web console: disable data loader Submit button when submitting so as not to submit multiple t

[GitHub] [incubator-druid] vogievetsky commented on issue #8724: Web console: Button to pretty print Druid JSON query

2019-10-23 Thread GitBox
vogievetsky commented on issue #8724: Web console: Button to pretty print Druid JSON query URL: https://github.com/apache/incubator-druid/pull/8724#issuecomment-545725669 Thank you for the contrib 👍 This is an automated mess

[GitHub] [incubator-druid] vogievetsky merged pull request #8724: Web console: Button to pretty print Druid JSON query

2019-10-23 Thread GitBox
vogievetsky merged pull request #8724: Web console: Button to pretty print Druid JSON query URL: https://github.com/apache/incubator-druid/pull/8724 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-druid] natsumehu commented on issue #8714: Theta Sketch upfront uniform sampling probability setting

2019-10-23 Thread GitBox
natsumehu commented on issue #8714: Theta Sketch upfront uniform sampling probability setting URL: https://github.com/apache/incubator-druid/issues/8714#issuecomment-545749823 Sure, I will do that This is an automated messag

[GitHub] [incubator-druid] vogievetsky opened a new pull request #8729: Docs: fix doc headers

2019-10-23 Thread GitBox
vogievetsky opened a new pull request #8729: Docs: fix doc headers URL: https://github.com/apache/incubator-druid/pull/8729 Fixes #8726. Some pages did not start their headers with h2 which breaks the right nav generation (see ticket above) --