aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinmukhammed <dinmukhammed@yandex-team.ru>2022-02-22 22:04:50 +0300
committerdinmukhammed <dinmukhammed@yandex-team.ru>2022-02-22 22:04:50 +0300
commit4405aa1e13f913036875974a4a45c0c99036463b (patch)
treec2bdab65e68c1677e6ab52e05c97139572a0f9c2
parent5526b2217456a48a3a399a58e81254e95682bdd2 (diff)
downloadydb-4405aa1e13f913036875974a4a45c0c99036463b.tar.gz
YQ-893 RawBLOB --> raw_blob
RawBLOB --> raw_blob ref:8b0b88a3e8082d0eb558b95ff97369b959f33d59
-rw-r--r--ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp b/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp
index 927f612f27f..ada19db051a 100644
--- a/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp
+++ b/ydb/library/yql/udfs/common/clickhouse/client/src/Processors/Formats/Impl/RawBLOBRowInputFormat.cpp
@@ -41,7 +41,7 @@ bool RawBLOBRowInputFormat::readRow(MutableColumns & columns, RowReadExtension &
void registerInputFormatProcessorRawBLOB(FormatFactory & factory)
{
- factory.registerInputFormatProcessor("RawBLOB", [](
+ factory.registerInputFormatProcessor("raw_blob", [](
ReadBuffer & buf,
const Block & sample,
const RowInputFormatParams & params,