Skip to content

Commit 6723e7c

Browse files
committed
Fixed compilation
1 parent f666dca commit 6723e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ IcebergIterator::IcebergIterator(
297297
blocking_queue.finish();
298298
}))
299299
, callback(std::move(callback_))
300-
, format(configuration_.lock()->format)
301-
, compression_method(configuration_.lock()->compression_method)
300+
, format(configuration_.lock()->getFormat)
301+
, compression_method(configuration_.lock()->getCompressionMethod())
302302
, persistent_components(persistent_components_)
303303
, table_schema_id(table_snapshot_->schema_id)
304304
{

0 commit comments

Comments
 (0)