robot-clickhouse
7c6ce8611c
Automatic style fix
2024-09-27 10:19:49 +00:00
Pablo Marcos
25d1a782bc
Merge branch 'master' into update-fuzzer-dict
2024-08-13 15:01:52 +00:00
Pablo Marcos
0593650565
Update dict files
...
Previous commit had the files from the script ran
from the root directory, which returned an error.
2024-08-13 14:30:44 +00:00
Pablo Marcos
79e0557839
Write a script to automatically update the dict
2024-08-13 14:18:48 +00:00
Pablo Marcos
16fd24fb1f
Update fuzzer dictionary as per commit 99282e526a
...
Also update README so that we have consistent behavior of sort
across macOS and Linux.
2024-08-13 13:51:24 +00:00
Yakov Olkhovskiy
b246f7c17c
merge master
2024-08-07 16:25:31 +00:00
Nikita Fomichev
d4537d9187
Add groupConcat
to fuzzer
...
https://github.com/ClickHouse/ClickHouse/pull/65384
2024-07-30 12:44:43 +02:00
robot-clickhouse
8660aec5d7
Automatic style fix
2024-07-16 15:16:19 +00:00
Yakov Olkhovskiy
c974430e68
fix
2024-07-16 15:01:43 +00:00
Yakov Olkhovskiy
e7e62b3583
fix style
2024-07-16 14:17:51 +00:00
Yakov Olkhovskiy
9690a5a334
fix
2024-07-16 13:37:59 +00:00
Yakov Olkhovskiy
3ccc2aed4c
add fuzzer_arguments to fuzzer runner
2024-07-13 23:44:13 +00:00
Nikita Fomichev
4829db4d9e
Add Dynamic type in fuzzer tests
2024-05-16 14:51:22 +02:00
Nikita Mikhaylov
a31cf43499
Update the dictionary for OSSFuzz ( #61672 )
2024-03-20 23:13:17 +01:00
Joanna Hulboj
757dc8b944
Fix typos, add to/fromDaysSinceYearZero to fuzz
2023-11-01 17:48:58 +00:00
Mikhail f. Shiryaev
4882b99715
Merge pull request #54310 from ClickHouse/ci-libfuzzer-integration
...
CI: libFuzzer integration
2023-09-20 10:01:39 +02:00
Yakov Olkhovskiy
0847889db6
libFuzzer infrastructure
2023-09-17 16:36:49 +00:00
Kseniia Sumarokova
2d6503dd7f
Update README.md
2023-09-07 18:10:27 +02:00
Christian Clauss
3d597a7d8e
Fix typo
2023-09-04 15:43:45 +02:00
Joanna Hulboj
0900fd6832
FIXUP: Add arrayPartialSort and arrayPartialReverseSort to fuzzer corpus
2023-02-16 17:59:12 +00:00
pufit
0c13870eb1
Merge pull request #44680 from FFFFFFFHHHHHHH/corrMatrix
...
add corrMatrix,covarSampMatrix,covarPopMatrix AggregateFunction
2023-02-02 11:06:06 -05:00
FFFFFFFHHHHHHH
78f2d6fb25
fix
2023-01-31 15:44:33 +08:00
Joanna Hulboj
67377dc81d
FIXUP: Add arrayShuffle and arrayShufflePartial to fuzzer corpus
2023-01-27 20:07:56 +00:00
Kruglov Pavel
c5b2e4cc23
Merge branch 'master' into improve-streaming-engines
2022-12-15 18:44:35 +01:00
flynn
9f8dcfca34
Merge branch 'master' into filesystem-function
2022-11-16 23:28:10 +08:00
Alejandro
fe3bbe1442
Added function to fuzzer
2022-11-03 09:04:22 +01:00
avogar
8e13d1f1ec
Improve and refactor Kafka/StorageMQ/NATS and data formats
2022-10-28 16:41:10 +00:00
flynn
7abb251b97
filesystemAvailable and related functions support one optional argument with disk name
2022-10-04 15:29:53 +00:00
Kruglov Pavel
57f0dc1f89
Merge branch 'master' into fix-format-row
2022-09-19 14:37:58 +02:00
avogar
6d5f9e5554
Proper implementation for rowFormat function, delete rowFormatNoNewLine function
2022-09-09 17:42:33 +00:00
Robert Schulze
c16707ff00
chore: delete obsolete modelEvaluate() function + SYSTEM.MODELS view
...
- The deleted function modelEvaluate() was superseded by
catboostEvaluate().
- Also delete the external model repository, as modelEvaluate() was it's
last user. Additionally remove the system view SYSTEM.MODELS for
inspecting the repository.
- SYSTEM RELOAD MODELS is also obsolete. HOWEVER, it was retained and
made a no-op instead of deleted.
Why?
The reason is that RBAC in distributed setups works by storing
privileges (granted and revoked) as plain SQL statements in Keeper.
Nodes read these statements at startup and parse them. If a privilege
for SYSTEM RELOAD MODELS exists but parser doesn't recognize it
nodes would fail to come up.
Considered but rejected alternatives:
- Ignore SYSTEM RELOAD MODELS during parsing RBAC privileges and
return an error for regular SYSTEM RELOAD MODELS SQL. Special-case
of no-op behavior, too brittle.
- Remove SYSTEM RELOAD MODELS manually from Keeper via command-line
manipulation of Keeper nodes or via SQL by dropping the privileges.
Needs user intervention during upgrade.
2022-09-08 09:10:11 +00:00
Robert Schulze
912663b719
Revert "Move CatBoost evaluation into clickhouse-library-bridge"
2022-08-31 20:54:43 +02:00
Robert Schulze
4d511332c4
chore: delete obsolete modelEvaluate() function
...
- superseded by catboostEvaluate() which no longer uses the internal
repository for external models
- also removed was statement SYSTEM RELOAD MODELS and the monitoring view
SYSTEM.SYSTEMMODELS
2022-08-29 20:27:06 +00:00
jiahui-97
e7af88b688
implementation of parseTimeDelta function
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2022-07-19 09:33:02 +08:00
Memo
39aadf0975
replaced toStartOfFiveMinute to toStartOfFiveMinutes
2022-04-22 10:49:59 +08:00
Alexey Milovidov
d54138425f
Rename yandexConsistentHash to kostikConsistentHash
2022-03-24 02:18:25 +01:00
kssenii
6a39d871b2
Merge branch 'master' of github.com:ClickHouse/ClickHouse into vxider-window-view
2021-11-18 17:29:11 +03:00
Nikita Mikhaylov
1114d06bc0
Done
2021-10-19 12:11:18 +00:00
Vitaly Orlov
65c6605c2c
Add JSONExtractKeys function
2021-10-12 18:00:25 +03:00
Nikita Mikhaylov
ec2b30703e
Better dictionary
2021-10-04 17:57:58 +00:00
Vxider
ad05f4f303
Merged with master
2021-05-28 07:36:19 +00:00
songenjie
564136ec46
[clickhouse][server][dll][alter]support fetch part
2021-04-13 12:40:33 +08:00
Alexey Milovidov
85d3e62275
Remove timeSeriesGroupSum
2020-11-26 05:46:28 +03:00
Ivan
281bf351d2
Remove ANALYZE and AST queries ( #16536 )
2020-11-02 15:47:12 +03:00
Vxider
d935b075af
add window keyword fuzzer dict
2020-07-22 11:54:34 +08:00
Eldar Zaitov
670ed4bf1b
lexer, ast, checksum and column specs fuzzers added
2020-04-28 02:12:18 +03:00