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 f666dca commit 6723e7cCopy full SHA for 6723e7c
src/Storages/ObjectStorage/DataLakes/Iceberg/IcebergIterator.cpp
@@ -297,8 +297,8 @@ IcebergIterator::IcebergIterator(
297
blocking_queue.finish();
298
}))
299
, callback(std::move(callback_))
300
- , format(configuration_.lock()->format)
301
- , compression_method(configuration_.lock()->compression_method)
+ , format(configuration_.lock()->getFormat)
+ , compression_method(configuration_.lock()->getCompressionMethod())
302
, persistent_components(persistent_components_)
303
, table_schema_id(table_snapshot_->schema_id)
304
{
0 commit comments