Commit Graph

122425 Commits

Author SHA1 Message Date
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 Gerasimchuck
820d821f50 black run 2023-08-11 06:30:48 +00:00
Alexey Gerasimchuck
b7c47af8bf added missed files 2023-08-11 06:18:20 +00:00
Alexey Gerasimchuck
5bc5649732 added an integration test for peak_memory_usage 2023-08-11 05:39:13 +00:00
Alexey Gerasimchuck
0a49f45f7a Fixed inconsistency between login success and logout 2023-08-11 03:42:39 +00:00
Alexey Milovidov
ebf34f8c17 Create system logs at startup 2023-08-11 03:46:31 +02:00
Alexey Milovidov
e70d3402a8 Merge branch 'allow-creating-system-tables-at-startup' into export-logs-in-ci 2023-08-11 03:44:33 +02:00
Alexey Milovidov
6ec4dd5893 Merge branch 'master' of github.com:ClickHouse/ClickHouse into export-logs-in-ci 2023-08-11 03:44:25 +02:00
Alexey Milovidov
b6c47ee157 Merge branch 'master' into export-logs-in-ci 2023-08-11 03:44:18 +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
f3186c939e
Merge branch 'master' into fix-00906_low_cardinality_cache 2023-08-11 04:42:43 +03:00
Alexey Milovidov
b253d78770 Remove flaky tests for the experimental UNDROP feature 2023-08-11 03:37:31 +02:00
Alexey Milovidov
db003c4d6c Merge branch 'master' into benchmark-connect-in-parallel 2023-08-11 03:15:34 +02:00
Alexey Milovidov
978ab1d07e Remove old test 2023-08-11 03:15:27 +02: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
7bc6015c4b Merge branch 'allow-creating-system-tables-at-startup' of github.com:ClickHouse/ClickHouse into allow-creating-system-tables-at-startup 2023-08-11 03:06:27 +02:00
Alexey Milovidov
3b9d2c7080 Simplification 2023-08-11 03:06:07 +02:00
Yakov Olkhovskiy
c98e38611f path to libc 2023-08-10 23:36:47 +00:00
Alexey Milovidov
736ff1c127 Merge branch 'master' into allow-creating-system-tables-at-startup 2023-08-11 01:25:49 +02:00
Alexey Milovidov
0b5e3f76da
Merge branch 'master' into fix-comment 2023-08-11 02:21:04 +03:00
Alexey Milovidov
19ef25a7d2 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-grammarly 2023-08-11 01:04:33 +02:00
Alexey Milovidov
c832e10a5a Merge branch 'fix-02428_delete_with_settings' of github.com:ClickHouse/ClickHouse into fix-02428_delete_with_settings 2023-08-11 01:02:44 +02:00
Alexey Milovidov
e6d8186434 Merge branch 'fix-00002_log_and_exception_messages_formatting' into fix-02428_delete_with_settings 2023-08-11 01:02:29 +02:00
Alexey Milovidov
a68e4e52e4 Merge branch 'master' into fix-02428_delete_with_settings 2023-08-11 01:02:24 +02:00
Alexey Milovidov
396db7ab3c Fix test 00002_log_and_exception_messages_formatting 2023-08-11 01:01:43 +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
ea62629d83 Fix linking of examples 2023-08-11 00:40:26 +02:00
Alexey Milovidov
ea8ae28c7d Fix build with clang-17 2023-08-11 00:40:18 +02:00
Alexey Milovidov
a3208f0a9a Merge branch 'master' into ditch-tons-of-garbage-2 2023-08-11 00:20:43 +02:00
Yakov Olkhovskiy
b9638c6387 path to libc 2023-08-10 22:16:30 +00: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
Alexey Milovidov
45655928d1 clickhouse-benchmark: connect in parallel 2023-08-10 23:39:06 +02:00
Alexander Tokmakov
f32c9a84d9 fix 2023-08-10 23:28:46 +02:00
Yakov Olkhovskiy
ad7c60e216 fix 2023-08-10 21:08:47 +00: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
Arthur Passos
8656f9090b black 2023-08-10 17:22:01 -03: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
Yakov Olkhovskiy
18447022e6 add mold 2.0 to docker 2023-08-10 20:01:53 +00:00
Arthur Passos
6957d320a8 trigger ci 2023-08-10 17:00:21 -03:00