avogar
3ad7e57059
Optimize reading small row groups by batching them together in Parquet
2023-08-11 13:17:45 +00:00
Nikita Mikhaylov
dbe13e3016
Merge pull request #53110 from rmarduga/master
...
Add hints for HTTP handlers
2023-08-11 14:09:33 +02:00
robot-ch-test-poll
58cfede9f9
Merge pull request #53285 from ClickHouse/better-concurrency
...
Change the default of `max_concurrent_queries` from 100 to 1000
2023-08-11 13:01:48 +02:00
robot-ch-test-poll
8f6eae5e26
Merge pull request #53183 from ClickHouse/remove-heavy-templates
...
Remove unnecessary templates
2023-08-11 12:56:02 +02:00
Yarik Briukhovetskyi
a6f89c0546
Added suggestions for mistyped names for db and tables with different… ( #49801 )
...
* Added suggestions for mistyped names for db and tables with different scenarios commented
* fixed bugs
* fixed style check
* fixed errors
* fixed errors
* fixed error with exceptions
* fixed exceptions
* fixed exceptions
* fixed exceptions
* added test and fixed bugs
* fixed style check
* fixed style check
* fixed style check
* fixed check black
* Update test.py
* Fixed server crash
* Fixed server crash and style check
* Fixed style check
* Fixed style check
* Fixed style check
* Fixed bugs with drop_db
* fixed fast test
* added tests
* fixed style check
* fixed style check
* fixed bug with lock_db
* fixed bug with lock_db and fixed reviews
* fixed bug with lock_db and fixed reviews
* fixed style check
* fixed fast test
* fixed fast test
* revert to fd582a2
* revert to fd582a2
* Removed unused parameters
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Remove unused parameters
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* resolved arguments issue in assertDatabaseExists
* fixing fast test
* fixed fast test
* fixed stateless test for default db
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Fixing tests.
* resolved problem with mutex
* Fixed mutex in assertDatabaseExists
* changes about assertDatabaseExists
* fixed bugs with file types
* fixed string types
* fixed fast test
* fixed mutex
* fixed mutex
* fixed style check
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* fixed build
* added -unlocked versions of functions
* Revert "fixed build"
This reverts commit 8ce961be21
.
* Revert "fixed build"
This reverts commit 8ce961be21
.
* changed usage of assertDatabaseExistsUnlocked()
* fixed style check
* style check
* style check
* Revert "style check"
This reverts commit 28a9ee85a0
.
* Merge branch 'master' into hints-for-wrong-db-or-table-name
* Changed AssertDatabaseExists and unified exception output
* resolved proposed changes and modified tests
* Revert "resolved proposed changes and modified tests"
This reverts commit d45337d65c
.
* resolved requested changes
* fixed tests
* fixed tests
* fixed check black
* Update include brackets
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update suggested changes
* Update suggested changes
* Fixed style check
* Added test to analyzer_integration_broken
* Update DatabaseCatalog.cpp
* Update test.py
* fixed test
* Revert "fixed test"
This reverts commit ca6d4c17c8
.
* fixed test
* Revert "fixed test"
This reverts commit fe6d0d9c86
, reversing
changes made to 22f4496704
.
* Update test.py
* fixed black check
* Update test.py
* fixed long_log_tinylog_deadlock_race
* Update DatabaseCatalog.cpp
* Update test.py
* style
* Update DatabaseCatalog.cpp
* Fixed test
* implemented for IDatabase
* Style check
* removed const_cast
* Update DatabaseCatalog.h
* Update DatabaseCatalog.h
* Update DatabaseCatalog.cpp
* Update DatabaseCatalog.cpp
* Added db name to hints
* Update 00002_log_and_exception_messages_formatting.sql
* Update 00002_log_and_exception_messages_formatting.sql
---------
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-08-11 13:24:16 +03:00
Mikhail f. Shiryaev
bc93254ca2
Merge pull request #52865 from ClickHouse/restructure-docker-rust
...
Significant improvement of rust caching
2023-08-11 10:12:06 +02:00
Alexey Milovidov
aae35f3b1c
Merge pull request #53184 from ClickHouse/better-ccache
...
Better usage of ccache
2023-08-11 04:43:45 +03:00
Alexey Milovidov
a04081bafd
Merge branch 'fix-01485_256_bit_multiply' into better-concurrency
2023-08-11 03:12:29 +02:00
Alexey Milovidov
1ef301f5b1
Fix 01485_256_bit_multiply
2023-08-11 03:11:16 +02:00
Alexey Milovidov
3193c6d4cc
Fix build
2023-08-11 00:55:57 +02:00
Alexey Milovidov
51838b7099
Merge branch 'remove-heavy-templates' of github.com:ClickHouse/ClickHouse into remove-heavy-templates
2023-08-11 00:55:30 +02:00
Alexey Milovidov
94f7c3c5dc
Merge branch 'master' into remove-heavy-templates
2023-08-11 00:41:18 +02:00
Alexey Milovidov
cb20f97956
Merge pull request #53294 from ClickHouse/revert-53255-ADQM-1011
...
Revert "#2 Added new tests for session_log and fixed the inconsistency between login and logout."
2023-08-11 01:00:07 +03:00
Alexey Milovidov
5fa4cb9345
Revert " #2 Added new tests for session_log and fixed the inconsistency between login and logout."
2023-08-11 00:59:48 +03:00
Mikhail f. Shiryaev
dcb1d3ed00
Rewrite compress_file to pathlib.Path
2023-08-10 22:41:57 +02:00
Mikhail f. Shiryaev
c8d5deda83
Add typing to compress_files
2023-08-10 22:41:56 +02:00
Mikhail f. Shiryaev
18a291a4c7
Upload cargo cache for rust to S3 and reuse
2023-08-10 22:41:55 +02:00
Dmitry Novik
1598fb742e
Merge pull request #53171 from ClickHouse/fix-system-flush-test
...
Analyzer: fix test_system_flush_logs
2023-08-10 22:25:00 +02:00
Dmitry Novik
e1c20bb251
Merge branch 'master' into fix-system-flush-test
2023-08-10 22:22:47 +02:00
Mikhail f. Shiryaev
ed7ade255a
Use sccache for rust builds
2023-08-10 22:09:20 +02:00
Mikhail f. Shiryaev
dbd3fdd437
Clean ccache_utils a little bit
2023-08-10 22:09:20 +02:00
Mikhail f. Shiryaev
cbd81b3758
Partially revert changes from #52395
2023-08-10 22:09:19 +02:00
Alexey Milovidov
3aca240854
Change the default of max_concurrent_queries from 100 to 1000
2023-08-10 20:59:57 +02:00
Alexey Milovidov
fd7b92e90a
Merge pull request #53135 from ClickHouse/file_diagnostics_while_reading_header
...
Add diagnostic info about file name during schema inference
2023-08-10 21:56:12 +03:00
robot-ch-test-poll3
c3c4125328
Merge pull request #53255 from arenadata/ADQM-1011
...
#2 Added new tests for session_log and fixed the inconsistency between login and logout.
2023-08-10 17:06:24 +02:00
Alexey Milovidov
1365fc91c7
Merge pull request #53081 from ClickHouse/Something
...
Something with tests
2023-08-10 17:02:25 +03:00
Alexey Milovidov
ae6e59c4c5
Merge pull request #53099 from ClickHouse/remove-wikistat-loader
...
Remove old util
2023-08-10 17:01:57 +03:00
Alexey Milovidov
dfbe7967af
Merge branch 'master' into remove-heavy-templates
2023-08-10 17:01:16 +03:00
Alexey Milovidov
1377d86ed9
Update src/Functions/array/arrayAUC.cpp
...
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2023-08-10 17:01:09 +03:00
Alexander Tokmakov
d0ee88fe57
Merge pull request #53090 from ClickHouse/fix-stress-test
...
Fix hung check in stress test
2023-08-10 17:00:23 +03:00
Alexey Milovidov
bb57caa83e
Merge pull request #53180 from ClickHouse/ditch-tons-of-garbage
...
Ditch tons of garbage
2023-08-10 16:59:51 +03:00
Alexey Milovidov
47b5d13367
Merge branch 'master' into fix-stress-test
2023-08-10 16:55:49 +03:00
Alexey Milovidov
be55bbf0ae
Merge pull request #53178 from ClickHouse/speed-up-debug-tidy-build
...
Remove garbage and speed up Debug and Tidy builds
2023-08-10 16:54:34 +03:00
Alexey Milovidov
0dc413c368
Merge pull request #53251 from ClickHouse/fix-02273_full_sort_join
...
Disable randomization in `02273_full_sort_join`
2023-08-10 16:54:02 +03:00
Alexey Milovidov
9adfcfae23
Merge pull request #53252 from ClickHouse/remove-outdated-docker
...
Remove outdated Dockerfile
2023-08-10 16:53:32 +03:00
Alexey Milovidov
4728b7d74a
Merge pull request #53244 from ClickHouse/fix-00417_kill_query
...
Fix bad test `00417_kill_query`
2023-08-10 16:52:54 +03:00
Alexey Milovidov
f35df23974
Merge branch 'master' into better-ccache
2023-08-10 16:52:32 +03:00
Alexey Milovidov
e79c40981b
Merge pull request #53249 from ClickHouse/fix-performance-test
...
Remove unrecognizable garbage from the performance test
2023-08-10 16:51:56 +03:00
pufit
8c9209745c
Merge pull request #53127 from ClickHouse/pufit/keeper-client-improvements
...
Revert Revert "Implementing new commands for keeper-client"
2023-08-10 09:51:36 -04:00
pufit
af51268da1
Merge pull request #51912 from ClickHouse/pufit/role-from-storage
...
Create, Drop, or Move access entities between different access storages.
2023-08-10 09:47:26 -04:00
Anton Popov
c09870bbc4
Merge pull request #53103 from Algunenano/async_part_log
...
Fix query_id in part_log with async flush queries
2023-08-10 14:52:40 +02:00
Anton Popov
232b2c07fb
Merge branch 'master' into async_part_log
2023-08-10 14:46:31 +02:00
Nikita Mikhaylov
56b08e5b70
Merge branch 'master' into master
2023-08-10 14:22:35 +02:00
Alexander Tokmakov
1197dc1a9c
Merge pull request #53272 from ClickHouse/revert-52745-vdimir/check_table_improvements
...
Revert "Improve CHECK TABLE system query"
2023-08-10 14:45:05 +03:00
Alexander Tokmakov
4b30900fed
Revert "Improve CHECK TABLE system query"
2023-08-10 14:44:16 +03:00
Kruglov Pavel
14aad359e6
Merge pull request #52555 from bigo-sg/starts_ends_with_utf8
...
Add new function startsWithUTF8 and endsWithUTF8
2023-08-10 13:18:04 +02:00
Ruslan Mardugalliamov
5cdeacf4cf
Add hints for HTTP handlers
...
Add hints to HTTP handlers to help users avoid
misspellings. For example, if a user mistakenly writes
`/dashboad` instead of `/dashboard`, they will now get a
hint that /dashboard is the correct handler.
This change will improve the user experience by making it
easier for users to find the correct handlers.
#47662
2023-08-10 06:23:20 -04:00
alesapin
57025eed65
Merge pull request #52745 from ClickHouse/vdimir/check_table_improvements
...
Improve CHECK TABLE system query
2023-08-10 11:48:00 +02:00
Nikolai Kochetov
0a1d83d13b
Merge pull request #53193 from yariks5s/update_add_arrays
...
Improved efficiency for array operations
2023-08-10 11:42:30 +02:00
Alexey Gerasimchuck
d499f8030a
reverted change in test
2023-08-10 05:20:00 +00:00