anuragmantri commented on code in PR #3128:
URL: https://github.com/apache/iceberg-rust/pull/3128#discussion_r3907896795
##########
crates/iceberg/src/scan/task.rs:
##########
@@ -150,6 +150,20 @@ pub struct FileScanTask {
#[builder(default)]
pub unified_partition_type: Option<Arc<StructType>>,
+ /// The sort order that this file's rows are sorted by, resolved from the
data file's
+ /// `sort_order_id` against the table's known sort orders. `None` if the
file has no
Review Comment:
Good catch. I changed it so that `Some` is returned only when the file has
valid sort order (>0).
--
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]