mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
update
This commit is contained in:
parent
a87fb7dc84
commit
d2e840f60a
@ -10,9 +10,6 @@
|
|||||||
#include <DataTypes/Serializations/SerializationNullable.h>
|
#include <DataTypes/Serializations/SerializationNullable.h>
|
||||||
#include <DataTypes/getLeastSupertype.h>
|
#include <DataTypes/getLeastSupertype.h>
|
||||||
|
|
||||||
#include <Poco/Logger.h>
|
|
||||||
#include <Common/logger_useful.h>
|
|
||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -61,7 +58,6 @@ JSONEachRowRowInputFormat::JSONEachRowRowInputFormat(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG_ERROR(getLogger("JSONEachRowRowInputFormat"), "xxx throw on duplicated fields: {}", format_settings_.json.throw_on_duplicated_fields);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const String & JSONEachRowRowInputFormat::columnName(size_t i) const
|
const String & JSONEachRowRowInputFormat::columnName(size_t i) const
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
f6 Nullable(UInt64),
|
f6 Nullable(UInt64),
|
||||||
f7 Nullable(String),
|
f7 Nullable(String),
|
||||||
f8 Nullable(String)
|
f8 Nullable(String)
|
||||||
) ENGINE = File(JSONEachRow)</create_query>
|
) ENGINE = File(JSONEachRow) settings input_format_json_throw_on_duplicated_fields=0 </create_query>
|
||||||
<fill_query>
|
<fill_query>
|
||||||
insert into t
|
insert into t
|
||||||
select
|
select
|
||||||
|
Loading…
Reference in New Issue
Block a user