Skip to content
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

IR cleanups #21286

Merged
merged 6 commits into from
Mar 27, 2024
Merged

IR cleanups #21286

merged 6 commits into from
Mar 27, 2024

Conversation

martint
Copy link
Member

@martint martint commented Mar 27, 2024

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

martint added 3 commits March 27, 2024 00:04
Previously, the result value could simultaneously encode a
missing binding, a null value and a non-null value. It
was up to the caller to check whether the result was an
Expression, a Constant, or another non-IR value.

The updated version encodes the presence or absence via
an Optional, and the null vs non-null via the IR Constant
encoding.
@cla-bot cla-bot bot added the cla-signed label Mar 27, 2024
@github-actions github-actions bot added tests:hive iceberg Iceberg connector hive Hive connector labels Mar 27, 2024
@martint martint merged commit 80e492a into trinodb:master Mar 27, 2024
96 of 97 checks passed
@martint martint deleted the ir-cleanup branch March 27, 2024 18:03
@github-actions github-actions bot added this to the 444 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

2 participants