This is an automated email from the ASF dual-hosted git repository.

abhishekrb pushed a change to branch jdk_21_tests
in repository https://gitbox.apache.org/repos/asf/druid.git


    from e2058c0953e Add back Dmaven.test.failure since we have consolidated 
test report.
     add e38d2934109 Support AWS InternalError code retries (#18720)
     add c3359603431 Web console: Fix explore with far future data (#18721)
     add a0b5d681fbc more defensive coding around dayjs (#18723)
     add f3d2dfb8d5f Web console: better ISO date parsing (#18724)
     add 696e1e662af docs: msq not an extension anymore (#18725)
     add a5849f53169 Merge branch 'master' into jdk_21_tests
     add eda3a0955de Revert "Update test-reports to 6.0.1"
     add ad1fe8a441a Disable test

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   2 +-
 docs/data-management/automatic-compaction.md       |   1 -
 docs/multi-stage-query/concepts.md                 |  15 +-
 docs/multi-stage-query/examples.md                 |   7 +-
 docs/multi-stage-query/index.md                    |  16 +--
 docs/multi-stage-query/known-issues.md             |   6 -
 docs/multi-stage-query/reference.md                |   6 -
 docs/multi-stage-query/security.md                 |   6 -
 docs/querying/query-from-deep-storage.md           |   2 -
 .../java/org/apache/druid/storage/s3/S3Utils.java  |   5 +
 .../org/apache/druid/storage/s3/S3UtilsTest.java   |  97 +++++++++++++
 .../java/util/common/CompressionUtilsTest.java     |   4 +-
 web-console/src/utils/date.spec.ts                 | 152 +++++++++++++++++++++
 web-console/src/utils/date.ts                      |  78 ++++++++++-
 .../filter-pane/filter-menu/filter-menu.tsx        |   2 +-
 .../time-interval-filter-control.tsx               |   4 +-
 .../components/iso-date-input/iso-date-input.tsx   |  51 ++-----
 .../time-chart-module/continuous-chart-render.tsx  |  22 ++-
 .../explore-view/query-macros/max-data-time.ts     |  24 +++-
 .../views/explore-view/utils/max-time-for-table.ts |  10 +-
 .../src/views/segments-view/segments-view.tsx      |  25 ++--
 21 files changed, 425 insertions(+), 110 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to