Shekharrajak commented on code in PR #2423:
URL: https://github.com/apache/iceberg-rust/pull/2423#discussion_r3265931763
##########
crates/catalog/glue/src/schema.rs:
##########
@@ -182,6 +182,13 @@ impl SchemaVisitor for GlueSchemaBuilder {
Ok(glue_type)
}
+
+ fn variant(&mut self, _v: &iceberg::spec::VariantType) ->
iceberg::Result<String> {
Review Comment:
We will work on this in follow up PRs
##########
crates/catalog/hms/src/schema.rs:
##########
@@ -139,6 +139,13 @@ impl SchemaVisitor for HiveSchemaBuilder {
Ok(hive_type)
}
+
+ fn variant(&mut self, _v: &iceberg::spec::VariantType) ->
iceberg::Result<String> {
Review Comment:
We will work on this in follow up PRs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]