Xuanwo commented on code in PR #20:
URL: https://github.com/apache/iceberg-rust/pull/20#discussion_r1282597257
##########
crates/iceberg/src/error.rs:
##########
@@ -44,6 +44,14 @@ pub enum ErrorKind {
///
/// This error is returned when given iceberg feature is not supported.
FeatureUnsupported,
+ /// Could not cast a byte slice to appropriate array
+ ///
+ /// This error occurs when converting Bytes to iceberg values.
+ ByteArrayConversionFailed,
Review Comment:
I think those kind could be treated as invalid data.
--
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]