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
trafficstars

**Describe the bug** ERROR o.a.d.e.p.s.h.DefaultSqlHandler - There are not enough rules to produce a node with desired properties: convention=PHYSICAL, DrillDistributionTraitDef=SINGLETON([]), sort=[]. Missing conversion is VertexDrel[convention: LOGICAL -> PHYSICAL, DrillDistributionTraitDef: ANY([])...

# [DRILL-8239](https://issues.apache.org/jira/browse/DRILL-8239): Convert JSON UDF to EVF ## Description This PR updates the `convert_fromJSON` UDFs to use the latest JSON reader. ## Documentation No user facing changes. ## Testing Ran...

code-cleanup
minor-update
json
udf

**Describe the bug** CVE-2020-8908 in Guava v.28.2-jre, should upgrade to v.30.1.1 **To Reproduce** Please check vulnerability section in : [https://github.com/google/guava/issues/4011](https://github.com/google/guava/issues/4011) **Expected behavior** Upgrading to v30.1.1 will mitigate this vulnerability. **Screenshots**...

**Describe the bug** When I finished a query and then review the ***profile***, I found the extra cancel button in the ***Query and Planning*** panel. **To Reproduce** Steps to reproduce...

ui
newcomers

**Describe the bug** We need to update the copyright year in `NOTICE` files (this repository), and some resource files on the [drill-site](https://github.com/apache/drill-site) project. apache/drill : drill/NOTICE drill/distribution/src/main/resources/NOTICE apache/drill-site : drill-site/_includes/footer.html...

newcomers

How to support RDBMS UPDATE, DELETE, and INSERT SQL statements with JdbcStoragePlugin

enhancement

**Describe the bug** CVE-2022-24823 in Netty .4.1.73.Final. This will also help us catch https://github.com/netty/netty/commit/185f8b2756a36aaa4f973f1a2a025e7d981823f1 **To Reproduce** Steps to reproduce the behavior: 1. Check Apache Drill pom.xml file: https://github.com/apache/drill/blob/master/pom.xml#L123 It ships...

minor-update
security
dependencies

Hi, I am trying to connect mongodb located on AWS DocumentDB database. But each time when I query it through an exception that "UserRemoteException : SYSTEM ERROR: IllegalArgumentException: databaseName can...

verified

# [DRILL-5955](https://issues.apache.org/jira/browse/DRILL-5955): Revisit Union Vectors ## Description Draft PR for support Union type for JSON2 - [x] Enabled Union/Variant vectors for JSON2 - [ ] fix validation for Union vectors...

enhancement
doc-impacting
json

Add storage plugin for IPFS. See detailed introduction [here](https://github.com/bdchain/Minerva). TODOs: - [x] Port to Drill 1.18.0 - [ ] Add more tests - [x] Support JSON reader ------ Authors: This...

enhancement
documentation
new-storage