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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

yoshi-automation
Copy link
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

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
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
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 join this conversation on GitHub. Already have an account? Sign in to comment
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.

None yet

2 participants