Azat Khuzhin
|
99528e296c
|
Rename need_data_elapsed_us/port_full_elapsed_us to input_wait_us/output_wait_us
$ gg -e need_data_ -e port_full_ | cut -d: -f1 | sort -u | xargs sed -i -e s/port_full_/output_wait_/g -e s/need_data_/input_wait_/g -e s/getPortFull/getOutputWait/g -e s/getNeedData/getInputWait/g
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-04 13:19:43 +03:00 |
|
Azat Khuzhin
|
0d06dab362
|
tests: cover processors_profile_log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-04 13:19:43 +03:00 |
|
Nikolai Kochetov
|
19819c72f8
|
Merge pull request #35290 from bigo-sg/function_enumerate_streams
Add function getTypeSerializationStreams
|
2022-04-04 12:09:53 +02:00 |
|
Anton Popov
|
11e18a16f3
|
Merge pull request #35724 from Avogar/fix-order
Improve schema inference for JSONEachRow and TSKV formats
|
2022-04-04 11:00:21 +02:00 |
|
Alexey Milovidov
|
d9e5ca2119
|
Merge pull request #34394 from holadepo/last_day
Add toLastDayOfMonth function
|
2022-04-04 07:02:08 +03:00 |
|
Alexey Milovidov
|
86558bba5a
|
Move tests to bugs
|
2022-04-04 00:52:43 +02:00 |
|
Habibullah Oladepo
|
2dd7420fc7
|
Add tests for toLastDayOfMonth
|
2022-04-03 23:42:39 +01:00 |
|
Alexey Milovidov
|
5a47958744
|
Merge pull request #35736 from CurtizJ/quota-written-bytes
Add quota for written bytes
|
2022-04-03 05:26:49 +03:00 |
|
mergify[bot]
|
1e43e26fa1
|
Merge branch 'master' into fix-order
|
2022-04-02 12:00:29 +00:00 |
|
avogar
|
3ae36ac483
|
Fix tests
|
2022-04-02 11:59:32 +00:00 |
|
Kruglov Pavel
|
60c2b54dc9
|
Fix test
|
2022-04-02 13:55:37 +02:00 |
|
Kruglov Pavel
|
f7902ae2d1
|
Fix test
|
2022-04-02 13:53:30 +02:00 |
|
Kruglov Pavel
|
687e9e7aeb
|
Merge pull request #35760 from Avogar/insert-from-input
Improve schema inference for insert select from table functions
|
2022-04-02 13:50:48 +02:00 |
|
Mikhail f. Shiryaev
|
47e1ee0971
|
Merge pull request #35854 from ClickHouse/docker-master-head
Fix automatic bucket prefix for master
|
2022-04-01 17:54:59 +02:00 |
|
Mikhail f. Shiryaev
|
6b83e2b2a7
|
Fix automatic bucket prefix for master
|
2022-04-01 17:53:43 +02:00 |
|
Anton Popov
|
687942ce70
|
more strict quota for written bytes
|
2022-04-01 15:02:49 +00:00 |
|
Yakov Olkhovskiy
|
38993f215f
|
Merge pull request #35706 from yakov-olkhovskiy/ephemeral-35641
Allow EPHEMERAL without explicit default expression
|
2022-04-01 10:49:29 -04:00 |
|
Mikhail f. Shiryaev
|
b56beeca9d
|
Merge pull request #35211 from ClickHouse/release-docker
Docker release and regular builds
|
2022-04-01 15:17:00 +02:00 |
|
Anton Popov
|
075bcf3f5f
|
Merge pull request #35803 from Avogar/fix-formats-with-names
Fix bug in indexes of not presented columns in -WithNames formats
|
2022-04-01 13:33:35 +02:00 |
|
Mikhail f. Shiryaev
|
98aa8bf579
|
Improve version_helper.py
- Add helper functions
- Add __lt__ and __eq__ to compare versions between each other
|
2022-04-01 12:32:26 +02:00 |
|
Mikhail f. Shiryaev
|
66851b28b7
|
Make _check_tag public
|
2022-04-01 12:32:25 +02:00 |
|
Mikhail f. Shiryaev
|
00a3734078
|
Cosmetic improvement
|
2022-04-01 12:32:24 +02:00 |
|
Mikhail f. Shiryaev
|
9aab7e9910
|
Create a script to build and push server images
|
2022-04-01 12:32:23 +02:00 |
|
Mikhail f. Shiryaev
|
3e7c46075a
|
Clean out dead code from version_helper
|
2022-04-01 11:59:49 +02:00 |
|
Mikhail f. Shiryaev
|
93cfc4d590
|
Add validate_version function to version_helper.py
|
2022-04-01 11:59:48 +02:00 |
|
Mikhail f. Shiryaev
|
5212ff0146
|
Improve docker_images_check logging
|
2022-04-01 11:59:48 +02:00 |
|
Mikhail f. Shiryaev
|
90be03c750
|
Rework env_helper to return correct paths
|
2022-04-01 11:59:47 +02:00 |
|
alesapin
|
61a0becae5
|
Merge pull request #35807 from ClickHouse/docker-pull-latest-error
Fix latest_error referenced before assignment
|
2022-04-01 11:25:54 +02:00 |
|
Kseniia Sumarokova
|
cafff71d2f
|
Merge pull request #35799 from evillique/extract-parser-fix
Fix extract function parser
|
2022-04-01 10:59:39 +02:00 |
|
alesapin
|
f2c6387a8d
|
Merge pull request #35381 from kssenii/remote-filesystem-cache-fixes
Cache fixes for high concurrency on corner cases
|
2022-04-01 10:48:31 +02:00 |
|
Kseniia Sumarokova
|
d3b3294872
|
Merge pull request #35365 from bigo-sg/improve_access_type
Improve check access in table functions
|
2022-04-01 10:47:02 +02:00 |
|
alesapin
|
87b15d350f
|
Merge pull request #35808 from ClickHouse/fix_some_integration_tests
Try to fix some integration tests
|
2022-04-01 10:44:49 +02:00 |
|
Antonio Andelic
|
8cc18c851d
|
Merge pull request #35705 from ClickHouse/is-secure-client-info
Added `is_secure` column to `query_log`
|
2022-04-01 08:27:20 +02:00 |
|
Alexey Milovidov
|
5c6b84c398
|
Merge pull request #35586 from kssenii/fix-virtual-columns-s3
Fix s3 engine getting virtual columns
|
2022-04-01 04:43:32 +03:00 |
|
Alexander Tokmakov
|
418070c012
|
try to fix some integration tests
|
2022-03-31 15:56:07 +02:00 |
|
Mikhail f. Shiryaev
|
4ba7cf6d1b
|
Fix latest_error referenced before assignment
|
2022-03-31 15:40:32 +02:00 |
|
avogar
|
836e7dae67
|
Fix bug in indexes of not presented columns in -WithNames formats
|
2022-03-31 12:24:40 +00:00 |
|
Nikolay Degterinsky
|
eb88a5f29e
|
Add test
|
2022-03-31 12:20:48 +00:00 |
|
Nikita Mikhaylov
|
5f27f690f4
|
Revert "Added support for schema inference for hdfsCluster (#35602)"
This reverts commit f6bfdcc0c9 .
|
2022-03-31 14:19:56 +02:00 |
|
avogar
|
74f0988657
|
Fix tests
|
2022-03-31 11:34:06 +00:00 |
|
avogar
|
63946ccb32
|
Fix tests
|
2022-03-31 11:14:30 +00:00 |
|
Nikita Mikhaylov
|
f6bfdcc0c9
|
Added support for schema inference for hdfsCluster (#35602)
|
2022-03-31 12:47:36 +02:00 |
|
kssenii
|
f17a320635
|
Fix test
|
2022-03-31 11:13:38 +02:00 |
|
Kseniia Sumarokova
|
0b20329156
|
Merge pull request #35727 from kssenii/fix-any-all
Fix any/all(subquery)
|
2022-03-31 10:05:37 +02:00 |
|
Antonio Andelic
|
e336302650
|
Merge branch 'master' into is-secure-client-info
|
2022-03-31 06:58:16 +00:00 |
|
taiyang-li
|
a5765dccb1
|
Merge branch 'master' into function_enumerate_streams
|
2022-03-31 12:21:00 +08:00 |
|
taiyang-li
|
70087bc959
|
Merge branch 'master' into improve_access_type
|
2022-03-31 12:19:17 +08:00 |
|
Yakov Olkhovskiy
|
8e00cc2aca
|
fix messed commit
|
2022-03-30 23:52:48 -04:00 |
|
Yakov Olkhovskiy
|
3b40b56e56
|
refactored to remove parsers rependency on datatypes
|
2022-03-30 23:47:16 -04:00 |
|
Nikolay Degterinsky
|
f055d7b692
|
Merge pull request #34055 from palegre-tiny/groupSortedArray
Add groupSortedArray() function
|
2022-03-31 01:20:15 +03:00 |
|