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

# [DRILL-8180](https://issues.apache.org/jira/browse/DRILL-XXXX): Add Icons to Storage Plugin List ## Description ## Documentation This PR adds icons to the storage plugin list depending on the type of storage plugin. See screenshot...

enhancement

Hello I'm trying to connect Apache Drill to an ldap server through the jdbcldap driver (https://github.com/elbosso/openldap-jdbcldap/) But Apache drill (1.20) fails with com.octetstring.jdbcLdap.jndi.SQLNamingException: Operations Error ``` 22:13:04.528 [1dbb462f-c8ea-71a8-63fc-3b4a03b7879b:foreman] ERROR com.zaxxer.hikari.pool.HikariPool...

# [DRILL-7978](https://issues.apache.org/jira/browse/DRILL-7978): Fixed Width Format Plugin ## Description Developing format plugin to parse fixed width files. Fixed Width Text File Definition: https://www.oracle.com/webfolder/technetwork/data-quality/edqhelp/Content/introduction/getting_started/configuring_fixed_width_text_file_formats.htm ## Documentation Users can now create a format...

enhancement
documentation
new-format

**Is your feature request related to a problem? Please describe.** I specify JDBC URL like this: `jdbc:snowflake://.snowflakecomputing.com:443?warehouse=&db=&CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX=true` Despite I use CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX=true , INFORMATION_SCHEMA.SCHEMATA contains schemata from all warehouses and databases...

enhancement

# [DRILL-8136](https://issues.apache.org/jira/browse/DRILL-8136): Overload existing Math UDFs to allow for VARCHAR input ## Description Wrote UDFs to overload existing Math functions in Drill so that Math UDFs accept input in type...

enhancement

# [DRILL-7871](https://issues.apache.org/jira/browse/DRILL-7871): StoragePluginStore instances for different users ## Description This feature allows to have the separate plugin set per user. Profiles are restricted per user too. ## Documentation To enable...

enhancement
doc-impacting

# [DRILL-7916](https://issues.apache.org/jira/browse/DRILL-7916): Support new plugin installation on the running system ## Description Drill does not support the new plugin installation on the running system : 1. Boot the Drill. 2....

Hello, I would like to embed Drill in a JVM application, running as a single node in-memory. I will feed it Calcite `RelNode` relational expressions to execute that my application...

When an XML element has multiple sub-elements of the same name, and those sub-elements have attributes, the attribute values get concatenated in a way that it's impossible to separate. For...

**Describe the bug** As the short-link (https://bit.ly/2VM0XS8) has expired, we cannot click on the "join" character to access the Slack channel. I recommended that you can remove the site of...

newcomers