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

[CHANGE ME] Re-generated to pick up changes from self.#758

Closed
yoshi-automation wants to merge 1 commit intomasterfrom
autosynth-self
Closed

[CHANGE ME] Re-generated to pick up changes from self.#758
yoshi-automation wants to merge 1 commit intomasterfrom
autosynth-self

Conversation

@yoshi-automation
Copy link
Copy Markdown
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b20f159d-e985-4170-a598-3068fb5b6ca3/targets

  • To automatically regenerate this PR, check this box.

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
@generated-files-bot
Copy link
Copy Markdown

Warning: This pull request is touching the following templated files:

  • .github/generated-files-bot.yml

@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Dec 30, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 30, 2020
@stephaniewang526
Copy link
Copy Markdown
Contributor

stephaniewang526 commented Jan 5, 2021

@yirutang I believe we have to remove append related methods in tests given the errors below:

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project google-cloud-bigquerystorage: Compilation failure: Compilation failure: 
Error:  /home/runner/work/java-bigquerystorage/java-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/it/ITBigQueryWriteManualClientTest.java:[335,27] no suitable method found for append(org.json.JSONArray,int,boolean)
Error:      method com.google.cloud.bigquery.storage.v1beta2.JsonStreamWriter.append(org.json.JSONArray,long) is not applicable
Error:        (actual and formal argument lists differ in length)
Error:      method com.google.cloud.bigquery.storage.v1beta2.JsonStreamWriter.append(org.json.JSONArray) is not applicable
Error:        (actual and formal argument lists differ in length)
Error:  /home/runner/work/java-bigquerystorage/java-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/it/ITBigQueryWriteManualClientTest.java:[354,27] no suitable method found for append(org.json.JSONArray,int,boolean)
Error:      method com.google.cloud.bigquery.storage.v1beta2.JsonStreamWriter.append(org.json.JSONArray,long) is not applicable
Error:        (actual and formal argument lists differ in length)
Error:      method com.google.cloud.bigquery.storage.v1beta2.JsonStreamWriter.append(org.json.JSONArray) is not applicable
Error:        (actual and formal argument lists differ in length)
Error:  /home/runner/work/java-bigquerystorage/java-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/it/ITBigQueryWriteManualClientTest.java:[357,27] no suitable method found for append(org.json.JSONArray,int,boolean)
Error:      method com.google.cloud.bigquery.storage.v1beta2.JsonStreamWriter.append(org.json.JSONArray,long) is not applicable
Error:        (actual and formal argument lists differ in length)
Error:      method com.google.cloud.bigquery.storage.v1beta2.JsonStreamWriter.append(org.json.JSONArray) is not applicable
Error:        (actual and formal argument lists differ in length)

WDYT?

@stephaniewang526
Copy link
Copy Markdown
Contributor

Should be fixed by: #760

shubhwip pushed a commit to shubhwip/java-bigquerystorage that referenced this pull request Oct 7, 2023
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. cla: yes This human has signed the Contributor License Agreement. context: none

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants