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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faker and BigQuery cleanups #24276

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Conversation

hashhar
Copy link
Member

@hashhar hashhar commented Nov 27, 2024

Description

Reverts an un-needed and unused change in BigQuery.
Fixes pom for the trino-faker module.

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Nov 27, 2024
@github-actions github-actions bot added the bigquery BigQuery connector label Nov 27, 2024
This reverts commit 4d7522f.
The tests were made stable by other means instead of increased timeouts
and hence this commit's changes are unused.

For user-facing config the older values are sufficient and reasonable.
test-jar is not a valid value for <scope>. It's a valid value for <type>
however for trino-faker these dependencies' correct scope is runtime and
the type is jar.

Before this change the build logged a warning about this:

    Warning:  Some problems were encountered while building the effective model for io.trino:trino-faker:trino-plugin:466-SNAPSHOT
    Warning:  'dependencies.dependency.scope' for io.airlift:log:jar must be one of [provided, compile, runtime, test, system] but is 'test-jar'. @ line 169, column 20
    Warning:  'dependencies.dependency.scope' for io.airlift:log-manager:jar must be one of [provided, compile, runtime, test, system] but is 'test-jar'. @ line 175, column 20
    Warning:  'dependencies.dependency.scope' for io.trino:trino-client:jar must be one of [provided, compile, runtime, test, system] but is 'test-jar'. @ line 181, column 20
    Warning:
    Warning:  It is highly recommended to fix these problems because they threaten the stability of your build.
    Warning:
    Warning:  For this reason, future Maven versions might no longer support building such malformed projects.
@hashhar hashhar merged commit a603ad8 into trinodb:master Nov 27, 2024
16 checks passed
@hashhar hashhar deleted the hashhar/random-cleanups branch November 27, 2024 14:30
@github-actions github-actions bot added this to the 466 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed
Development

Successfully merging this pull request may close these issues.

3 participants