Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/apache/druid. Pull mirroring updated .
  1. Sep 05, 2024
  2. Sep 03, 2024
  3. Jul 22, 2024
  4. Jul 19, 2024
  5. Jul 02, 2024
  6. Jun 27, 2024
  7. Jun 24, 2024
  8. Jun 14, 2024
  9. Jun 13, 2024
  10. Jun 07, 2024
  11. Jun 06, 2024
    • Rishabh Singh's avatar
      [Backport] Fix backwards compatibility with centralized schema config in... · fb86ada2
      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: default avatarKashif Faraz <kashif.faraz@gmail.com>
      fb86ada2
  12. Jun 04, 2024
  13. Jun 03, 2024
  14. May 31, 2024
  15. May 30, 2024
  16. May 29, 2024
  17. May 27, 2024
    • Katya Macedo's avatar
      Druid 30.0.0 release notes (#16412) · 00f91af3
      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
      00f91af3
    • Adarsh Sanjeev's avatar
      Use typecasting comparator for numeric "any" aggregations. (#16494) (#16499) · dace5659
      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: default avatarGian Merlino <gianmerlino@gmail.com>
      dace5659
    • Adarsh Sanjeev's avatar
      [Backport] fix issue with auto column grouping (#16489) (#16500) · 8c6a5716
      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: default avatarClint Wylie <cwylie@apache.org>
      8c6a5716
  18. May 22, 2024
  19. May 21, 2024
  20. May 16, 2024
  21. May 15, 2024
  22. May 14, 2024
    • Adarsh Sanjeev's avatar
      Revert "Downgrade the version of Apache Curator from 5.5.0 to 5.3.0 to avoid a... · fabf58fa
      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.
      fabf58fa
    • Vadim Ogievetsky's avatar
      Backport web console fixes [16318, 16359, 16375] to 30.0.0 (#16441) · fca7ea2a
      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: default avatarJohn Gozde <john@gozde.ca>
      fca7ea2a
Loading