liurenjie1024 commented on code in PR #1930:
URL: https://github.com/apache/iceberg-rust/pull/1930#discussion_r2618948112
##########
crates/iceberg/src/scan/task.rs:
##########
@@ -104,6 +104,9 @@ pub struct FileScanTask {
#[serde(serialize_with = "serialize_not_implemented")]
#[serde(deserialize_with = "deserialize_not_implemented")]
pub name_mapping: Option<Arc<NameMapping>>,
+
+ /// Whether this scan task should treat column names as case-sensitive
when binding predicates.
+ pub case_sensitive: bool,
Review Comment:
I think this should be set according `TableScan`?
--
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]