/ClickHouse/src/Functions/Kusto/kqlBetween.cpp:60: const auto arg_it = std::ranges::find_if(arguments, [](const auto & argument) { /ClickHouse/src/Functions/Kusto/kqlMakeString.cpp:66: const auto arg_it = std::ranges::find_if(arguments, [](const auto & argument) { /ClickHouse/src/Parsers/Kusto/ParserKQLOperators.cpp:170: = std::accumulate(tokens.cbegin(), tokens.cend(), std::string(), [&has_token_suffix, &haystack](auto acc, const auto & token) { ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH is defined but not used in file /ClickHouse/src/Functions/Kusto/kqlBetween.cpp ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH is defined but not used in file /ClickHouse/src/Functions/Kusto/kqlNot.cpp ErrorCodes::LOGICAL_ERROR is used in file /ClickHouse/src/Functions/HasTokenImpl.h but not defined ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT is used in file /ClickHouse/src/Functions/Kusto/kqlIndexOfRegex.cpp but not defined ************* Module version_test /ClickHouse/tests/ci/version_test.py:1:0: R0401: Cyclic import (build_download_helper -> get_robot_token -> env_helper) (cyclic-import) File /ClickHouse/src/Parsers/tests/gtest_common.h must have '#pragma once' in first line /ClickHouse/src/Parsers/ExpressionListParsers.cpp:2600: else if (pos->type == TokenType::OpeningRoundBracket || String(pos->begin , pos->end) == "kql") /ClickHouse/src/Parsers/Kusto/KustoFunctions/KQLAggregationFunctions.cpp:41: "Accuracy argument must be a constant integer with value 0, 1, 2, 3 or 4 (0 = fast , 1 = default, 2 = accurate, 3 = extra accurate, 4 " /ClickHouse/src/Parsers/Kusto/KustoFunctions/KQLCastingFunctions.cpp:88: "toTypeName({0}) = 'String' OR toTypeName({0}) = 'FixedString' ? toDecimal128OrNull({0}::String , ({1}::UInt8)) : " /ClickHouse/src/Parsers/Kusto/KustoFunctions/KQLCastingFunctions.cpp:89: "toDecimal128OrNull({0}::String , ({1}::UInt8))", /ClickHouse/src/Parsers/Kusto/KustoFunctions/KQLStringFunctions.cpp:262: out = std::format("toDecimal128OrNull({0}::String ,{1})", json_val, out); /ClickHouse/src/Parsers/Kusto/KustoFunctions/KQLStringFunctions.cpp:513: "multiIf(length({0}) >= {1} AND {1} > 0 , arrayPushBack([],arrayElement({0}, {1})) , {1}=0 ,{0} , arrayPushBack([] " /ClickHouse/src/Parsers/Kusto/KustoFunctions/KQLStringFunctions.cpp:698: "multiIf(length({1}) = 0, {0}, {2} > 0, concat({1},repeat(substr({1},length({1}),1),toUInt16({2}))),{2} < 0 , " /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_Operators.cpp:58: "Customers | order by Age asc , FirstName desc", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_Operators.cpp:302: "T | extend c =c*2, b-a, d = a +b , a*b", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_lookup_join.cpp:22: "FactTable | project Personal , Family| lookup kind=leftouter DimTable on Personal, Family", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_lookup_join.cpp:30: "FactTable | lookup kind=leftouter DimTable on Personal , $left.Family == $right.Family", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_lookup_join.cpp:34: "FactTable|lookup kind=leftouter DimTable on Personal , ($left.Family == $right.Family)", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_lookup_join.cpp:38: "FactTable | project Row, Personal , Family | lookup kind=leftouter (FactTable | lookup kind=leftouter DimTable on Personal) on Personal, Family", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_lookup_join.cpp:42: "FactTable|project Row, Personal , Family| lookup kind=leftouter (DimTable | where Personal == 'Bill') on Personal, Family| lookup kind=inner DimTable on Personal, Family", /ClickHouse/src/Parsers/tests/KQL/gtest_KQL_range.cpp:38: "print range(1.1, 10 ,2.2)", ^ There is bad punctuation: whitespace before comma. You should write it like this: 'Hello, world!'