Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 6, 2024
1 parent 69958d9 commit 79bdbdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/connector/src/source/iceberg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ impl IcebergSplitEnumerator {
let mut position_delete_files = vec![];
let mut data_files = vec![];
let mut equality_delete_files = vec![];
// TODO(kwannoel): add filter here.
let scan = table
.scan()
.with_filter(predicate)
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/scheduler/plan_fragmenter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl Query {
}

#[derive(Debug, Clone)]
enum SourceFetchParameters {
pub enum SourceFetchParameters {
IcebergPredicate(IcebergPredicate),
KafkaTimebound {
lower: Option<i64>,
Expand Down

0 comments on commit 79bdbdf

Please sign in to comment.