Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Apr 15, 2024
1 parent c63e930 commit 6516e92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/connector/src/sink/snowflake_connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ impl SnowflakeS3Client {
let config = ObjectStoreConfig::default();

// create the s3 engine for streaming upload to the intermediate s3 bucket
// note: this will lead to an internal panic if any credential / intermediate creation
// process has error, which may not be acceptable...
// but it's hard to gracefully handle the error without modifying downstream return type(s)...
let opendal_s3_engine = OpendalObjectStore::new_s3_engine_with_credentials(
&s3_bucket,
config,
Expand Down

0 comments on commit 6516e92

Please sign in to comment.