mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
Fix bad conflict resolution
This commit is contained in:
parent
bed4eaaafa
commit
5e51114a6a
@ -74,6 +74,8 @@ IcebergMetadata::IcebergMetadata(
|
|||||||
current_schema_id = schema_id;
|
current_schema_id = schema_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
enum class ManifestEntryStatus : uint8_t
|
enum class ManifestEntryStatus : uint8_t
|
||||||
{
|
{
|
||||||
EXISTING = 0,
|
EXISTING = 0,
|
||||||
@ -123,6 +125,8 @@ bool operator!=(const Poco::JSON::Object & first, const Poco::JSON::Object & sec
|
|||||||
return !(first == second);
|
return !(first == second);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
DataTypePtr IcebergSchemaProcessor::getSimpleType(const String & type_name)
|
DataTypePtr IcebergSchemaProcessor::getSimpleType(const String & type_name)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user