tavplubix
|
710fbebafc
|
Merge pull request #30977 from ClickHouse/check_dependencies_on_drop
Check dependencies on DROP TABLE
|
2021-11-16 11:38:42 +03:00 |
|
Kseniia Sumarokova
|
b040890fcf
|
Merge pull request #31420 from kssenii/fix-positional-args-bug
Fix group by with positional args
|
2021-11-15 20:42:58 +03:00 |
|
kssenii
|
6fe803e31e
|
Fix
|
2021-11-15 15:09:04 +03:00 |
|
Alexander Tokmakov
|
416a82b99a
|
Merge branch 'master' into check_dependencies_on_drop
|
2021-11-15 13:35:45 +03:00 |
|
Azat Khuzhin
|
fa317e96e8
|
Do not try to resolve temporary tables from global context
|
2021-11-15 10:32:19 +03:00 |
|
Kseniia Sumarokova
|
846fbd059b
|
Merge pull request #31403 from kssenii/fix-client-output
Fix client
|
2021-11-14 15:01:30 +03:00 |
|
kssenii
|
9ea8408d8d
|
Add test
|
2021-11-14 07:58:19 +00:00 |
|
alexey-milovidov
|
5712f9077d
|
Merge pull request #31393 from azat/fix-stderr-before-reopen
Check stderr is writable before reopining it (to avoid losing errors)
|
2021-11-14 01:44:08 +03:00 |
|
alexey-milovidov
|
e323b83f6a
|
Merge pull request #30876 from pmed/backslash_letter_interactive_input
add aliases for `\<letter>` interactive client commands
|
2021-11-14 01:43:13 +03:00 |
|
Azat Khuzhin
|
ed4b5c7640
|
Check stderr is writable before reopining it (to avoid losing errors)
|
2021-11-13 22:26:05 +03:00 |
|
Kruglov Pavel
|
051a9e7c69
|
Merge pull request #31249 from vitlibar/fix-show-grants
Fix SHOW GRANTS when partial revokes are used.
|
2021-11-12 15:49:12 +03:00 |
|
tavplubix
|
8916d3bebf
|
Merge pull request #31305 from ClickHouse/rename_support_ifexists
Merging #31081
|
2021-11-12 15:22:43 +03:00 |
|
Anton Popov
|
7769ed76ce
|
Merge pull request #31261 from CurtizJ/tuple-element-to-subcolumn
Optimize tupleElement to reading of subcolumn
|
2021-11-12 15:00:53 +03:00 |
|
Anton Popov
|
4c6c80b9a2
|
Merge pull request #31044 from kssenii/fix-storage-merge-with-aliases-and-where
Fix StorageMerge with aliases and where
|
2021-11-11 21:46:02 +03:00 |
|
tavplubix
|
dd720ec9b4
|
Merge pull request #31252 from ClickHouse/warning_for_obsolete_settings
Show warning if some obsolete setting changed
|
2021-11-11 13:41:49 +03:00 |
|
alesapin
|
8cb3c5cb57
|
Merge pull request #31248 from ClickHouse/add_flaky_check
Add flaky check to new CI
|
2021-11-11 12:44:36 +03:00 |
|
alesapin
|
2f42a5137d
|
Trying flaky check
|
2021-11-11 11:44:53 +03:00 |
|
Nikolai Kochetov
|
b062c8ca51
|
Merge pull request #31031 from cmsxbc/throw-exception-offset-fetch-without-order-by
improve error message while using OFFSET FETCH clause without ORDER BY
|
2021-11-11 11:37:16 +03:00 |
|
Vladimir C
|
b85710a673
|
Merge pull request #31105 from abel-cheng/fix-rewrite-in-local-in
|
2021-11-11 10:02:52 +03:00 |
|
cmsxbc
|
07708e99a5
|
fix ErrorCode in test because of confilict
|
2021-11-11 08:22:57 +08:00 |
|
cmsxbc
|
bb0f929a39
|
add test for offset fetch without order by
|
2021-11-11 08:20:47 +08:00 |
|
alexey-milovidov
|
e3650b865a
|
Merge pull request #30965 from kssenii/intersect-except-fix
Fix cases when intersect / except is not checked
|
2021-11-11 01:59:59 +03:00 |
|
Kseniia Sumarokova
|
c119feeb8c
|
Merge pull request #31225 from kssenii/relax-test
Relax test 02026_storage_filelog_largefile.sh
|
2021-11-11 01:04:12 +03:00 |
|
Anton Popov
|
47e19a4cd9
|
optimize tupleElement to reading of subcolumn
|
2021-11-10 22:24:28 +03:00 |
|
kssenii
|
a2326f5035
|
Fix
|
2021-11-10 19:03:54 +03:00 |
|
Alexander Tokmakov
|
9d83832bde
|
show warning if some obsolete setting changed
|
2021-11-10 18:49:13 +03:00 |
|
Vitaly Baranov
|
b74999b6bd
|
Fix SHOW GRANTS when partial revokes are used.
|
2021-11-10 17:03:02 +03:00 |
|
Vladimir C
|
19e2cbcabc
|
Apply suggestions from code review
|
2021-11-10 14:44:35 +03:00 |
|
abel-wang
|
3b82c36049
|
add tests
|
2021-11-10 16:38:01 +08:00 |
|
kssenii
|
d2319e59a1
|
Relax test
|
2021-11-10 07:55:49 +00:00 |
|
abel-wang
|
4ad729c7d4
|
add tests
|
2021-11-10 14:38:40 +08:00 |
|
Anton Popov
|
c2eb9e7e78
|
optimize mapContains to subcolumn
|
2021-11-10 00:44:51 +03:00 |
|
Kruglov Pavel
|
17085183bf
|
Merge pull request #31042 from Avogar/hdfs-bad-url
Add additional hdfs url check
|
2021-11-09 16:23:59 +03:00 |
|
Kruglov Pavel
|
868dc9c6c5
|
Merge pull request #31036 from Avogar/hdfs-fixes
Fix assert in hdfs, add test
|
2021-11-09 16:23:11 +03:00 |
|
kssenii
|
bfde7fd36c
|
Better
|
2021-11-09 12:06:43 +00:00 |
|
Dmitry Novik
|
406bb4d997
|
Merge pull request #28965 from nicelulu/issues_28774
128bit hash-functions accepting arbitrary list of arguments
|
2021-11-09 14:40:25 +03:00 |
|
kssenii
|
ee9ceaf7d4
|
Better
|
2021-11-09 14:27:17 +03:00 |
|
kssenii
|
dead99011b
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into intersect-except-fix
|
2021-11-08 16:15:33 +03:00 |
|
vdimir
|
56bc802ee2
|
Support join on constant
|
2021-11-08 15:44:13 +03:00 |
|
vicgao
|
8e7023cdb4
|
rename database/table/dictionary support IF EXISTS syntax
|
2021-11-08 16:27:10 +08:00 |
|
Kseniia Sumarokova
|
908d78febe
|
Merge pull request #30851 from kssenii/clickhouse-local-improve
Allow delayed interactive mode
|
2021-11-08 10:07:29 +03:00 |
|
tavplubix
|
94a66f724e
|
Merge pull request #30135 from FArthur-cmd/add_parallel_reading_from_infile
Add parallel file reading `FROM INFILE` in client
|
2021-11-06 15:54:27 +03:00 |
|
abel-wang
|
53341acdeb
|
Add global keywords in subqueries.
|
2021-11-06 11:07:33 +08:00 |
|
Artur
|
93b8863cee
|
Add test for settings
|
2021-11-05 18:33:50 +00:00 |
|
Artur
|
ae13237c55
|
remove check for settings from test
|
2021-11-05 11:07:31 +00:00 |
|
Artur
|
f6e7fe67c4
|
improve tests
|
2021-11-05 10:44:41 +00:00 |
|
vicgao
|
ec2c70ab75
|
rename/exchange database/table/dictionary support IF EXISTS syntax
|
2021-11-04 22:35:34 +08:00 |
|
kssenii
|
26c4affc18
|
Fixes
|
2021-11-04 11:00:35 +00:00 |
|
Alexander Tokmakov
|
23e8cc24b5
|
fix tests
|
2021-11-03 18:06:19 +03:00 |
|
vdimir
|
08545795b5
|
Separate option for enabling fuse syntax for sum, avg, count
|
2021-11-03 15:13:09 +03:00 |
|