jonathanc-n commented on code in PR #203:
URL: https://github.com/apache/hudi-rs/pull/203#discussion_r1866984489
##########
crates/core/src/table/mod.rs:
##########
@@ -194,7 +195,7 @@ impl Table {
pub async fn get_file_slices_splits(
&self,
n: usize,
- filters: &[(&str, &str, &str)],
+ filters: &[PartitionFilter],
Review Comment:
I made the fixes but I was a little confused how to deprecate this. Should I
create another similar function?
--
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]