drill
drill copied to clipboard
Apache Drill is a distributed MPP query layer for self describing data
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...
**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...
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:  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...
Bumps org.apache.kafka:kafka-clients from 2.8.2 to 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...
# [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.
Bump zookeeper to 3.9.3 https://issues.apache.org/jira/browse/DRILL-8514
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).
**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,...