qzyu999 commented on code in PR #474:
URL: https://github.com/apache/fluss-rust/pull/474#discussion_r3033748616
##########
bindings/python/src/metadata.rs:
##########
@@ -765,3 +766,116 @@ impl DatabaseInfo {
Self { __info: info }
}
}
+
+/// Represents a Fluss data type
+#[pyclass]
+#[derive(Clone)]
+pub struct DataType {
Review Comment:
Hi @fresh-borzoni, this is actually a valid point, none of that `DataType`
usage is useful anywhere outside of testing. I was looking to build a way to
validate the nested data types within arrays, but it's never made available to
the actual API itself since Fluss relies on PyArrow. I've removed all such
references as of 5315521b89b4ffe1de53066d8fba8de88cb6b2ff.
--
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]