Skip to content

Allow ASOF JOIN over nullable right column#49826

Merged
vdimir merged 4 commits intomasterfrom
vdimir/asof_join_right_null
May 16, 2023
Merged

Allow ASOF JOIN over nullable right column#49826
vdimir merged 4 commits intomasterfrom
vdimir/asof_join_right_null

Conversation

@vdimir
Copy link
Copy Markdown
Member

@vdimir vdimir commented May 12, 2023

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

  • Allow ASOF JOIN over nullable right column

This PR is also fixes 01428_nullable_asof_join for analyzer, but change is for both old and new one.

@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-not-for-changelog This PR should not be mentioned in the changelog label May 12, 2023
@robot-ch-test-poll1
Copy link
Copy Markdown
Contributor

robot-ch-test-poll1 commented May 12, 2023

This is an automated comment for commit 1308c29 with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🟡 pending

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟡 pending
Mergeable CheckChecks if all other necessary checks are successful🟢 success
Push to DockerhubThe check for building and pushing the CI related docker images to docker hub🟢 success

{
chassert(kind == JoinKind::Left || kind == JoinKind::Inner);

// Filter out rows with NULLs in asof key
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to add a comment on why we should do it.

@novikd novikd self-assigned this May 12, 2023
@vdimir vdimir force-pushed the vdimir/asof_join_right_null branch from 48ac6e3 to 980b817 Compare May 15, 2023 16:57
@vdimir vdimir force-pushed the vdimir/asof_join_right_null branch from 5574612 to 1308c29 Compare May 16, 2023 14:23
@vdimir vdimir merged commit 8e5af2a into master May 16, 2023
@vdimir vdimir deleted the vdimir/asof_join_right_null branch May 16, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants