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

Error message duplication in parallel mode #742

Open
dmpetrov opened this issue Dec 24, 2024 · 1 comment
Open

Error message duplication in parallel mode #742

dmpetrov opened this issue Dec 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dmpetrov
Copy link
Member

Description

DC prints error message for each process which ruins user experience.

From quick start:

chain = (
   DataChain.from_storage("gs://datachain-demo/chatbot-KiT/",
                          object_name="file", type="text")
   .settings(parallel=8, cache=True)
   .map(is_positive=is_positive_dialogue_ending)
   .save("file_response")
)

I think, it's ok to show only one message even in cases when the messages might not match (different errors). User can fix the errors one by one.

Version Info


@dmpetrov dmpetrov added the bug Something isn't working label Dec 24, 2024
@ricor07
Copy link

ricor07 commented Dec 28, 2024

Hello, I'd like to work on the project by fixing this issue. Can you assign this to me? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants