We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8455f61 commit baafb89Copy full SHA for baafb89
src/iceberg/table_scan.cc
@@ -270,7 +270,6 @@ Result<std::vector<std::shared_ptr<FileScanTask>>> DataTableScan::PlanFiles() co
270
271
std::vector<std::shared_ptr<FileScanTask>> tasks;
272
ICEBERG_ASSIGN_OR_RAISE(auto partition_spec, context_.table_metadata->PartitionSpec());
273
- // auto partition_schema = context_.table_metadata->Schema().value();
274
275
// Get the table schema and partition type
276
ICEBERG_ASSIGN_OR_RAISE(auto current_schema, context_.table_metadata->Schema());
0 commit comments