Skip to content

Commit baafb89

Browse files
authored
Update src/iceberg/table_scan.cc
1 parent 8455f61 commit baafb89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/iceberg/table_scan.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ Result<std::vector<std::shared_ptr<FileScanTask>>> DataTableScan::PlanFiles() co
270270

271271
std::vector<std::shared_ptr<FileScanTask>> tasks;
272272
ICEBERG_ASSIGN_OR_RAISE(auto partition_spec, context_.table_metadata->PartitionSpec());
273-
// auto partition_schema = context_.table_metadata->Schema().value();
274273

275274
// Get the table schema and partition type
276275
ICEBERG_ASSIGN_OR_RAISE(auto current_schema, context_.table_metadata->Schema());

0 commit comments

Comments
 (0)