druidry icon indicating copy to clipboard operation
druidry copied to clipboard

Java based Druid Query Generator library

Results 48 druidry issues
Sort by recently updated
recently updated
newest added

resolves #130

enhancement
breaking change

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 to 2.9.10.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.4&new-version=2.9.10.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

There haven't been any commits since April of 2020, but there have been many PRs and bug reports since then. Is there a plan moving forward? In the meantime we...

Druidry does not correctly deserialize exception responses from Druid. When there is a Druid error, the response will have a body like {error: “abcdefg”} while an actual Druid response will...

https://github.com/zapr-oss/druidry/issues/155

Code change needed: in.zapr.druid.druidry.query.scan.DruidScanQuery.java private String order; @Builder private DruidCustomScanQuery(@NonNull DataSource dataSource, List virtualColumns, .......... ....... Long limit, Boolean legacy, Context context) { . . . this.order = order; if...

Adding order field for Scan Query

Add offset field: ``` { "type" : "default", "limit" : , "offset" : , "columns" : [], } ```

enhancement