luoyuxia commented on code in PR #96:
URL: https://github.com/apache/paimon-rust/pull/96#discussion_r2880999913
##########
crates/paimon/src/table/source.rs:
##########
@@ -34,7 +34,7 @@ pub struct DataSplit {
partition: BinaryRow,
bucket: i32,
bucket_path: String,
- total_buckets: Option<i32>,
+ total_buckets: i32,
Review Comment:
java use nuaable Integer for potential null value. But I think it won't be
null in new version paimon. So, I remove `Option`.
For reference: https://github.com/apache/paimon/pull/5537 may be a related
pr.
--
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]