drill
drill copied to clipboard
Apache Drill is a distributed MPP query layer for self describing data
Bumps org.apache.avro:avro from 1.11.3 to 1.11.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
# [DRILL-8260](https://issues.apache.org/jira/browse/DRILL-8260): added platforms (linux/amd64,linux/arm64) on docker build ## Description Added the following platforms in the build file from the hooks folder: linux/amd64 and linux/arm64 ## Documentation Now Apache Drill...
**Is your feature request related to a problem? Please describe.** It's annoying that there is no other option but just linux/amd-64 on the docker hub, I think it would be...
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.3 to 3.25.5. Release notes Sourced from com.google.protobuf:protobuf-java's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
Bumps commons-io:commons-io from 2.7 to 2.14.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Blocking all CI builds. https://github.com/apache/drill/actions/runs/11197667892/job/31127951060#step:5:26707 ``` [INFO] Running org.apache.drill.exec.store.jdbc.TestJdbcPluginWithMSSQL Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 254.0 s
# [DRILL-8512](https://issues.apache.org/jira/browse/DRILL-XXXX): ReduceAndSimplifyFilterRule fails with NullPointerException ## Description I'm not sure why the following issue wasn't before, but it's clear, why the issue appears at all - because we provide...
# [DRILL-8511](https://issues.apache.org/jira/browse/DRILL-8511): Overflow appeared when the batch reached rows limit ## Description The size-aware scan framework fails to end the batch. Framework tries to reallocate the vector on batch end,...
# [DRILL-XXXX](https://issues.apache.org/jira/browse/DRILL-XXXX): PR Title (Please replace `PR Title` with actual PR Title) ## Description (Please describe the change. If more than one ticket is fixed, include a reference to those...
Hello Drill community, Recently, we have encountered with the following issue(` UNSUPPORTED_OPERATION ERROR: HashJoinBatch does not support schema changes in build side. Prior schema`), when joining two CTEs. There two...