Vitaly Baranov
2643e48310
Remove unused code
2023-09-08 13:23:59 +02:00
yariks5s
66479b6966
code cleanup and performance improvement
2023-09-08 10:54:25 +00:00
Robert Schulze
89a7f90579
Simplify and enable AVX-512
2023-09-08 10:25:28 +00:00
vdimir
5e0caa669e
Move sucessull checks in commit status under a spoiler
2023-09-08 09:56:53 +00:00
Nikolai Kochetov
0095124791
Merge pull request #48607 from alexX512/master
...
Add settings for real-time updates during query execution
2023-09-08 09:05:33 +02:00
chen768959
5c2fd38f73
extract checkUInt64ToIn64Conversion and convertUInt64ToInt64IfPossible to separate functions
2023-09-08 15:05:04 +08:00
Chen768959
329c9fce3c
Merge branch 'ClickHouse:master' into fix-51236
2023-09-08 14:55:41 +08:00
János Benjamin Antal
5862c4ec93
Use not the absolute latest docker image tag ( #54369 )
...
* Add params for select queries in clickhouse_helper.py
* Find the latest image tags from master
* Get full git history
* Do not checkout submodules
* Automatic style fix
* Fix style errors
* Make logging pretty
* Revert accidentally committed changes
* Eliminate pformat
* Update all workflows
* Remove flag with default value
* Improve exception handling
* Utilizing the loop condition in while loop
* Make the logic robust over temporary errors
* Prettify logs
* Automatic style fix
* Add accidentally removed line
* Revert "Make the logic robust over temporary errors"
This reverts commit 91e6b5d7ba
.
* Do not fail in case the tag cannot be queried from ClickHouse
* Support partial finding of tags
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2023-09-08 08:42:56 +02:00
robot-clickhouse-ci-2
8b35f0ebe1
Merge pull request #54431 from lsamaciel/patch-1
...
Fixed detectLanguage mixed example
2023-09-08 05:59:40 +02:00
Nikolay Degterinsky
f40d3a25cf
Fix build
2023-09-08 05:22:21 +02:00
pufit
926310728f
Fix issues
2023-09-07 22:48:04 -04:00
Leonardo Maciel
0b396ee7b4
Fixed detectLanguage mixed example
2023-09-07 22:27:22 -03:00
Sema Checherinda
44e432deab
style fix
2023-09-08 00:21:21 +02:00
Sema Checherinda
411a97ff36
reproduce a bug in removeSharedRecursive
2023-09-07 21:15:30 +00:00
Julia Kartseva
59844b0a9d
Add SHOW FUNCTIONS support to client
...
Accepts CH client queries in the form of
SHOW FUNCTIONS [LIKE | ILIKE '< pattern>']
Retrieves all columns from `functions` table in system database.
Fixes #52757
2023-09-07 14:08:50 -07:00
robot-ch-test-poll3
d891a7cad0
Merge pull request #54408 from ClickHouse/fix-deadlock-in-attach-thread
...
Fix failed assert in attach thread during startup retries
2023-09-07 22:58:52 +02:00
Robert Schulze
7fef4c8cb6
Merge pull request #53680 from yariks5s/todatatime-non-const-data
...
Support non-constant timezone arguments in toString() and formatDateTime()
2023-09-07 22:11:17 +02:00
Justin de Guzman
a0d25fdd54
Merge pull request #54255 from cclauss/patch-1
...
Fix typo
2023-09-07 13:05:27 -07:00
Justin de Guzman
439531cde9
Merge pull request #54394 from fermelone/patch-2
...
Update sampling-query-profiler.md
2023-09-07 13:04:18 -07:00
Robert Schulze
46e1d05a89
Fix another test
2023-09-07 19:43:01 +00:00
avogar
ba307c7466
Allow to infer named Tuples from JSON objects under a setting in JSON formats
2023-09-07 19:41:19 +00:00
Robert Schulze
bff06d18aa
Merge pull request #54249 from rschu1ze/multiple_query_arguments
...
Allow multiple `--query` parameters in clickhouse-client/local.
2023-09-07 21:20:07 +02:00
Anton Popov
67b27643ed
fix creash in case of exception in prefetched pool
2023-09-07 16:56:13 +00:00
Kruglov Pavel
8c2b45aab3
Fix style
2023-09-07 18:42:04 +02:00
Kseniia Sumarokova
2d6503dd7f
Update README.md
2023-09-07 18:10:27 +02:00
Kruglov Pavel
7abc9c896d
Fix style
2023-09-07 18:06:46 +02:00
Nikolay Degterinsky
3b43667397
Merge pull request #54330 from HarryLeeIBM/hlee-s390x-read-float
...
Fix precise float parsing issue on s390x
2023-09-07 17:51:40 +02:00
Suzy Wang
fd0da1f278
hashtable order fix for s390x
2023-09-07 07:37:43 -07:00
Antonio Andelic
fae0e13baa
Properly remove added interserver endpoint
2023-09-07 14:34:36 +00:00
Antonio Andelic
cf33674738
Merge pull request #54385 from ClickHouse/fix-overflow-in-anova
...
Check for overflow before addition in `analysisOfVariance` function
2023-09-07 16:15:44 +02:00
serxa
a94ae9a7ab
review fixes
2023-09-07 14:02:58 +00:00
Sergei Trifonov
958f102daa
Update src/IO/IResourceManager.h
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2023-09-07 15:58:31 +02:00
Sergei Trifonov
c9635ddacd
Update src/IO/ISchedulerNode.h
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2023-09-07 15:48:49 +02:00
robot-ch-test-poll2
f28ad1e136
Merge pull request #54368 from ClickHouse/fix_replacing_final_error
...
Fix logical error in vertical merge + replacing merge tree + optimize cleanup
2023-09-07 15:45:43 +02:00
robot-clickhouse
fd4ddc49f2
Merge pull request #54332 from rschu1ze/consolidate-tests-53149
...
Consolidate GCD codec tests (Follow up to #53149 )
2023-09-07 15:29:22 +02:00
Robert Schulze
e761532d7a
Fix style
2023-09-07 15:00:06 +02:00
Joe Lynch
a5b508d6c5
Fix json in header
2023-09-07 14:59:33 +02:00
Alex Cheng
75dc6d9708
small fine-tune for using ColumnNullable pointer
2023-09-07 20:41:32 +08:00
yariks5s
5afca8a903
optimized toString()
2023-09-07 12:41:01 +00:00
Arthur Passos
7d86d8b559
trigger ci
2023-09-07 09:22:54 -03:00
Nikolay Degterinsky
e821cd4511
Fix formatting of column declaration
2023-09-07 12:01:07 +00:00
Nikolay Degterinsky
9a3ea9d6dc
Fix style
2023-09-07 11:31:09 +00:00
Nikolay Degterinsky
b06412ae60
Add addDate function for compatibility with MySQL
2023-09-07 11:15:49 +00:00
avogar
c6ef811b82
Fix tests
2023-09-07 11:05:06 +00:00
Robert Schulze
fc105aa442
Fix another test
2023-09-07 10:59:19 +00:00
Robert Schulze
cd3c121a62
Various fixups
2023-09-07 10:32:49 +00:00
Igor Nikonov
ce8e72e464
Merge pull request #54377 from ClickHouse/pr-distributed-tests-disable-plr
...
Disable prefer_localhost_replica in test for parallel replicas
2023-09-07 11:59:42 +02:00
Fern
25c06c9764
Update sampling-query-profiler.md
...
Adding a note to clarify that the sample query provided, in CH Cloud, might return empty information as it cycles through nodes of the cluster. You need to add clusterAllReplicas.
2023-09-07 10:47:42 +01:00
Alexander Sapin
05446d8377
Rename test
2023-09-07 11:46:28 +02:00
serxa
d11a9b4175
update spell dict
2023-09-07 08:51:35 +00:00