Skip to content

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jun 27, 2023

This also changes the JDK distribution from zulu to temurin
https://github.com/actions/setup-java#eclipse-temurin
Source-Link: googleapis/synthtool@ef9fe2e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31c8276a1bfb43766597d32645721c029cb94571f1b8d996cb2c290744fe52f9

This also changes the JDK distribution from zulu to temurin
https://github.com/actions/setup-java#eclipse-temurin
Source-Link: googleapis/synthtool@ef9fe2e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31c8276a1bfb43766597d32645721c029cb94571f1b8d996cb2c290744fe52f9
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners June 27, 2023 18:54
@gcf-owl-bot gcf-owl-bot bot requested a review from jainsahab June 27, 2023 18:55
@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 Jun 27, 2023
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Jun 27, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 27, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 27, 2023
@suztomo
Copy link
Member

suztomo commented Jun 28, 2023

https://github.com/googleapis/java-bigquery/actions/runs/5393560568/jobs/9793471246?pr=2781 is failing

Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:913: error: unknown tag: Dataset
Error:     *   Page<Dataset> datasets = bigquery.listDatasets(projectId, DatasetListOption.pageSize(100));
Error:             ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1043: error: unterminated inline tag
Error:     * {@code
Error:       ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1042: error: element not closed: pre
Error:     * <pre>
Error:       ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1279: error: tag not allowed here: <Table>
Error:     *   Page<Table> tables = bigquery.listTables(datasetName, TableListOption.pageSize(100));
Error:             ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1279: error: text not allowed in <Table> element
Error:     *   Page<Table> tables = bigquery.listTables(datasetName, TableListOption.pageSize(100));
Error:                    ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1279: error: end tag missing: </Table>
Error:     *   Page<Table> tables = bigquery.listTables(datasetName, TableListOption.pageSize(100));
Error:             ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1307: error: tag not allowed here: <Table>
Error:     *   Page<Table> tables = bigquery.listTables(datasetId, TableListOption.pageSize(100));
Error:             ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1307: error: text not allowed in <Table> element
Error:     *   Page<Table> tables = bigquery.listTables(datasetId, TableListOption.pageSize(100));
Error:                    ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1307: error: end tag missing: </Table>
Error:     *   Page<Table> tables = bigquery.listTables(datasetId, TableListOption.pageSize(100));
Error:             ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1342: error: malformed HTML
Error:     *   Map<String, Object> rowContent = new HashMap<>();
Error:            ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1342: error: malformed HTML
Error:     *   Map<String, Object> rowContent = new HashMap<>();
Error:                                                     ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1347: error: malformed HTML
Error:     *   Map<String, Object> recordsContent = new HashMap<>();
Error:            ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1347: error: malformed HTML
Error:     *   Map<String, Object> recordsContent = new HashMap<>();
Error:                                                         ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1356: error: malformed HTML
Error:     *     for (Entry<Long, List<BigQueryError>> entry : response.getInsertErrors().entrySet()) {
Error:                     ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1356: error: unknown tag: BigQueryError
Error:     *     for (Entry<Long, List<BigQueryError>> entry : response.getInsertErrors().entrySet()) {
Error:                                ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java:1512: error: unknown tag: Job
Error:     *   Page<Job> jobs = bigquery.listJobs(JobListOption.pageSize(100));
Error:             ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Connection.java:109: error: unknown tag: ExecuteSelectResponse
Error:     * ListenableFuture<ExecuteSelectResponse> executeSelectFuture = connection.executeSelectAsync(selectQuery);
Error:                       ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Connection.java:158: error: unknown tag: Parameter
Error:     *     List<Parameter> parameters = ImmutableList.of(stringParam, intArrayParam);
Error:               ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Connection.java:160: error: unknown tag: ExecuteSelectResponse
Error:     *     ListenableFuture<ExecuteSelectResponse> executeSelectFut =
Error:                           ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/ConnectionSettings.java:118: error: syntax error in reference
Error:     * value is required if {@link # allowLargeResults()} is {@code true}.
Error:                            ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Field.java:262: error: tag not allowed here: <ul>
Error:       *   <ul>
Error:           ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Field.java:265: error: tag not allowed here: <ul>
Error:       *   <ul>
Error:           ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Field.java:278: error: tag not allowed here: <ul>
Error:       *   <ul>
Error:           ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/RemoteFunctionOptions.java:81: error: malformed HTML
Error:     * @return Map<String, String>
Error:                  ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/RemoteFunctionOptions.java:99: error: unknown tag: Code
Error:    /** Returns a builder for a {@Code RemoteFunctionOptions} object. */
Error:                                ^
Error:  /home/runner/work/java-bigquery/java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/RoutineArgument.java:93: error: unknown tag: Code
Error:    /** Returns a builder for a {@Code RoutineArgument} object. */

@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Jun 28, 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 Jun 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 28, 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 Jun 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 28, 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 Jun 28, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 28, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 28, 2023
@Neenu1995 Neenu1995 merged commit 07760b7 into main Jun 28, 2023
@Neenu1995 Neenu1995 deleted the owl-bot-update-lock-31c8276a1bfb43766597d32645721c029cb94571f1b8d996cb2c290744fe52f9 branch June 28, 2023 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/java-bigquery API. owl-bot-update-lock size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants