mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
795c1a98dc
* Fix_kql_issue_found_by_wingfuzz This commit fix the issues: https://github.com/ClickHouse/ClickHouse/issues/59036 https://github.com/ClickHouse/ClickHouse/issues/59037 both issues are same reason, the input query exceed the max_query_size, so the condition isEnd() of token is not meet and cause the assertion failure * fix_kql_issue_found_by_wingfuzz: use isValid instead of TokenType::EndOfStream * fix_kql_issue_found_by_wingfuzz: make functional test result consist * fix_kql_issue_found_by_wingfuzz: update test case for makeseries * fix_kql_issue_found_by_wingfuzz: disable makeseries * fix_kql_issue_found_by_wingfuzz: use isvalid() function to replace isEnd() function of TokenIterator to check the end of stream * fix_kql_issue_found_by_wingfuzz: add test case for max_query_size * fix_kql_issue_found_by_wingfuzz: fix AST structure * fix_kql_issue_found_by_wingfuzz: make sure the max query size test is in the dialect of kusto * fix_kql_issue_found_by_wingfuzz : restore max query size after test * fix_kql_issue_found_by_wingfuzz : fix typo --------- Co-authored-by: János Benjamin Antal <benjamin.antal@clickhouse.com>
17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
-- bin_at()
|
|
4.5
|
|
-12:0:0
|
|
2017-05-14 12:00:00.000000000
|
|
2017-05-14 00:00:00.000000000
|
|
2018-02-25 15:14:00.000000000 5
|
|
2018-02-24 15:14:00.000000000 3
|
|
2018-02-23 15:14:00.000000000 4
|
|
-- bin()
|
|
4
|
|
1970-05-11 00:00:00.000000000
|
|
336:0:0
|
|
1970-05-11 13:45:07.345000000
|
|
1970-05-11 13:45:07.345623000
|
|
2022-09-26 10:13:23.987232000
|
|
1970-05-11 13:45:07.456336000
|