-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] Update Calcite to 1.36 #2844
Conversation
@vvysotskyi @jnturton, I started experimenting with updating to Calcite 1.35 and there's some strange behavior that I could use some assistance with. Basically, for DECIMAL(), Calcite seems to be reversing the scale and precision. I'm not quite sure even where to start with this. Could you point me in the right direction? |
@cgivre, I think to fix it there are required changes in |
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.1.210...version-2.2.220) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…apache#2822) * Shut down MiniDFS cluster in TestInboundImpersonation.selectChainedView. * Ensure that MiniDFS is using simple auth in BaseTestImpersonation.
…/rdbms-metastore (apache#2812)
* Upgrade Hadoop to 3.3.6. * Upgrade Apache Phoenix libs to 5.1.3
…32.1.2-jre (apache#2827) * Remove Drill's shaded Guava. * Upgrade Guava 30.1.1-jre → 32.1.2-jre. * Suppress checkstyle warnings of "Unable to locate Source XRef".
--------- Co-authored-by: Michael Beckerle <[email protected]>
…pache#2839) * Add a 2GB swap file when setting up the Actions Runner. * Remove /proc/sys/vm/drop_caches snake oil. * Tune the heap and direct memory limits applied to the test suite.
…ding Parquet v2 data page (apache#2838)
DRILL-XXXX: Update Calcite to 1.35
(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 tickets.)
Documentation
(Please describe user-visible changes similar to what should appear in the Drill documentation.)
Testing
(Please describe how this PR has been tested.)