[druid] branch master updated: modify QueryScheduler to lazily acquire lanes when executing queries to avoid leaks (#14184)

2023-05-07 Thread abhishek
This is an automated email from the ASF dual-hosted git repository. abhishek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/master by this push: new a7a4bfd331 modify QueryScheduler to lazily acqu

[GitHub] [druid] abhishekagarwal87 merged pull request #14184: modify QueryScheduler to lazily acquire lanes when executing queries to avoid leaks

2023-05-07 Thread via GitHub
abhishekagarwal87 merged PR #14184: URL: https://github.com/apache/druid/pull/14184 -- 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. To unsubscribe, e-mail: commits-unsubscr...@

[druid] branch master updated: Fix planning in CASE expressions with complex WHEN and ELSE expressions (#14220)

2023-05-07 Thread rohangarg
This is an automated email from the ASF dual-hosted git repository. rohangarg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/master by this push: new 4d8feeb279 Fix planning in CASE expressions wi

[GitHub] [druid] rohangarg merged pull request #14220: Fix planning in CASE expressions with complex WHEN and ELSE expressions

2023-05-07 Thread via GitHub
rohangarg merged PR #14220: URL: https://github.com/apache/druid/pull/14220 -- 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. To unsubscribe, e-mail: commits-unsubscr...@druid.ap

[GitHub] [druid] abhishekagarwal87 commented on pull request #14214: Update heap size of services in docker IT environment

2023-05-07 Thread via GitHub
abhishekagarwal87 commented on PR #14214: URL: https://github.com/apache/druid/pull/14214#issuecomment-1537733807 what scenarios are these? Please add some more description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [druid] hqx871 commented on a diff in pull request #13840: add sampling factor for DeterminePartitionsJob

2023-05-07 Thread via GitHub
hqx871 commented on code in PR #13840: URL: https://github.com/apache/druid/pull/13840#discussion_r1187003374 ## indexing-hadoop/src/main/java/org/apache/druid/indexer/HadoopTuningConfig.java: ## @@ -130,7 +142,8 @@ public HadoopTuningConfig( final @JsonProperty("logParse

[GitHub] [druid] van-vothanh opened a new issue, #14221: Unable to load custom authenticator and authorizer

2023-05-07 Thread via GitHub
van-vothanh opened a new issue, #14221: URL: https://github.com/apache/druid/issues/14221 I'm getting the below error while trying to load a custom authenticator and authorizer that I'm implementing. ``` Please make sure to load all the necessary extensions and jars with type 'sam

[druid] branch master updated: Add labels to k8s jobs for the PodTemplateTaskAdapter (#14205)

2023-05-07 Thread asdf2014
This is an automated email from the ASF dual-hosted git repository. asdf2014 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/master by this push: new eed5f4f291 Add labels to k8s jobs for the PodTe

[GitHub] [druid] asdf2014 merged pull request #14205: Add labels to k8s jobs for the PodTemplateTaskAdapter

2023-05-07 Thread via GitHub
asdf2014 merged PR #14205: URL: https://github.com/apache/druid/pull/14205 -- 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. To unsubscribe, e-mail: commits-unsubscr...@druid.apa

[GitHub] [druid] hqx871 commented on a diff in pull request #13840: add sampling factor for DeterminePartitionsJob

2023-05-07 Thread via GitHub
hqx871 commented on code in PR #13840: URL: https://github.com/apache/druid/pull/13840#discussion_r1186981284 ## indexing-hadoop/src/main/java/org/apache/druid/indexer/DeterminePartitionsJobSampler.java: ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] [druid] github-code-scanning[bot] commented on a diff in pull request #14139: fix issues with filtering nulls on values coerced to numeric types

2023-05-07 Thread via GitHub
github-code-scanning[bot] commented on code in PR #14139: URL: https://github.com/apache/druid/pull/14139#discussion_r1186944964 ## processing/src/test/java/org/apache/druid/segment/nested/VariantColumnSupplierTest.java: ## @@ -88,41 +99,137 @@ Arrays.asList(null, null)

[GitHub] [druid] clintropolis commented on pull request #14139: fix issues with filtering nulls on values coerced to numeric types

2023-05-07 Thread via GitHub
clintropolis commented on PR #14139: URL: https://github.com/apache/druid/pull/14139#issuecomment-1537576223 >Within the nested package I don't really understand the changes. I think I mostly don't understand how the variant column is different from a COMPLEX nested column. How is it meant

[GitHub] [druid] vogievetsky commented on a diff in pull request #14065: docs: add docs for schema auto-discovery

2023-05-07 Thread via GitHub
vogievetsky commented on code in PR #14065: URL: https://github.com/apache/druid/pull/14065#discussion_r1186922589 ## docs/ingestion/schema-design.md: ## @@ -241,12 +240,45 @@ You should query for the number of ingested rows with: ] ``` -### Schema-less dimensions +### Schem

[GitHub] [druid] rohangarg opened a new pull request, #14220: Fix planning in CASE expressions with complex WHEN and ELSE expressions

2023-05-07 Thread via GitHub
rohangarg opened a new pull request, #14220: URL: https://github.com/apache/druid/pull/14220 Using expressions like `NVL(x, '') NOT IN ('y', '')` in filters produce an incorrect filter currently. Calcite converts this expression into a `CASE` expression. This changes fixes that bug by using

[GitHub] [druid] sduffey-partnerize commented on a diff in pull request #13927: Introduce SQL interface for distinct count extension

2023-05-07 Thread via GitHub
sduffey-partnerize commented on code in PR #13927: URL: https://github.com/apache/druid/pull/13927#discussion_r1186863442 ## extensions-contrib/distinctcount/src/main/java/org/apache/druid/query/aggregation/distinctcount/sql/SegmentDistinctSqlAggregator.java: ## @@ -0,0 +1,149 @

[GitHub] [druid] skytin1004 opened a new pull request, #14219: Fix Typos in DruidToGraphiteEventConverter

2023-05-07 Thread via GitHub
skytin1004 opened a new pull request, #14219: URL: https://github.com/apache/druid/pull/14219 Fixes #. ### Description Fixed the bug ... Renamed the class ... Added a forbidden-apis entry ...