8000 Make materialization notices warnings not errors · Issue #677 · tidyverse/duckplyr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make materialization notices warnings not errors #677

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

Open
andersen-hecon opened this issue Apr 8, 2025 · 1 comment
Open

Make materialization notices warnings not errors #677

andersen-hecon opened this issue Apr 8, 2025 · 1 comment
Labels
reprex needs a minimal reproducible example

Comments

@andersen-hecon
Copy link

Currently, when duckplyr materializes a dataset (and has a problem doing so) it is output as an error message despite the relevant code continuing to run correctly. This causes problems in job-based processing (I use SLURM on a HPC cluster) since the resulting notifications indicate that a job failed, when it was actually successful, there was just an issue with materialization at one point in the process.

It seems like these messages should be warnings rather than errors.

@krlmlr
Copy link
Member
krlmlr commented Apr 8, 2025

Thanks. Can you please share a reproducible example, preferably using the reprex package?

@krlmlr krlmlr added the reprex needs a minimal reproducible example label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reprex needs a minimal reproducible example
Projects
None yet
Development

No branches or pull requests

2 participants
0