apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.93k stars 980 forks source link

DRILL-8435: Pin the version of Calcite in the master branch #2804

Closed jnturton closed 1 year ago

jnturton commented 1 year ago

DRILL-8435: Pin the version of Calcite in the master branch

Description

Unfortunately the experiment to depend on the latest snapshot of the Calcite main branch has resulted in too much breakage, as some feared it would. Here we propose to pin the dependency on the last known good snapshot of Calcite 1.35 Calcite 1.34 in the hopes that Drill 1.22 will later be releasable based on Calcite >= 1.35.

Documentation

N/A

Testing

Existing and new unit tests.