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

spark connector: should handle the returns after write #1329

Closed
vagetablechicken opened this issue Feb 25, 2022 · 3 comments · Fixed by #1429
Closed

spark connector: should handle the returns after write #1329

vagetablechicken opened this issue Feb 25, 2022 · 3 comments · Fixed by #1429
Labels
good first issue Good for newcomers

Comments

@vagetablechicken
Copy link
Collaborator

executeBatch will return a list of int, 0 means ok, -1 means insert failed.
Read the list, if not all 0, throw an exception.

@TheFu527
Copy link
Contributor

TheFu527 commented Mar 7, 2022

I would like to help.

@vagetablechicken
Copy link
Collaborator Author

I would like to help.

👍 If you need help, just ask for it.

@cswjd
Copy link
Contributor

cswjd commented Mar 11, 2022

I would like to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants