Skip to content

Commit 43abc4c

Browse files
committed
reduce changes
1 parent 387cae4 commit 43abc4c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Storages/ObjectStorage/DataLakes/DeltaLakeMetadataDeltaKernel.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ class DeltaLakeMetadataDeltaKernel final : public IDataLakeMetadata
2929
ObjectStoragePtr object_storage_,
3030
ConfigurationObserverPtr configuration_);
3131

32-
DeltaLakeMetadataDeltaKernel(const DeltaLakeMetadataDeltaKernel & other) : log(other.log), table_snapshot(other.table_snapshot) {}
33-
3432
bool supportsUpdate() const override { return true; }
3533

3634
bool update(const ContextPtr & context) override;

src/Storages/ObjectStorage/DataLakes/Iceberg/SchemaProcessor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class IcebergSchemaProcessor
7878
using Node = ActionsDAG::Node;
7979

8080
public:
81-
8281
void addIcebergTableSchema(Poco::JSON::Object::Ptr schema_ptr);
8382
std::shared_ptr<NamesAndTypesList> getClickhouseTableSchemaById(Int32 id);
8483
std::shared_ptr<const ActionsDAG> getSchemaTransformationDagByIds(Int32 old_id, Int32 new_id);

0 commit comments

Comments
 (0)