Charles Smith
Charles Smith
Apache Druid 24.0 contains over [TBD] new features, bug fixes, performance enhancements, documentation improvements, and additional test coverage from 81 contributors. [See the complete set of changes for additional details]([TBD])....
If Kafka is configured with SASL / SCRAM, then Druid, which is the Kafka consumer, should pass the SASL / SCRAM credentials in the consumerProperties block of ioConfig section of...
Currently we have user/pass in the URL for some API examples. For example [SQL-Based ingestion](https://druid.apache.org/docs/latest/multi-stage-query/api.html#request) has: ``` # curl curl --location --request POST 'https://:@:/druid/v2/sql/task/' \ ... # python url =...
Request from community member for a streaming example with nested JSON, assuming support. Per @gianm Usage with streaming would be similar to native batch: the dimensionsSpec and transformSpec work the...
The [stats aggregator docs](https://druid.apache.org/docs/latest/development/extensions-core/stats) include native examples. The docs should have similar examples for Druid SQL.
The quickstart now requires python. #13365 included instructions to install python. This should not be maintained in the Aapche Druid docs since it is well documented. Links should reference an...
Fixes a discrepancy in the dates for the compaction tutorial. This PR has: - [ x] been self-reviewed. - [ ] using the [concurrency checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md) (Remove this item if the...
Fixes #XXXX. ### Description ## Clarify reference to MSQ/Druid SQL around indexSpec in the query context. The reference to `indexSpec` within a query context for SQL was ambiguous. Made an...
### Description @demo-kratia added css to style the HTTP request methods in : https://github.com/apache/druid-website-src/pull/409 . For Docusaurus, you need to add the css into the `docusaurus.config.js` to load it. This...