ZENOTME commented on code in PR #401: URL: https://github.com/apache/iceberg-rust/pull/401#discussion_r1641278744
########## crates/iceberg/src/expr/predicate.rs: ########## @@ -879,12 +905,19 @@ mod tests { ) } + fn test_bound_predicate_serialize_diserialize(bound_predicate: BoundPredicate) { Review Comment: https://github.com/apache/iceberg-rust/blob/ea8d72924bf4da04a70b8aa3bb553a0e168e747b/crates/iceberg/src/expr/predicate.rs#L1200 case like this will test it? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org