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

Execute the following sql (although it may not make sense): SELECT aa.employee_id FROM cp.`employee.json` aa left join cp.`employee.json` bb on aa.employee_id=bb.employee_id or aa.employee_id=bb.position_id ; ![6](https://user-images.githubusercontent.com/26477240/227453118-0d9cddc3-dca8-4119-a351-dde1e050992e.png) I got the results: ![7](https://user-images.githubusercontent.com/26477240/227452771-fe7bf138-5ac4-4dfc-b04c-87f3557c4a69.png)...

I am not quite sure if I understood the permission management of drill correctly. It seems that we need to set users with different permissions in the data source and...

Hello everyone, I encountered some problems when I was using Drill 1.20.2 to connect MySQL database. When I execute the following SQL statement, an error occurred: SQL statement as follows:...

Hi everyone, i want to raise a discussion about the current behavior in drill regarding parquet timestamps. Drill uses `INT64` for timestamps and you can switch to `INT96` by setting...

create table in hive schame by drill as follows: create table hive.t (a string ,b string, c string) insert value lengths should longer than 256 words eg: insert into hive.t...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Failed to execute an insert statement across the database. Steps to reproduce the behavior: 1. Prepare the mysql and postgresql table structures and data. mysql: create table t1(c1 int, c2...

Order by expression failed to execute in mysql plugin Steps to reproduce the behavior: 1. The version information is as follows: ``` apache drill> select commit_message, commit_time from sys.version; +----------------------------------------------------------------------------------+---------------------------+...

The coalesce function failed in the master version Steps to reproduce the behavior: 1. The version information is as follows: apache drill> select commit_message, commit_time from sys.version; +----------------------------------------------------------------------------------+---------------------------+ | commit_message...

bug

Boolean expression failed to execute in mysql plugin 1. The version information is as follows: ``` apache drill> select commit_message, commit_time from sys.version; +----------------------------------------------------------------------------------+---------------------------+ | commit_message | commit_time | +----------------------------------------------------------------------------------+---------------------------+...

bug