sdd commented on code in PR #241:
URL: https://github.com/apache/iceberg-rust/pull/241#discussion_r1520319219
##########
crates/iceberg/src/scan.rs:
##########
@@ -52,6 +62,18 @@ impl<'a> TableScanBuilder<'a> {
self
}
+ /// Sets the scan as being case-insensitive
+ pub fn with_case_insensitivity(mut self) -> Self {
Review Comment:
I'm open to that. I assumed that being case-sensitive would be the default,
and so you'd only need to call the builder method if you wanted the opposite of
that. Keen to hear other thoughts.
--
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]