drill icon indicating copy to clipboard operation
drill copied to clipboard

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

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

# [DRILL-8259](https://issues.apache.org/jira/browse/DRILL-8259): Supports advanced HBase persistence storage options ## Description Maximize performance with HBase as persistent storage. ## Documentation Example in drill-override.conf ``` sys.store.provider: { class: "org.apache.drill.exec.store.hbase.config.HBasePStoreProvider", hbase: { table...

updates
doc-impacting
performance

# [DRILL-8277](https://issues.apache.org/jira/browse/DRILL-8277): Publish SNAPSHOT artifacts to the Apache snapshots repo from CI ## Description It is possible to publish snapshot artifiacts from the current, unrelased version of Drill by using...

ci

# [DRILL-8276](https://issues.apache.org/jira/browse/DRILL-8276): Add Support for User Translation for Splunk Plugin ## Description Adds support for user translation in the Splunk plugin. ## Documentation Docs will be updated upon completion. ##...

enhancement
doc-impacting
security
dependencies

# [DRILL-4232](https://issues.apache.org/jira/browse/DRILL-4232): Support for EXCEPT and INTERSECT set operator ## Description Can have hash set operator and sorted set operator, only implement hash version in this PR. Compute number of...

# [DRILL-8275](https://issues.apache.org/jira/browse/DRILL-8275): Prevent the JDBC Client to create error path in Zookeeper ## Description Use the ZK style on the connection string and the zkRoot does not match the actual...

bug

# [DRILL-8271](https://issues.apache.org/jira/browse/DRILL-8271): Make Storage and Format Config Case Insensitive ## Description Allows format and storage configs to be case insensitive. ## Documentation N/A ## Testing Ran existing unit tests.

**Describe the bug** In the runtime environment of drill, there are two storage plugins, Elasticsearch and hive. When querying a table in hive, the error message is as follows: ```...

bug

# [DRILL-8117](https://issues.apache.org/jira/browse/DRILL-8117): Clean up deprecated Apache code in Drill ## Description Cleaned up deprecated code of drill-common, due to some UT code of drill-exec referenced to drill-common, so the code...

code-cleanup
minor-update

**Describe the bug** We are using Apache Drill to add ANSI SQL capabilities to cassandra, but when using the '>', '', '

performance

# [DRILL-8188](https://issues.apache.org/jira/browse/DRILL-8188): Convert HDF5 format to EVF2 ## Description Use EVF V2 instead of old V1. Included two bug fixes with the V2 framework : 1. Projected an unprojected column...

bug
refactoring
dependencies