Commit Graph

111424 Commits

Author SHA1 Message Date
Rich Raposa
45ea71b346
Merge pull request #48060 from ClickHouse/add-marked-dropped-tables
Add back dropped_tables.md
2023-03-27 09:57:31 -06:00
Robert Schulze
86f6828556
Docs: Update syntax of some SHOW queries 2023-03-27 15:56:31 +00:00
xiedeyantu
9382c6ffdc better 2023-03-27 23:51:35 +08:00
Raúl Marín
1b63b0b043 Fix stateless tests numbers 2023-03-27 17:51:22 +02:00
Kruglov Pavel
ceefe77ce2
Fix style 2023-03-27 17:40:17 +02:00
Rich Raposa
c3642272fa
Merge branch 'master' into add-marked-dropped-tables 2023-03-27 09:38:38 -06:00
rfraposa
15039d3327 Rename file 2023-03-27 09:37:06 -06:00
Robert Schulze
a123533b2f
Merge pull request #48061 from ClickHouse/rs/doc-full
Docs: Document [FULL] keyword in SHOW TABLES
2023-03-27 17:28:48 +02:00
Vitaly Baranov
e43fc77a4e
Merge pull request #46989 from AVMusorin/update-system-backups-periodically
Dynamic update `system.backups`
2023-03-27 17:26:47 +02:00
Robert Schulze
246316dd49
Docs: Document [FULL] keyword in SHOW TABLES
Follow-up to #43910
2023-03-27 15:23:30 +00:00
Rich Raposa
01cccb08a5
Merge branch 'master' into add-marked-dropped-tables 2023-03-27 09:23:09 -06:00
robot-ch-test-poll1
499ae65478
Merge pull request #48059 from nellicus/ldap_doc_typo
[DOCS] fix minor typo
2023-03-27 17:21:58 +02:00
rfraposa
eac71397c4 Create marked_dropped_tables.md 2023-03-27 09:19:50 -06:00
pufit
556680966f
Merge pull request #47932 from ClibMouse/decimal_fix_s390xbuild
Fix decimal-256 text output issue on s390x
2023-03-27 11:06:53 -04:00
nellicus
f1258a932f fix typo 2023-03-27 16:58:20 +02:00
Robert Schulze
3701fda6b1
Add str_to_date() alias for MySQL compat
Fixes #43755
2023-03-27 14:52:32 +00:00
avogar
61d41e8152 Use uniq names for Records in Avro to avoid reusing its schema 2023-03-27 14:41:36 +00:00
Smita Kulkarni
cb04c6301c Support for cte in parameterized views
Implementation:
* Updated to allow query parameters while evaluating scalar subqueries.
Testing:
* Added test case with cute for parameterized view.
2023-03-27 16:30:53 +02:00
xiedeyantu
5036d19af3 better 2023-03-27 22:16:37 +08:00
chen
6b59836b3a Update 02681_undrop_query_uuid.sh 2023-03-27 22:16:37 +08:00
xiedeyantu
d1c3b1bd27 fix test 2023-03-27 22:16:36 +08:00
xiedeyantu
5a18e0d5a5 support undrop table 2023-03-27 22:16:36 +08:00
Rich Raposa
9bdc9b3606
Merge branch 'master' into alexey-milovidov-patch-6 2023-03-27 07:45:16 -06:00
Alexey Milovidov
f809f1b812
Merge pull request #48019 from ClickHouse/rs/parsedatetime-ub
parseDateTime(): Fix UB (signed integer overflow)
2023-03-27 16:42:31 +03:00
Alexey Milovidov
2ff1cb2598
Merge pull request #48042 from ClickHouse/remove-old-changelog
Remove the old changelog script
2023-03-27 16:40:01 +03:00
Robert Schulze
1845bfc644
Revert change to ld64.lld linker on Mac
This reverts PRs #42470, #47673 and #47744. The problem was that after
the switch to ld64.lld, server binaries build in Debug mode no longer
came up, see the discussion after (*). My attempt to fix it with
`-no_compact_unwind` didn't help.

I also tried
- `-keep_dwarf_unwind`,
- `-unwindlib` (to use the OS unwinder),
- the unwinder in contrib (CMake variable EXCEPTION_HANDLING_LIBRARY)
but w/o success. Just tons of wasted time.

Rolling back to lld as linker on Mac. This will bring back many linker
warnings (#42282) but I rather accept that (temporarily, maybe someone
can figure out how to fix them) than have a broken Debug binary.

(*) https://github.com/ClickHouse/ClickHouse/pull/42470#issuecomment-1312344068
2023-03-27 15:26:54 +02:00
Han Fei
e3afa5090f
Merge pull request #47218 from hanfei1991/hanfei/optimize-regexp-tree-1
Refine OptimizeRegularExpression Function and RegexpTreeDict
2023-03-27 15:23:01 +02:00
avogar
64db4c478b Use one map 2023-03-27 13:19:45 +00:00
Raúl Marín
c47dcb0805 Enable ZK fault injection on new servers (but not during startup) 2023-03-27 15:07:59 +02:00
Raúl Marín
714b54b322 Reimplement enable_fault_injections_during_startup 2023-03-27 15:06:46 +02:00
Alexey Milovidov
4234c38a64 Automatically correct some mistakes in the changelog 2023-03-27 14:48:05 +02:00
Arthur Passos
cfd10dafe4 only link arrow lib if it exists, same for ut 2023-03-27 09:22:07 -03:00
Kseniia Sumarokova
bc2b6257f2
Merge pull request #48015 from solomatovs/fix-replica-identity-columns-postgres-materialized
fix MaterializedPostgreSQL query to get attributes (replica-identity)
2023-03-27 14:12:06 +02:00
Alexander Tokmakov
00cf1efbc1
Merge pull request #48048 from ClickHouse/rename_system_dropped_tables
Rename `system.marked_dropped_tables` to `dropped_tables`
2023-03-27 15:09:22 +03:00
vdimir
08fa1846b1
Add merge tree setting max_number_of_mutations_for_replica 2023-03-27 11:56:48 +00:00
Nikita Mikhaylov
2773e5c352
Fix test 02050_client_profile_events (#47951) 2023-03-27 13:50:09 +02:00
Ilya Yatsishin
65c4961769
Update tests/queries/0_stateless/25402_fail_on_invalid_having.sql 2023-03-27 13:47:35 +02:00
Alexander Tokmakov
b01f08ccb8 rename marked_dropped_tables to dropped_tables 2023-03-27 13:23:56 +02:00
robot-clickhouse
071ad9046e
Merge pull request #48041 from ClickHouse/tylerhannan-patch-1
Fix Sample...
2023-03-27 13:01:33 +02:00
Nikolay Degterinsky
a71454f8ec
Fix automatic indentation in the built-in UI SQL editor 2023-03-27 12:53:31 +02:00
Alexey Milovidov
e0252db8d4 No prestable 2023-03-27 12:19:32 +02:00
Alexey Milovidov
1963268fec
Update PULL_REQUEST_TEMPLATE.md
There is no "prestable" version.
2023-03-27 13:17:00 +03:00
Alexey Milovidov
78eb71a49b Remove the old changelog script 2023-03-27 12:11:32 +02:00
Tyler Hannan
2981890ab4
Fix Sample... 2023-03-27 12:03:47 +02:00
vdimir
f6de216041
PullingAsyncPipelineExecutor for Direct dictionary with ClickHouse source 2023-03-27 09:52:26 +00:00
Sema Checherinda
26e76bb68c
Merge branch 'master' into fix_JSON_searchField 2023-03-27 10:47:57 +02:00
Sema Checherinda
db55fa864a fix build 2023-03-27 10:47:34 +02:00
Robert Schulze
8954d5a99e
Merge pull request #48018 from ClickHouse/rs/cmake_shared_flags
CMake: Remove configuration of CMAKE_SHARED_LINKER_FLAGS
2023-03-27 10:37:50 +02:00
Robert Schulze
4fdce459eb
Fix expected result 2023-03-27 08:35:18 +00:00
Antonio Andelic
79e22d13fb small fix 2023-03-27 07:41:31 +00:00