Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Jan 8, 2025
1 parent 0c70f0a commit 37138fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/connector_common/iceberg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ impl IcebergCommon {
let catalog = iceberg_catalog_rest::RestCatalog::new(config);
Ok(Arc::new(catalog))
}
"glue_rest" => {
"glue_rust" => {
let mut iceberg_configs = HashMap::new();
// glue
if let Some(region) = &self.region {
Expand Down

0 comments on commit 37138fb

Please sign in to comment.