Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

fix: return row-level error information via an AppendSerializtionError#1813

Merged
yirutang merged 1 commit intogoogleapis:mainfrom
agrawal-siddharth:return-error-rows
Oct 3, 2022
Merged

fix: return row-level error information via an AppendSerializtionError#1813
yirutang merged 1 commit intogoogleapis:mainfrom
agrawal-siddharth:return-error-rows

Conversation

@agrawal-siddharth
Copy link
Copy Markdown
Contributor

@agrawal-siddharth agrawal-siddharth commented Oct 3, 2022

BEGIN_COMMIT_OVERRIDE
feat: return list of row errors from append
fix: return row-level error information via an AppendSerializtionError exception
END_COMMIT_OVERRIDE

@agrawal-siddharth agrawal-siddharth requested review from a team and chalmerlowe October 3, 2022 03:28
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. labels Oct 3, 2022
LOG.info("Sending three messages");
ApiFuture<AppendRowsResponse> futureResponse =
streamWriter.append(
CreateProtoRows(new String[] {"aaabbbcccddd", "bbb", "cccdddeeefffggg"}), -1);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Shouldn't block this checkin, could you try to hit the timestamp error in the bug to verify that path is fixed?

@yirutang yirutang added the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 3, 2022
Copy link
Copy Markdown
Contributor

@yirutang yirutang left a comment

Choose a reason for hiding this comment

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

Some of the presubmit checks are failing, such as the title of the PR needs to be:
fix: xxxx

@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 3, 2022
@agrawal-siddharth agrawal-siddharth changed the title Return row-level error information via an AppendSerializtionError chore: return row-level error information via an AppendSerializtionError Oct 3, 2022
@yirutang yirutang added kokoro:run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 3, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 3, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 3, 2022
@yirutang yirutang changed the title chore: return row-level error information via an AppendSerializtionError fix: return row-level error information via an AppendSerializtionError Oct 3, 2022
@yirutang yirutang merged commit df7c6e9 into googleapis:main Oct 3, 2022
@Neenu1995 Neenu1995 added the release-please:force-run To run release-please label Oct 3, 2022
@release-please release-please bot removed the release-please:force-run To run release-please label Oct 3, 2022
gcf-owl-bot bot added a commit that referenced this pull request Jun 16, 2023
* chore: Update `dependabot.yml` template not to touch pip dependencies
Source-Link: googleapis/synthtool@f961eb0
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:af2eda87a54601ae7b7b2be5055c17b43ac98a7805b586772db314de8a7d4a1d
shubhwip pushed a commit to shubhwip/java-bigquerystorage that referenced this pull request Oct 7, 2023
…#1199)

* chore: Update `dependabot.yml` template not to touch pip dependencies
Source-Link: googleapis/synthtool@f961eb0
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:af2eda87a54601ae7b7b2be5055c17b43ac98a7805b586772db314de8a7d4a1d

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants