drill icon indicating copy to clipboard operation
drill copied to clipboard

Apache Drill is a distributed MPP query layer for self describing data

Results 175 drill issues
Sort by recently updated
recently updated
newest added

apache-drill version: 1.22.0 oracle version: 11g The query will return an error when the SQL statement contains `limit`. ```log org.apache.drill.common.exceptions.UserRemoteException: DATA_READ ERROR: The JDBC storage plugin failed while trying setup...

bug

**Is your feature request related to a problem? Please describe.** Apache Drill currently comes with Jetty 9, which is going to hit EOL soon, can the Apache Drill project move...

dependencies

Currently, the official Apache Drill Docker image only supports AMD64 architecture. This request is for adding support for ARM64 (aarch64) architecture, making it compatible with ARM-based systems like Raspberry Pi,...

One drillbit may end up with significantly more client connections than others. Here is an example of such a case: ![Image](https://github.com/user-attachments/assets/b4a1c035-0e00-4258-b9ff-76efd7f2ce10) The chart shows that the highest number of connections...

# [DRILL-8474](https://issues.apache.org/jira/browse/DRILL-8474): Add Daffodil Format Plugin to Drill ## Description This PR replaces: https://github.com/apache/drill/pull/2836 which is closed. That was to retain history/comments while squashing numerous debug-related commits together into this...

enhancement
new-format

Bumps org.apache.kafka:kafka-clients from 2.8.2 to 5.3.0-ccs. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka-clients&package-manager=maven&previous-version=2.8.2&new-version=5.3.0-ccs)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

# [DRILL-XXXX](https://issues.apache.org/jira/browse/DRILL-XXXX): Update Calcite to 1.38 ## Description This PR updates Apache Calcite to the latest branch. ## Documentation No user facing changes. ## Testing Running existing unit tests.

dependencies
calcite-update

Bump zookeeper to 3.9.3 https://issues.apache.org/jira/browse/DRILL-8514

code-cleanup
dependencies
backport-to-stable

Your repository dependents on the uniVocity CSV library: https://github.com/apache/drill/blob/0e794391ef8613d0e9e04cfa39d1915b8812e5a7/pom.xml#L145 Unfortunately, the uniVocity CSV library is not maintained anymore. For reference and possible alternatives, see [uniVocity/univocity-parsers#534](https://redirect.github.com/uniVocity/univocity-parsers/issues/534).

code-cleanup
dependencies

**Describe the bug** I have an elastic search cluster inside elastic official cloud and i can't connect to the cluster. When i try to do a `show schemas` for example,...

bug
verified