-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Suppress single table errors during metadata listing #21981
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
Suppress single table errors during metadata listing #21981
Conversation
196af15 to
7ff0098
Compare
core/trino-main/src/main/java/io/trino/metadata/MetadataManager.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveMetadataListing.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveMetadataListing.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveMetadataListing.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveMetadataListing.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/metadata/MetadataManager.java
Outdated
Show resolved
Hide resolved
Pls add the stacktrace of the exception |
35b94c7 to
a44a0d9
Compare
plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveMetadataListing.java
Outdated
Show resolved
Hide resolved
|
/test-with-secrets sha=a44a0d916f79340a97756ae714f8342fa8f01630 |
core/trino-main/src/main/java/io/trino/metadata/MetadataManager.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/metadata/MetadataManager.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/metadata/MetadataManager.java
Outdated
Show resolved
Hide resolved
|
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/9109152980 |
|
Tests with secrets failed on |
a44a0d9 to
477bedb
Compare
|
CI hit: #21862 |
Description
In case of table error (e.g Table SerdeInfo is null) listing is failing.
This change filter outs views causing errors from lists returned when listing tables.
Additional context and related issues
Example stack trace:
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: