drill
drill copied to clipboard
Apache Drill is a distributed MPP query layer for self describing data
Hello Qliksaas apis use pagination without offset params. They provide the "next" url in the response page How could I tell drill to use "links.next.href" value for retreiving further records?...
Hi Team, I am trying to execute the millions of record query from mongo db storage with timestamp filter, it getting slow even though i created the index of timestamp...
**Describe the bug** When accessing files in local filesystem with `:` in their name, a `java.net.URISyntaxException` is thrown. **To Reproduce** ``` apache drill> SELECT * FROM dfs.`/foo/meta_2022-12-19_16:00:00.csv`; Error: VALIDATION ERROR:...
Does drill have dynamic allocation features similar to spark? Or can we implement a similar function of drill on yarn or k8s based on metrics?
**Describe the bug** To secure the communication between client and server, drill-embedded is to be configured with TLS. Following the instructions on the website (https://drill.apache.org/docs/configuring-ssl-tls-for-encryption/) I always get the error...
**Describe the bug** When connecting a RDBMS datasource that is based on Vertica, Drill attempts to use the FETCH NEXT approach for query optimization, however vertica JDBC doesn't support FETCH...
**Describe the bug** The code contains multiple `x < ...` checks where `x` is a `byte` and the right-hand side is > 127 (= max `byte` value), so these conditions...
Hello Guys, Could you please help me to create the correct “[dataPath](https://drill.apache.org/docs/http-storage-plugin/)” for Drill http-storage-plugin? I have a JSON response like: ``` { "1": { "id": 1, "employeeId": 1, "firstName":...
**Is your feature request related to a problem? Please describe.** Now you can select many info from Kafka message like key, value, offset, partition and so on. But no possibility...
Hello, I am deploying drillbits as kubernetes pods on my kubernetes cluster. However, my drillbit pod doesn't seem like it's using direct memory for querying quite a large data set...