There was an error while loading. Please reload this page.
1 parent fbbb523 commit dc7eea8Copy full SHA for dc7eea8
src/query/storages/hive/hive/src/converters.rs
@@ -78,7 +78,7 @@ pub fn try_into_table_info(
78
storage
79
.location
80
.as_ref()
81
- .map(|location| location.to_string())
+ .map(|location| format!("{}/", location.trim_end_matches('/')))
82
} else {
83
None
84
};
0 commit comments