Skip to content

Commit

Permalink
[GLUTEN-6977][CH] Remove concat function parser (apache#6978)
Browse files Browse the repository at this point in the history
* remove concat function parser

* update clickouse version
  • Loading branch information
taiyang-li authored Aug 28, 2024
1 parent da59376 commit 01b334b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
2 changes: 1 addition & 1 deletion cpp-ch/clickhouse.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
CH_BRANCH=rebase_ch/20240823
CH_COMMIT=8532edf7d75
CH_COMMIT=6feb101b7b9
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Conv, conv, sparkConv);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Uuid, uuid, generateUUIDv4);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Levenshtein, levenshtein, editDistanceUTF8);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(FormatString, format_string, printf);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Concat, concat, concat);

REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Crc32, crc32, CRC32);
REGISTER_COMMON_SCALAR_FUNCTION_PARSER(Murmur3Hash, murmur3hash, sparkMurmurHash3_32);
Expand Down
80 changes: 0 additions & 80 deletions cpp-ch/local-engine/Parser/scalar_function_parser/concat.cpp

This file was deleted.

0 comments on commit 01b334b

Please sign in to comment.