Skip to content

Commit dd900e2

Browse files
Apply suggestions from code review
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent e9ce6e2 commit dd900e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13-
- Adds Listener integration for Trino ([#753]).
13+
- Add Listener integration for Trino ([#753]).
1414

1515
### Changed
1616

rust/operator-binary/src/listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub enum Error {
3232

3333
#[snafu(display("failed to build listener volume"))]
3434
BuildListenerPersistentVolume {
35-
source: ListenerOperatorVolumeSourceBuilderError,
35+
source: stackable_operator::builder::pod::volume::ListenerOperatorVolumeSourceBuilderError,
3636
},
3737
}
3838

0 commit comments

Comments
 (0)