• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

level23 / druid-client / 8345646160 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 19 Mar 2024 03:22PM UTC
Files 201
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Mar 2024 03:20PM UTC coverage: 100.0%. Remained the same
8345646160.1

push

github

web-flow
V4.0 (#58)

* v4.0.0

- Removed GroupByV1. GroupBy v1 is a legacy engine and has not been supported since 2021.
- **Removed extraction functions.** Extraction functions are deprecated in druid and
  are NOT build in the new NullFilter, EqualityFilter and RangeFilter. These are deprecated and
  should be replaced by expressions. This is poorly documented, but can be found here:
  https://github.com/apache/druid/pull/14612
  Therefore, we have decided to remove the extraction functionality completely. You can replace the functionality of
  extraction functions with expressions (and virtual columns). See below for some examples.
- Added `RangeFilter` which replaces the `BoundFilter`. See NULL usage sector below.
- Added `EqualityFilter` which replaces the `SelectorFilter`. See NULL usage sector below.
- `whereBetween` now uses the `range` filter. The `whereBetween` doesn't accept an SortingOrder anymore, but a DataType.
- The `whereFlags()` method does not accept `$useJavascript` anymore, as it used an expression filter.
- Removed `orWhereNotColumn`. This was a left-over and should have been removed in v3.
- Added support for authentication in the druid client.
* Added whereArrayContains

2830 of 2830 relevant lines covered (100.0%)

7.87 hits per line

Source Files on job 8345646160.1
  • Tree
  • List 0
  • Changed 29
  • Source Changed 0
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8345646160
  • d45e421f on github
  • Prev Job for on master (#8049986572.2)
  • Next Job for on master (#8359116242.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc