drill
drill copied to clipboard
Apache Drill is a distributed MPP query layer for self describing data
## Description https://issues.apache.org/jira/browse/DRILL-8465 I'm not happy with the class check here. I don't know to what extent that we need to support subclasses that a user might make of Iceberg...
Use DFDL language to describe data, and then enable Drill to query that data immediately by way of Apache Daffodil's DFDL implementation. (Creating this so I have a ticket number...
Before submitting a bug report, please verify that you are using the most current version of Drill. **Describe the bug** i create a http plugin named "http" and then use...
Lab Configuration: drill version: 1.21.1 drill postgres storage plugin configuration: ``` { "type": "jdbc", "driver": "org.postgresql.Driver", "url": "jdbc:postgresql://:/data", "credentialsProvider": { "credentialsProviderType": "VaultCredentialsProvider", "secretPath": "drill/test_postgres", "propertyNames": { "username": "usernameSecret", "password": "passwordSecret"...
Hello! I have problems to generate the metadata of a Parquet file in S3 with 156 columns (some with long names). Drill version is 1.21.1 In my IDE I see...
**Describe the bug** We have an Apache Drill instance set up and running in embedded mode. RDBMS plug-in is used to connect existing MSSQL database to Drill. Plug-in configuration looks...
**Lab Configuration:** Drill query files in Minio bucket "test". drill version: 1.21.1 minio verison: RELEASE.2023-01-25T00-19-54Z drill storage configuration: ``` { "type": "file", "connection": "s3a://test", "config": { "fs.s3a.endpoint": "http://nginx:9000", "fs.s3a.connection.ssl.enabled": "false",...
Drill 1.21.1 Postgresql 14.6 DrillBit storage configuration: ```javascript { "type": "jdbc", "driver": "org.postgresql.Driver", "url": "jdbc:postgresql:///", "username": "", "password": "", "authMode": "SHARED_USER", "writerBatchSize": 10000, "enabled": true } ``` Run this query...
Drill 1.2.1 Mongo 4.4 Mongodb Config: 2 shards/3 replicas Mongos on port 27017 DrillBit: { "type": "DB", "connection": "mongodb://mongo01:27017,mongo02:27017/?readPreference=secondaryPreferred", "pluginOptimizations": { "supportsProjectPushdown": true, "supportsFilterPushdown": true, "supportsAggregatePushdown": true, "supportsSortPushdown": true, "supportsUnionPushdown":...
**Drill version** latest (1.21.1) **Describe the bug** I am following the doc [running drill in docker](https://drill.apache.org/docs/running-drill-on-docker/#running-the-drill-docker-container-in-detached-mode). **To Reproduce** I want to run the Drill Docker container in detached mode, so...