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

fix: remove channel closed messages #1502

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

wjones127
Copy link
Contributor

@wjones127 wjones127 commented Nov 1, 2023

These messages are annoying, and all they are saying is the stream was cancelled, which is generally intentional. We do take care to log error messages that weren't able to be sent because of cancellation, to make sure this doesn't mask any meaningful errors.

Fixes #1470

Copy link

github-actions bot commented Nov 1, 2023

ACTION NEEDED

Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

@wjones127 wjones127 marked this pull request as ready for review November 1, 2023 23:17
Copy link
Contributor

@changhiskhan changhiskhan left a comment

Choose a reason for hiding this comment

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

Thank you!

@wjones127 wjones127 merged commit f427bd2 into main Nov 1, 2023
15 of 16 checks passed
@wjones127 wjones127 deleted the wjones127/channel-closed-msg branch November 1, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExecNode(Projection): channel closed when to_batches is called
2 participants