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

This diff uses the same optimization as that for the rowKeyOnly queries. We use the FirstKeyOnlyFilter for count(*) queries. This fix will optimize these queries for HBase tables, as well...

# [DRILL-8316](https://issues.apache.org/jira/browse/DRILL-8316): Convert Druid Storage Plugin to EVF & V2 JSON Reader ## Description Converts the Druid storage plugin to use the V2 JSON reader. Also, updates the docker to...

code-cleanup
refactoring
json

# [DRILL-8314](https://issues.apache.org/jira/browse/DRILL-8314): Add support for automatically retrying and disabling broken storage plugins ## Description Enabled storage plugins may malfunction for different reasons, e.g. they have been misconfigured or their remote...

stability

# [DRILL-8190](https://issues.apache.org/jira/browse/DRILL-8190): Fix mongo project pushdown for queries with joins ## Description Improved costs calculation for vertex drel to consider resulting columns number in its cost to make plans with...

bug
backport-to-stable

**Describe the bug** 2022-09-21 14:15:43,683 [qtp122612345-1489] ERROR o.a.d.e.server.rest.QueryResources - Query from Web UI Failed: {} org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IndexOutOfBoundsException: Index: 0, Size: 0 Fragment: 0:0 Please, refer to logs for...

bug

after upgrade version to 1.20.1, I add iceberg configure followed by the tutorial(https://drill.apache.org/docs/iceberg-format-plugin/), but seems it doesn't work which return err as following: SYSTEM ERROR: NoSuchTableException: Table does not exist...

bug

# [DRILL-8290](https://issues.apache.org/jira/browse/DRILL-8290): Short cut recursive file listings for LIMIT 0 queries ## Description The existing LIMIT 0 query optimisations do not prevent a query run against the top of a...

performance

**Describe the bug** The drill report a exception since a query running, report msg:There are not enough rules to produce a node with desired properties **To Reproduce** CREATE TABLE ORDERS...

Hello, I am currently working on an application with java 21 that uses the jdbc driver from drill to execute distributed sql queries. Since the module system was introduced with...

updates
mvn

# [DRILL-8141](https://issues.apache.org/jira/browse/DRILL-8141): Add Ability to query XML root attributes ## Description Drill did not have the ability to query attributes of the root element. That bug has been fixed in...

bug
minor-update
backport-to-stable