alexey-milovidov
4e62d9f5b1
Merge pull request #32174 from azat/perf-wait
...
perf: fix waiting of the server after running tests
2021-12-06 14:28:49 +03:00
Maksim Kita
1ec9039b1d
ExternalDictionariesLoader fix getCurrentDatabase multiple times
2021-12-06 14:01:56 +03:00
Kruglov Pavel
007e323515
Merge pull request #31820 from kitaisreal/fix-recursive-user-defined-functions-crash
...
Fix recursive user defined functions crash
2021-12-06 13:52:56 +03:00
tavplubix
96be71997f
Merge pull request #32206 from ClickHouse/fix_database_lazy_terminate
...
Fix uncaught exception in DatabaseLazy
2021-12-06 13:32:09 +03:00
Vladimir C
90505a7341
Merge pull request #32262 from vdimir/doc-typo
2021-12-06 12:57:44 +03:00
vdimir
e0fa4731fb
Fix typo in tupleToNameValuePairs doc
2021-12-06 12:57:09 +03:00
Kruglov Pavel
64263a043a
Merge pull request #32190 from Avogar/fix-parsing-quoted-null
...
Fix parsing error in NaN deserialization for Quoted escaping rule.
2021-12-06 12:29:02 +03:00
Kruglov Pavel
cc71c537bc
Merge pull request #32204 from Avogar/skip-quoted-values
...
Improve skiping unknown fields with Quoted escaping rule in Template/CustomSeparated formats
2021-12-06 12:28:14 +03:00
alexey-milovidov
50c23a9fd6
Merge pull request #31123 from amosbird/repl-improvement
...
Better clickhouse-client multiline input
2021-12-06 12:22:13 +03:00
vxider
5bab484422
increase sleep time in tests
2021-12-06 08:50:10 +00:00
vxider
e7a4312768
add comments
2021-12-06 08:41:56 +00:00
Nikolai Kochetov
91c4c89c66
Merge pull request #31636 from Algunenano/pull_timeout
...
Check max_execution_time in the pipeline and pulling executors
2021-12-06 11:33:39 +03:00
Frank Chen
59a701ee6e
Fix style
2021-12-06 16:31:47 +08:00
Tatiana Kirillova
e6d0081964
Update docs/en/sql-reference/aggregate-functions/reference/sparkbar.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-06 11:25:32 +03:00
Tatiana Kirillova
55c6e16f37
Update docs/en/sql-reference/aggregate-functions/reference/sparkbar.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-12-06 11:25:18 +03:00
Frank Chen
bf3d3ea25c
Fix style
2021-12-06 16:20:10 +08:00
Kseniia Sumarokova
cf2c602374
Merge pull request #32257 from kssenii/disable-window-view-sqltests
...
Disable window view tests temporarily because still flacky
2021-12-06 11:18:40 +03:00
Vladimir C
0c5079bf16
Merge pull request #32117 from kitaisreal/dictionaries-custom-query-condition-fix
2021-12-06 10:59:56 +03:00
Vladimir C
c502454088
Merge pull request #32185 from kitaisreal/range-hashed-dictionary-added-update-field-support
2021-12-06 10:57:47 +03:00
kssenii
2220d1784c
Disable
2021-12-06 10:49:44 +03:00
Dmitriy Dorofeev
31648d95e2
use application/x-ndjson for streaming JSON ( #32223 )
2021-12-06 10:49:14 +03:00
Maksim Kita
b9718b8450
Merge pull request #32118 from kitaisreal/fix-test-executable-storage-input
...
Fix flacky test test_executable_storage_input
2021-12-06 10:39:30 +03:00
vxider
b68136d1e4
small code style update
2021-12-06 07:12:21 +00:00
leosunli
3946b156a1
Fix bug
...
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
2021-12-06 14:32:32 +08:00
leosunli
6f611eec91
Fix bug
...
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
2021-12-06 14:32:32 +08:00
Kseniia Sumarokova
4017bb8f78
Update WriteBufferFromHDFS.h
2021-12-06 14:32:32 +08:00
leosunli
8d04495840
set hdfs_replication default value 0
...
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
2021-12-06 14:32:32 +08:00
leosunli
e81a1dbe6a
Make HDFS replication configurable in WriteBufferFromHDFSImpl#WriteBufferFromHDFSImpl
...
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
2021-12-06 14:32:31 +08:00
leosunli
5be58a8839
Make HDFS replication configurable in WriteBufferFromHDFSImpl#WriteBufferFromHDFSImpl
...
Signed-off-by: leosunli <lisheng.sun08@gmail.com>
2021-12-06 14:32:31 +08:00
sunlisheng
0f045fa20a
rename replication
...
Signed-off-by: sunlisheng <lisheng.sls@alibaba-inc.com>
2021-12-06 14:32:31 +08:00
sunlisheng
ef77f45f59
Make HDFS replication configurable in WriteBufferFromHDFSImpl#WriteBufferFromHDFSImpl
...
Signed-off-by: sunlisheng <lisheng.sls@alibaba-inc.com>
2021-12-06 14:32:31 +08:00
Azat Khuzhin
f8bf3b1993
stress: use max_memory_usage_for_user as a soft limit to avoid memory limit exceeded
...
By using max_memory_usage_for_user as a soft limit, and after
max_server_memory_usage as a hard, we can allow normal overcommit, using
max_memory_usage_for_user=0 instead of relying on max_untracked_memory.
2021-12-06 09:05:34 +03:00
Azat Khuzhin
d68d01988e
clickhouse-test: apply --client-option in get_stacktraces_from_clickhouse()
2021-12-06 09:02:56 +03:00
Azat Khuzhin
f9a95fce13
stress: allow memory overcommit for SELECT 1 query
2021-12-06 09:02:56 +03:00
Azat Khuzhin
1167313961
stress: allow memory overcommit for one more query
2021-12-06 09:02:56 +03:00
Azat Khuzhin
7063ea3ee2
stress: add make_query_command() helper
2021-12-06 09:02:56 +03:00
Azat Khuzhin
adec690166
stress: SYSTEM DROP MARK CACHE
2021-12-06 09:02:56 +03:00
Azat Khuzhin
d3a7aed005
stress: tune memory_profiler_step too
2021-12-06 09:02:56 +03:00
Azat Khuzhin
169941c5d0
stress: allow 100MiB of memory to overcommit for SHOW/DROP DATABASE
...
CI: https://s3.amazonaws.com/clickhouse-test-reports/32019/b6290ae00223fc91d514b82de25e195ab34f8bca/stress_test__thread__actions_.html
2021-12-06 09:02:56 +03:00
Azat Khuzhin
445b0983ea
stress: ignore server memory limits for hung check
...
In [1] hung check failed because the server was under memory pressure.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/32019/b6290ae00223fc91d514b82de25e195ab34f8bca/stress_test__undefined__actions_.html
2021-12-06 09:02:56 +03:00
Kseniia Sumarokova
8b1bced6ca
Merge pull request #32236 from azat/fix-agg-func-versioning
...
Fix versioning of aggregate functions (fixes performance tests)
2021-12-06 08:57:02 +03:00
taiyang-li
a98f740bf2
remove unused file
2021-12-06 12:01:39 +08:00
taiyang-li
9d1e63be0f
1. support default expression for storage hdfs; 2. optimize storage hdfs when format is column oriented
2021-12-06 11:54:45 +08:00
romanzhukov
9222e6ed9a
Update query_views_log.md
...
Delete query_views_log.md
Create query_views_log.md
2021-12-06 00:04:31 +03:00
Azat Khuzhin
2b1789adc5
Pass through version for aggregate function from SerializationAggregateFunction too
...
Suggested-by: @kssenii
2021-12-05 21:45:07 +03:00
Azat Khuzhin
428e34d811
Fix versioning of aggregate functions (fixes performance tests)
2021-12-05 21:45:07 +03:00
romanzhukov
715a25d4f4
Update query_log settings
...
Update query_views_log.md
Update query_views_log
Minor fixes
2021-12-05 21:16:29 +03:00
Tatiana Kirillova
f386ce3495
fix example
2021-12-05 20:29:10 +03:00
Tatiana Kirillova
3efb4038ca
sparkbar description
2021-12-05 19:46:24 +03:00
romanzhukov
f4055f1957
Update multiFuzzyMatchAny
2021-12-05 19:36:12 +03:00