@@ -9,23 +9,22 @@ use stackable_operator::{
99use crate :: {
1010 authentication:: TrinoAuthenticationConfig ,
1111 catalog:: config:: CatalogConfig ,
12- config:: client_protocol,
12+ config:: { client_protocol, fault_tolerant_execution } ,
1313 controller:: { STACKABLE_LOG_CONFIG_DIR , STACKABLE_LOG_DIR } ,
1414 crd:: {
1515 CONFIG_DIR_NAME , Container , EXCHANGE_MANAGER_PROPERTIES , LOG_PROPERTIES ,
1616 RW_CONFIG_DIR_NAME , SPOOLING_MANAGER_PROPERTIES , STACKABLE_CLIENT_TLS_DIR ,
1717 STACKABLE_INTERNAL_TLS_DIR , STACKABLE_MOUNT_INTERNAL_TLS_DIR ,
1818 STACKABLE_MOUNT_SERVER_TLS_DIR , STACKABLE_SERVER_TLS_DIR , STACKABLE_TLS_STORE_PASSWORD ,
19- SYSTEM_TRUST_STORE , SYSTEM_TRUST_STORE_PASSWORD , TrinoRole ,
20- fault_tolerant_execution:: ResolvedFaultTolerantExecutionConfig , v1alpha1,
19+ SYSTEM_TRUST_STORE , SYSTEM_TRUST_STORE_PASSWORD , TrinoRole , v1alpha1,
2120 } ,
2221} ;
2322
2423pub fn container_prepare_args (
2524 trino : & v1alpha1:: TrinoCluster ,
2625 catalogs : & [ CatalogConfig ] ,
2726 merged_config : & v1alpha1:: TrinoConfig ,
28- resolved_fte_config : & Option < ResolvedFaultTolerantExecutionConfig > ,
27+ resolved_fte_config : & Option < fault_tolerant_execution :: ResolvedFaultTolerantExecutionConfig > ,
2928 resolved_spooling_config : & Option < client_protocol:: ResolvedClientProtocolConfig > ,
3029) -> Vec < String > {
3130 let mut args = vec ! [ ] ;
0 commit comments