Skip to content

feat: [metastore] added ScalingConfig (v1) - #9350

Merged
emmileaf merged 5 commits into
mainfrom
owl-bot-copy-java-dataproc-metastore
Apr 26, 2023
Merged

emmileaf merged 5 commits into
mainfrom
owl-bot-copy-java-dataproc-metastore

Conversation

@gcf-owl-bot

@gcf-owl-bot gcf-owl-bot Bot commented Apr 14, 2023

Copy link
Copy Markdown
Contributor
  • Regenerate this pull request now.

feat: added Auxiliary Versions Config (v1)
feat: added Dataplex and BQ metastore types for federation (v1alpa, v1beta)

PiperOrigin-RevId: 524313740

Source-Link: googleapis/googleapis@63d1a0e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/400e991cfd3730a363adfb387444e5a6c624a411
Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy1tZXRhc3RvcmUvLk93bEJvdC55YW1sIiwiaCI6IjQwMGU5OTFjZmQzNzMwYTM2M2FkZmIzODc0NDRlNWE2YzYyNGE0MTEifQ==

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 14, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 14, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 14, 2023
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 14, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 14, 2023
@snippet-bot

snippet-bot Bot commented Apr 14, 2023

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 66 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 14, 2023
@emmileaf

emmileaf commented Apr 25, 2023

Copy link
Copy Markdown
Contributor

Will need to add dependencies manually to pom. Regenerating this PR first to include changes from #9357.

Log from failing presubmits:

Error: 0:227 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project google-cloud-dataproc-metastore: Compilation failure: Compilation failure: 
Error: 0:227 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java:[38,25] package com.google.iam.v1 does not exist
Error: 0:228 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java:[39,25] package com.google.iam.v1 does not exist
Error: 0:228 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java:[40,25] package com.google.iam.v1 does not exist
Error: 0:228 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java:[41,25] package com.google.iam.v1 does not exist
Error: 0:228 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/DataprocMetastoreFederationClient.java:[42,25] package com.google.iam.v1 does not exist
Error: 0:228 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationStub.java:[51,25] package com.google.iam.v1 does not exist
Error: 0:228 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/HttpJsonDataprocMetastoreFederationStub.java:[52,25] package com.google.iam.v1 does not exist
...

Additional errors from mvn -f java-dataproc-metastore test-compile:

[ERROR] /Users/emmwang/Working/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicyImpl.java:[21,39] package com.google.iam.v1.IAMPolicyGrpc does not exist
[ERROR] /Users/emmwang/Working/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockIAMPolicyImpl.java:[36,40] cannot find symbol
[ERROR]   symbol: class IAMPolicyImplBase
[ERROR] /Users/emmwang/Working/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
[ERROR] /Users/emmwang/Working/google-cloud-java/java-dataproc-metastore/google-cloud-dataproc-metastore/src/test/java/com/google/cloud/metastore/v1/MockLocationsImpl.java:[35,40] cannot find symbol
[ERROR]   symbol: class LocationsImplBase

@gcf-owl-bot

gcf-owl-bot Bot commented Apr 25, 2023

Copy link
Copy Markdown
Contributor Author

Owl bot is regenerating pull request 9350...
Build name: MzgxMDE3MzAtOTBhNy00NjU0LThkZjEtNmE5Y2FkZjJjYzY0

feat: added Auxiliary Versions Config (v1)
feat: added Dataplex and BQ metastore types for federation (v1alpa, v1beta)

PiperOrigin-RevId: 524313740

Source-Link: googleapis/googleapis@63d1a0e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/400e991cfd3730a363adfb387444e5a6c624a411
Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy1tZXRhc3RvcmUvLk93bEJvdC55YW1sIiwiaCI6IjQwMGU5OTFjZmQzNzMwYTM2M2FkZmIzODc0NDRlNWE2YzYyNGE0MTEifQ==
@gcf-owl-bot
gcf-owl-bot Bot force-pushed the owl-bot-copy-java-dataproc-metastore branch from c8c7f08 to 71ec9df Compare April 25, 2023 19:51
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 25, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 25, 2023
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 25, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2023
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 25, 2023
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 25, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 25, 2023
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 25, 2023
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 25, 2023
@emmileaf

Copy link
Copy Markdown
Contributor

Missing dependencies were added to google-cloud-dataproc-metastore/pom.xml in 2dddb2f to resolve compile and test-compile failures. @meltsufin could you help with a review of this manual change? Thanks!

@emmileaf
emmileaf requested review from emmileaf and meltsufin April 25, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants