Abhishek Radhakrishnan
Abhishek Radhakrishnan
I installed the mypy-plugin.jar on PyCharm 2018.1, and I am trying to run `mypy` on some python 2.7 code with the 2.7 interpreter and PATH suffix configured correctly. `dmypy start...
Follow up to https://github.com/apache/druid/pull/15994, this patch adds support for versions to the `markUsed` and `markUnused` APIs. Segments can now be marked as used or unused within the specified interval using...
Druid's retention rules are evaluated in the order in which they are set. Unfortunately, a mistake in the order of rules by an operator can lead to unintentional data loss,...
Follow up to https://github.com/delta-io/website/pull/394. This patch updates the size of the Apache Druid logo so it will look slightly better on the Delta io integrations website.
#### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [x] Kernel - [ ] Other (fill in here) ##...
Marking this as draft to let CI run and a few more things need to be addressed. The `SegmentLoadDropHandler` code currently supports the following functionalities: 1. Bootstrapping on startup: a....
This change introduces a scheduled batch supervisor in Druid. The supervisor periodically wakes up to submit an MSQ ingest query, allowing users to automate batch ingestion directly within Druid. Think...
This PR adds a quidem unit test that reproduces the issue described in https://github.com/apache/druid/issues/17951. The test currently fails because the results don't match. This PR has: - [ ] been...
When a segment publish error occurs, it's hard to tell which supervisor to reset if there are multiple supervisors consuming from the same stream. This change includes the datasource name...
I have the following SQL query involving unnest and two CTEs that doesn't yield correct results. The query appears to be generating an incorrect native query plan: ```sql WITH cte1...