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