File tree Expand file tree Collapse file tree
crates/api-snowflake-rest/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : |
2929 # Install lcov if not already installed
3030 sudo apt-get install -y lcov
31- cargo install cargo-llvm-cov -y
31+ cargo install cargo-llvm-cov
3232 rustup update
3333 rustup component add llvm-tools-preview
3434
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ pub enum SqlState {
2323 FeatureNotSupported ,
2424}
2525
26-
2726impl Display for SqlState {
2827 #[ allow( clippy:: as_conversions) ]
2928 fn fmt ( & self , f : & mut std:: fmt:: Formatter < ' _ > ) -> std:: fmt:: Result {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mod stress {
6363 // new error
6464 "External error: Iceberg error: The operation lacked the necessary privileges to complete for path metadata" ,
6565 "Table test_table not found" ,
66- // broken s3 tables error
66+ // broken s3 tables error
6767 "External error: Iceberg error: service error" ,
6868 // create table if not exists
6969 "External error: The operation lacked the necessary privileges to complete for path metadata" ,
You can’t perform that action at this time.
0 commit comments