luoyuxia commented on code in PR #326:
URL: https://github.com/apache/fluss-rust/pull/326#discussion_r2808222770
##########
crates/fluss/src/metadata/datatype.rs:
##########
@@ -838,6 +857,12 @@ impl ArrayType {
}
}
+impl Default for ArrayType {
Review Comment:
we shouldn't have default for array type
##########
crates/fluss/src/metadata/datatype.rs:
##########
@@ -885,6 +910,15 @@ impl MapType {
}
}
+impl Default for MapType {
+ fn default() -> Self {
Review Comment:
we shouldn't have default for array type
--
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]