Skip to content

Commit 016aac6

Browse files
authored
Update IcebergIterator.cpp
1 parent 6723e7c commit 016aac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergIterator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ IcebergIterator::IcebergIterator(
297297
blocking_queue.finish();
298298
}))
299299
, callback(std::move(callback_))
300-
, format(configuration_.lock()->getFormat)
300+
, format(configuration_.lock()->getFormat())
301301
, compression_method(configuration_.lock()->getCompressionMethod())
302302
, persistent_components(persistent_components_)
303303
, table_schema_id(table_snapshot_->schema_id)

0 commit comments

Comments
 (0)