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

# [DRILL-XXXX](https://issues.apache.org/jira/browse/DRILL-XXXX): PR Title (Please replace `PR Title` with actual PR Title) ## Description (Please describe the change. If more than one ticket is fixed, include a reference to those...

bug

Hello, I am using http storage plugin and I want to activate the caching. In the documentation it says that this requires adding cacheResults. So I added this to my...

bug

Adding Daffodil to Drill as a 'contrib' Requires Daffodil 3.7.0-SNAPSHOT which has metadata support we're using. New format-daffodil module created Still uses absolute paths for the schemaFileURI. (which is cheating....

enhancement
new-format
doc-impacting

# [DRILL-8479](https://issues.apache.org/jira/browse/DRILL-8479): Merge Join Leak When Depleting Incoming Batches Throw Exception ## Description when fragment failed, it call close() from MergeJoinBatch. but if leftIterator.close() throw exception, we could not call...

bug
backport-to-stable

Before submitting a bug report, please verify that you are using the most current version of Drill. **Describe the bug** mergejoin memory leak when Depleting incoming batches throw exception. because...

bug

# [BACKPORT-TO-STABLE]: fixes for Drill 1.21.2 ## Description Fixes and minor enhancements since Drill 1.21.1 backported from the master branch.

Before submitting a bug report, please verify that you are using the most current version of Drill. **Describe the bug** hashpartition leak when allocate memory exception with OutOfMemoryException **To Reproduce**...

bug

Drill version: 1.22.0-SNAPSHOT **Describe the bug** the mergejoin memery leak. **To Reproduce** 1. Configure direct memory, In the drill-env.sh file in the conf directory add: export DRILL_MAX_DIRECT_MEMORY=${DRILL_MAX_DIRECT_MEMORY:-"1G"} 2. drill hive...

bug

mysql table baseall and table test has the same tale struct and recored show create table baseall; +---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | baseall | CREATE TABLE...

to-be-verified

Bug Description: When using an alias with special characters in a Superset SQL query, the query returns null instead of the expected result. Steps to Reproduce: 1. Use the following...

bug