Skip to content

Commit

Permalink
[UT] fix fe compile error (#49067)
Browse files Browse the repository at this point in the history
Signed-off-by: stephen <[email protected]>
  • Loading branch information
stephen-shelby authored Jul 29, 2024
1 parent 861f156 commit e4e6903
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ public LogicalIcebergMetadataScanOperator(Table table,
this(table, colRefToColumnMetaMap, columnMetaToColRefMap, limit, predicate, TableVersionRange.empty());
}

public LogicalIcebergMetadataScanOperator(Table table,
Map<ColumnRefOperator, Column> colRefToColumnMetaMap,
Map<Column, ColumnRefOperator> columnMetaToColRefMap,
long limit,
ScalarOperator predicate) {
this(table, colRefToColumnMetaMap, columnMetaToColRefMap, limit, predicate, TableVersionRange.empty());
}
public LogicalIcebergMetadataScanOperator(Table table,
Map<ColumnRefOperator, Column> colRefToColumnMetaMap,
Map<Column, ColumnRefOperator> columnMetaToColRefMap,
Expand Down

0 comments on commit e4e6903

Please sign in to comment.