drill
drill copied to clipboard
Apache Drill is a distributed MPP query layer for self describing data
# [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...
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...
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....
# [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...
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...
# [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**...
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...
mysql table baseall and table test has the same tale struct and recored show create table baseall; +---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | baseall | CREATE TABLE...
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...