mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix checks
This commit is contained in:
parent
dcc6f597dc
commit
625aa67dad
@ -1,10 +1,14 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <Functions/FunctionsConversion.h>
|
#include <Functions/FunctionsConversion.h>
|
||||||
|
|
||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
namespace ErrorCodes
|
||||||
|
{
|
||||||
|
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CastInternal does not preserve nullability of the data type,
|
* CastInternal does not preserve nullability of the data type,
|
||||||
* i.e. CastInternal(toNullable(toInt8(1)) as Int32) will be Int32(1).
|
* i.e. CastInternal(toNullable(toInt8(1)) as Int32) will be Int32(1).
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<yandex>
|
<yandex>
|
||||||
<profiles>
|
<profiles>
|
||||||
<cast_keep_nullable>1</cast_keep_nullable>
|
<default>
|
||||||
|
<cast_keep_nullable>1</cast_keep_nullable>
|
||||||
|
</default>
|
||||||
</profiles>
|
</profiles>
|
||||||
</yandex>
|
</yandex>
|
||||||
|
Loading…
Reference in New Issue
Block a user