Skip to content

Commit fa25891

Browse files
gty404wgtmac
andauthored
Update src/iceberg/table_scan.h
Co-authored-by: Gang Wu <[email protected]>
1 parent 28043b1 commit fa25891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/table_scan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ICEBERG_EXPORT TableScanBuilder {
4747
/// \brief Applies a filter expression to the scan.
4848
/// \param filter Filter expression to use.
4949
/// \return Reference to the builder.
50-
TableScanBuilder& WithFilter(const std::shared_ptr<Expression>& filter);
50+
TableScanBuilder& WithFilter(std::shared_ptr<Expression> filter);
5151

5252
/// \brief Builds and returns a TableScan instance.
5353
/// \return A Result containing the TableScan or an error.

0 commit comments

Comments
 (0)