This project is mirrored from https://github.com/apache/druid.
Pull mirroring updated .
- Sep 05, 2024
-
-
cryptoe authored
-
Vadim Ogievetsky authored
(cherry picked from commit ca82ecd3)
-
Laksh Singla authored
(cherry picked from commit b698440b)
- Sep 03, 2024
-
-
cryptoe authored
-
Kashif Faraz authored
Changes: - Simplify exception handling in `CryptoService` by just catching a `Exception` - Throw a `DruidException` as the exception is user facing - Log the exception for easier debugging - Add a test to verify thrown exception (cherry picked from commit d5b64ba2)
-
Rushikesh Bankar authored
Bug description: Peons to fail to start up when `WorkerTaskCountStatsMonitor` is used on MiddleManagers. This is because MiddleManagers pass on their properties to peons and peons are unable to find `IndexerTaskCountStatsProvider` as that is bound only for indexer nodes. Fix: Check if node is an indexer before trying to get instance of `IndexerTaskCountStatsProvider`. (cherry picked from commit 4ef4e75c)
-
Alberic Liu authored
* upgrade mysql:mysql-connector-java to 8.2.0 * fix the check errors * remove unused comment (cherry picked from commit 92fb0ff7)
-
- Jul 22, 2024
-
-
317brian authored
Co-authored-by: Clint Wylie <cjwylie@gmail.com> Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> (cherry picked from commit 18818807) Co-authored-by: Charles Smith <techdocsmith@gmail.com>
-
- Jul 19, 2024
-
-
Charles Smith authored
Co-authored-by: Will Xu <2bethere@gmail.com> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
-
Charles Smith authored
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
-
- Jul 02, 2024
-
-
317brian authored
Co-authored-by: Laksh Singla <lakshsingla@gmail.com> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com> Co-authored-by: Jill Osborne <jill.osborne@imply.io>
-
- Jun 27, 2024
-
- Jun 24, 2024
-
-
317brian authored
-
- Jun 14, 2024
-
-
Charles Smith authored
-
- Jun 13, 2024
-
-
Charles Smith authored
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com> Co-authored-by: Clint Wylie <cjwylie@gmail.com> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> Co-authored-by: Benedict Jin <asdf2014@apache.org>
-
- Jun 07, 2024
-
-
Karan Kumar authored
* fix pagination and filtering in supervisor view * update snapshot (cherry picked from commit efe9079f) Co-authored-by: Vadim Ogievetsky <vadim@ogievetsky.com>
-
- Jun 06, 2024
-
-
Rishabh Singh authored
[Backport] Fix backwards compatibility with centralized schema config in partial_index_merge tasks (#16566) * Fix backwards compatibility with centralized schema config in partial_index_merge tasks (#16556) * Handle null values of centralized schema config in PartialMergeTask * Fix checkstyle * Do not pass centralized schema config from supervisor task to sub-tasks * Do not pass ObjectMapper in constructor of task * Fix logs * Fix tests * Revert log line to debug (#16565) --------- Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
-
- Jun 04, 2024
-
-
317brian authored
* docs: Migration guide for subquery limit (#16519) Adds a migration guide for Druid 30 to help users understand the new byte-based subquery limit property maxSubqueryBytes (cherry picked from commit 3c72ec84) * Adds a migration guide overview page to the release-info section (#16506) Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: Katya Macedo <katya.macedo@imply.io> (cherry picked from commit 92e565e3) * Update front coding text (#16491) Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com> (cherry picked from commit f70ef1f4) * docs: Adds a redirect for flatten-json which was removed (#16263) (cherry picked from commit b1568fb9) * docs: add lookups to the sidebar (#16530) Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> (cherry picked from commit 8f78c901) * Added new use cases and description of the use case - 5/14/24 (#16451) Thanks for your contribution @amit-git-account * Added new use cases and description of the use case - 5/14/24 The use case listing is not changed in a long time. While speaking with users, I came across several other use cases not listed here in the index. So I added new use cases and also added description against the use cases. * Apply suggestions from code review Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * update spelling file * Update docs/design/index.md --------- Co-authored-by: Charles Smith <techdocsmith@gmail.com> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: Benedict Jin <asdf2014@apache.org> (cherry picked from commit 540d3e6a) * docs: add subquery limit migration guide to overview page * fix typo * update migration guide blurb for subquerybytes * caps --------- Co-authored-by: Jill Osborne <jill.osborne@imply.io> Co-authored-by: Charles Smith <techdocsmith@gmail.com> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> Co-authored-by: Amit <31014730+amit-git-account@users.noreply.github.com>
-
Adarsh Sanjeev authored
Suppress CVE-2024-36114
-
- Jun 03, 2024
-
-
Adarsh Sanjeev authored
* Fix race in AzureClient factory fetch * Fixing forbidden check. * Renaming variable. Co-authored-by: Karan Kumar <karankumar1100@gmail.com>
-
- May 31, 2024
-
-
317brian authored
* docs: add deprecation section * add more info links * Update docs/release-info/release-notes.md Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * Update docs/release-info/release-notes.md Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * Update docs/release-info/release-notes.md Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com> * Update docs/release-info/release-notes.md * add removal section to upgrade notes --------- Co-authored-by: Charles Smith <techdocsmith@gmail.com> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
-
Katya Macedo authored
-
- May 30, 2024
-
-
Katya Macedo authored
-
- May 29, 2024
-
-
317brian authored
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: George Shiqi Wu <george.wu@imply.io>
-
- May 27, 2024
-
-
Katya Macedo authored
* Druid 30.0.0 release notes - WIP * Update 15757 * Add last batch of notes * Fix spelling errors * Update after review * Add 16051 * Update after review * Update after review * Update after review * Update after review * Remove 29.0.1 PRs * Update after review * Update after review * Add 16322
-
Adarsh Sanjeev authored
This brings them in line with the behavior of other numeric aggregations. It is important because otherwise ClassCastExceptions can arise if comparing different numeric types that may arise from deserialization. Co-authored-by: Gian Merlino <gianmerlino@gmail.com>
-
Adarsh Sanjeev authored
* fix issue with auto column grouping (#16489) * fix issue with auto column grouping changes: * fixes bug where AutoTypeColumnIndexer reports incorrect cardinality, allowing it to incorrectly use array grouper algorithm for realtime queries producing incorrect results for strings * fixes bug where auto LONG and DOUBLE type columns incorrectly report not having null values, resulting in incorrect null handling when grouping * fix test * Fix checkstyle --------- Co-authored-by: Clint Wylie <cwylie@apache.org>
-
- May 22, 2024
-
-
Adarsh Sanjeev authored
This reverts commit 53f5f7f0.
-
Adarsh Sanjeev authored
This reverts commit 2ddb5f2b.
-
Adarsh Sanjeev authored
-
Adarsh Sanjeev authored
-
- May 21, 2024
-
-
Adarsh Sanjeev authored
* Fix fetch of task location in SpecificTaskServiceLocator * Resolve future if exception occurs while invoking API * Remove unused import Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
-
- May 16, 2024
-
-
Adarsh Sanjeev authored
* Fix ExpressionPredicateIndexSupplier numeric replace-with-default behavior. In replace-with-default mode, null numeric values from the index should be interpreted as zeroes by expressions. This makes the index supplier more consistent with the behavior of the selectors created by the expression virtual column. * Fix test case. Co-authored-by: Gian Merlino <gianmerlino@gmail.com>
-
Adarsh Sanjeev authored
* fix Druid doctor check * fix doc link * Update web-console/src/dialogs/doctor-dialog/doctor-checks.tsx --------- Co-authored-by: Vadim Ogievetsky <vadim@ogievetsky.com> Co-authored-by: Abhishek Radhakrishnan <abhishek.rb19@gmail.com>
-
- May 15, 2024
-
-
317brian authored
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com> (cherry picked from commit 2d0b4e5f) Co-authored-by: Charles Smith <techdocsmith@gmail.com>
-
Adarsh Sanjeev authored
Catching up to a change introduced in #13027 Co-authored-by: Vadim Ogievetsky <vadim@ogievetsky.com>
-
Vadim Ogievetsky authored
* change to using measure name * Implment order by delta * less paring, stricter types * safeDivide0 * fix no query * new DTQ alows parsing JSON_VALUE(...RETURNING...)
-
- May 14, 2024
-
-
Adarsh Sanjeev authored
Revert "Downgrade the version of Apache Curator from 5.5.0 to 5.3.0 to avoid a bug in the new version (#16425) (#16430)" (#16445) This reverts commit f3d207c3.
-
Vadim Ogievetsky authored
* Web console: surface more info on the supervisor view (#16318) * add rate and stats * better tabs * detail * add recent errors * update tests * don't let people hide the actions column because why * don't sort on actions * better way to agg * add timeouts * show error only once * fix tests and Explain showing up * only consider active tasks * refresh * fix tests * better formatting * web-console: ACE editor refactoring (#16359) * Move druid-sql completions to dsql mode * Use font-size 12 * Convert ace-modes to typescript * Move aceCompleters to class member * Use namespace imports * Web console: concat data when doing a durable storage download (#16375) * concat data * fix silly console.error --------- Co-authored-by: John Gozde <john@gozde.ca>
-