Skip to content

Commit 28043b1

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/table_scan.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ class ICEBERG_EXPORT TableScanBuilder {
4040
TableScanBuilder& WithSnapshotId(int64_t snapshot_id);
4141

4242
/// \brief Selects columns to include in the scan.
43-
/// Defaults to none which means select all columns
44-
/// \param column_names A list of column names.
43+
/// \param column_names A list of column names. If empty, all columns will be selected.
4544
/// \return Reference to the builder.
4645
TableScanBuilder& WithColumnNames(const std::vector<std::string>& column_names);
4746

0 commit comments

Comments
 (0)