- San Francisco, CA
Block or Report
Block or report clintropolis
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
druid-console Public
Forked from druid-io/druid-console
An updated coordinator console that provides more insight into the status of your Druid cluster. This is not a data visualization console for Druid.
CoffeeScript 1
-
-
druid Public
Forked from apache/druid
Column oriented distributed data store ideal for powering interactive applications
Java
-
-
864 contributions in the last year
Activity overview
Contribution activity
May 2023
Created 18 commits in 1 repository
Created a pull request in apache/druid that received 30 comments
add configurable ColumnTypeMergePolicy to SegmentMetadataCache
Description
This PR adds a new interface to control how SegmentMetadataCache
chooses ColumnType
when faced with differences between segments for SQ…
Opened 30 other pull requests in 1 repository
apache/druid
29
merged
1
closed
- [Backport] Web console: don't show merged stats until needed
- [Backport] Revert PreResponseAuthorizationCheckFilter
- [Backport] update NOTICE year, update kafka notice in licenses.yaml
- [Backport] more resilient segment metadata, dont parallel merge internal segment metadata queries
- add website to java ci ignore
- [Backport] Fixing an issue with filtering on a single dimension by converting In…
- [Backport] docs: add docs for schema auto-discovery (#14065)
- [Backport] fix issues with handling arrays with all null elements and arrays of booleans in strict mode
- update NOTICE year, update kafka notice in licenses.yaml
- fix issues with handling arrays with all null elements and arrays of booleans in strict mode
- more resilient segment metadata, dont parallel merge internal segment metadata queries
- streamline release process docs
- [Backport] suppress CVE-2021-40331 since it applies to ranger-hive-plugin which afaict we do not use (#14261)
- [Backport] fix segment metadata queries for auto ingested columns that had all null values (#14262)
- fix segment metadata queries for auto ingested columns that had all null values
- suppress CVE-2021-40331 since it applies to ranger-hive-plugin which afaict we do not use
- [Backport] Updates to filter processing for inner query in Joins (#14237)
- [Backport] suppress hadoop3 cve that seem not applicable to us (#14252)
- [Backport] fix npe regression in json_value when filtering non-existent paths
- suppress hadoop3 cve that seem not applicable to us
- [Backport] suppress some cves and fix javadoc build when using java 17
- fix npe regression in json_value when filtering non-existent paths
- suppress some cves and fix javadoc build when using java 17
- add array_to_mv function to convert arrays into mvds to assist with migration from mvds to arrays
- [Backport] Frames: Ensure nulls are read as default values when appropriate.
- Some pull requests not shown.
Reviewed 25 pull requests in 2 repositories
apache/druid
24 pull requests
- use the latest datasketches-java-4.0.0
- add configurable ColumnTypeMergePolicy to SegmentMetadataCache
- Web console: update DQT to latest version and fix bigint crash
- Hll Sketch and Theta sketch estimate can now be used as an expression
- Web console: don't show merged stats until needed
- Expr getCacheKey now delegates to children
-
Add
examples/
to CI UT/IT ignore - Website: remove website node-sass dep to make it work on M1 macs
- more resilient segment metadata, dont parallel merge internal segment metadata queries
- Fixing an issue with filtering on a single dimension by converting In…
- docs: add docs for schema auto-discovery
- Tune stale bot to pick older issues/PRs first
- fix segment metadata queries for auto ingested columns that had all null values
- SqlResults: Coerce arrays to lists for VARCHAR.
- Add more logging for query timeouts and errors during broker parallel merge
- suppress hadoop3 cve that seem not applicable to us
- Fix the stale bot to use GHA action
- add array_to_mv function to convert arrays into mvds to assist with migration from mvds to arrays
- Fix planning in CASE expressions with complex WHEN and ELSE expressions
- fix issues with filtering nulls on values coerced to numeric types
- Web console: misc bug fixes
- remove helm chart from release branch, again
- Web console: allow stringly schemas in the data loader
- modify QueryScheduler to lazily acquire lanes when executing queries to avoid leaks
apache/druid-website-src
1 pull request
Created an issue in apache/druid that received 1 comment
'json' and 'auto' columns improperly handle case where all rows are empty objects
Affected Version
26.0.0+
Description
'json' columns improperly classify this column as a STRING
type, which results in scan queries being broken (e.g