We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3da652 commit 25dd7dfCopy full SHA for 25dd7df
crates/catalog/glue/src/schema.rs
@@ -169,7 +169,7 @@ impl SchemaVisitor for GlueSchemaBuilder {
169
return Err(Error::new(
170
ErrorKind::FeatureUnsupported,
171
format!("Conversion from {p:?} is not supported"),
172
- ))
+ ));
173
}
174
PrimitiveType::Time | PrimitiveType::String | PrimitiveType::Uuid => {
175
"string".to_string()
crates/catalog/hms/src/schema.rs
@@ -126,7 +126,7 @@ impl SchemaVisitor for HiveSchemaBuilder {
126
127
128
129
130
131
132
0 commit comments