-
-
Notifications
You must be signed in to change notification settings - Fork 8
Feat: Trino Listener Integration #753
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
base: main
Are you sure you want to change the base?
Conversation
&ListenerReference::ListenerName(group_listener_name.to_string()), | ||
unversioned_recommended_labels, | ||
) | ||
.context(BuildListenerPersistentVolumeSnafu)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, the new
method always returns Ok()
. Ideally it should be fixed in stackable-operator: https://github.com/stackabletech/operator-rs/blob/c0c928f336e7f784eb2a869adb3228fe704f88c9/crates/stackable-operator/src/builder/pod/volume.rs#L501-L504
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved by this PR: stackabletech/operator-rs#1058
Description
fixes #700
Definition of Done Checklist
Author
Reviewer
Acceptance
type/deprecation
label & add to the deprecation scheduletype/experimental
label & add to the experimental features tracker