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

**Is your feature request related to a problem? Please describe.** For time-series analysis, I would like to be able to lag columns for more than one position offset. currently the...

verified

relates to #2967 phoenix 5.2.1 uses HBase 2.5 and Zookeeper 3.8 https://mvnrepository.com/artifact/org.apache.phoenix/phoenix/5.2.1

code-cleanup
dependencies
backport-to-stable

**Describe the bug** There are some redundant “git.properties” definition from "pom.xml" which causes build fail. **To Reproduce** 1. Build the project via: mvn clean package -DskipTests 2. Build fails with...

bug

**Is your feature request related to a problem? Please describe.** We are using drill-fmpp-maven-plugin in IoTDB project. However, drill-fmpp-maven-plugin will download some useless xml files, which takes too much time...

``` apache drill> SELECT EventDate >= 15900 FROM dfs.`/hits.parquet` LIMIT 10 2..semicolon> ; Error: INTERNAL_ERROR ERROR: Failure while materializing expression. Errors: Error in expression at index -1. Error: Missing function...