Commit Graph

83648 Commits

Author SHA1 Message Date
Anton Popov
5c316ffabe support filtering by sparse columns without convertion to full 2022-02-15 14:30:54 +03:00
Kruglov Pavel
cf454a6539
Merge pull request #34532 from CurtizJ/fix-aggregation-in-order-3
Fix aggregation in order with distributed_aggregation_memory_efficient=0
2022-02-15 14:26:15 +03:00
vdimir
510a909d0d
Remove nullable_left/right_side flags from Hash/MergeJoin 2022-02-15 11:15:50 +00:00
vdimir
2de6eaf838
Fix LowCardinality using key for join_use_nulls in pipeline 2022-02-15 11:11:59 +00:00
alesapin
c2bdcbbe77
Merge pull request #34587 from bigo-sg/changelogNoclone
Keeper change log no need to clone log entry
2022-02-15 14:06:28 +03:00
alesapin
e1fb220bb7 Fix test 2022-02-15 13:31:41 +03:00
Nikolai Kochetov
ab288642f6 Merge branch 'master' into ephemeral-column 2022-02-15 10:03:34 +00:00
Nikolai Kochetov
d6cbac1ed3
Merge pull request #34577 from ClickHouse/alwasy-remove-unused-actions-for-add-missing-defaults
Always remove unused actions from addMissingDefaults
2022-02-15 11:01:29 +01:00
Nikolai Kochetov
4d2c53c32b Fix clang tidy 2022-02-15 09:59:51 +00:00
alesapin
36b1944cb0 Merge branch 'master' into s3-fix-content-type 2022-02-15 12:39:49 +03:00
Yatsishin Ilya
b8557b21f9 Merge remote-tracking branch 'origin' into no-clickhouse-test-deb 2022-02-15 09:35:31 +00:00
alesapin
447cd56cb9 Fix comments 2022-02-15 12:11:50 +03:00
taiyang-li
28ff342c4b fix fasttest 2022-02-15 11:38:00 +08:00
cnmade
a2dd0cd8e3 Translate zh/sql-reference/statements/alter/constraint: remove old file 2022-02-15 09:57:01 +08:00
cnmade
8507875230 Translate zh/sql-reference/statements/alter/constraint: translate to zh 2022-02-15 09:56:25 +08:00
cnmade
50c0bae5a4 Translate zh/sql-reference/statements/alter/constraint: reimport file 2022-02-15 09:53:21 +08:00
cnmade
d20e30efdd Translate zh/sql-reference/statements/alter/constraint: rename old file 2022-02-15 09:52:33 +08:00
zhanglistar
64d40fad2b
Merge branch 'master' into keeperVersion 2022-02-15 09:22:54 +08:00
Dmitry Novik
31a5e85aa4 Add test for GlobalOvercommitTracker 2022-02-15 00:29:55 +00:00
cnmade
e84a6704b5 Merge remote-tracking branch 'upstream/master' into PR202202141400
* upstream/master: (58 commits)
  Add Gigasheet to adopters
  Remove integration test
  Update 02211_shcema_inference_from_stdin.sh
  Fixed tests
  Fix indentation in ARRAY JOIN formatting
  Postpone a bit nightly builds to the least loaded time
  Documentation for insert_deduplication_token setting
  Enable randomization of sort only in debug
  Fixed tests
  Fixed tests
  Fixed tests
  Fixed tests
  Fixed tests
  Updated implementation
  Simplified implementation
  Fixed tests
  Sort added equal items ranges randomization
  Remove debug
  Fix disable_suggestion argument for clickhouse-local
  May be fix test 01065_window_view_event_hop_watch_bounded.py
  ...
2022-02-15 08:24:37 +08:00
alexey-milovidov
bc206ec423
Merge pull request #31182 from ClickHouse/memory-overcommit
Memory overcommit
2022-02-14 23:55:02 +03:00
Maksim Kita
db245cfbc9
Merge pull request #34523 from bigo-sg/nolockappendentries
Keeper no lock on append_entries
2022-02-14 21:28:10 +01:00
Maksim Kita
c8f24f78e2
Merge pull request #34567 from devcrafter/patch-1
Documentation for insert_deduplication_token setting
2022-02-14 21:25:14 +01:00
Maksim Kita
0f88483901
Merge pull request #34589 from bjhunter/patch-1
Add Gigasheet to adopters
2022-02-14 21:05:15 +01:00
alesapin
e15396d90c Fix race condition: 2022-02-14 22:19:49 +03:00
Yatsishin Ilya
8e5c9c275e Merge remote-tracking branch 'origin' into no-clickhouse-test-deb 2022-02-14 19:09:32 +00:00
Nikolai Kochetov
b3ea360cd2 Fix a little bit more 2022-02-14 19:05:30 +00:00
Brian Hunter
8a2ef6a6f7
Add Gigasheet to adopters 2022-02-14 09:15:56 -08:00
Kseniia Sumarokova
382b8e0388
Merge pull request #34432 from ClickHouse/static-files-disk-uploader-create-symlinks
`static-files-disk-uploader`: add a mode to create symlinks
2022-02-14 18:10:53 +01:00
Maksim Kita
70ffcb8e33
Merge pull request #34393 from kitaisreal/sort-added-equal-items-randomization
Sort added equal items ranges randomization
2022-02-14 16:41:19 +01:00
Maksim Kita
b73d1f4b64
Merge pull request #34578 from azat/ARRAY-JOIN-fix-format
Fix indentation in ARRAY JOIN formatting
2022-02-14 16:40:55 +01:00
Dmitry Novik
02cb5a880f Remove integration test 2022-02-14 15:22:07 +00:00
Yatsishin Ilya
f419f2b2f0 Merge remote-tracking branch 'origin' into no-clickhouse-test-deb 2022-02-14 15:15:07 +00:00
Yatsishin Ilya
1db1826e19 Merge remote-tracking branch 'origin' into no-clickhouse-test-deb 2022-02-14 15:13:56 +00:00
zhanglistar
b790903a61 keeper Changelog no need clone log entry 2022-02-14 22:43:37 +08:00
Anton Popov
2399f3e3bb
Merge pull request #34495 from Avogar/improve-local
Improve schema inference in clickhouse-local
2022-02-14 17:27:24 +03:00
Anton Popov
79144f8b91
Update 02211_shcema_inference_from_stdin.sh 2022-02-14 17:26:48 +03:00
vdimir
99ca89c0ca
Fix StorageJoin and Asof or join_use_nulls in pipeline 2022-02-14 14:14:27 +00:00
Nikolai Kochetov
22a938f83d Simplify a little bit. 2022-02-14 14:53:32 +01:00
alexey-milovidov
0250b28916
Merge pull request #34550 from kssenii/fix-test
Tiny fixes for client/local suggestions
2022-02-14 16:52:56 +03:00
zhanglistar
ceeed2e928 keeper no memory snapshot 2022-02-14 21:34:55 +08:00
Maksim Kita
c469fb36ae Fixed tests 2022-02-14 12:59:53 +00:00
Azat Khuzhin
edc35f1254 Fix indentation in ARRAY JOIN formatting
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-02-14 15:58:58 +03:00
Nikolai Kochetov
ebb5d1807d Always remove unused actipns from addMissingDefaults 2022-02-14 12:49:07 +00:00
alesapin
7d614dd3ad
Merge pull request #34457 from ClickHouse/kssenii-patch-3
Update http_max_tries setting default
2022-02-14 15:33:28 +03:00
alesapin
bb69455395
Merge pull request #34504 from CurtizJ/ttl-move-if-exists
Support `TTL TO [DISK|VOLUME] [IF EXISTS]`
2022-02-14 14:56:18 +03:00
zhanglistar
edcea7dc31 keeper snapshot memory opt. 2022-02-14 19:43:08 +08:00
alesapin
b75d551281 Fix clang tidy and add check for master 2022-02-14 14:37:41 +03:00
Vladimir C
ebd93d07e5
fix 2022-02-14 12:36:30 +01:00
Kruglov Pavel
2bf15d6b5b
Merge pull request #34352 from bigo-sg/clickhouse_local_format
Default input and output formats that can be overriden by --input-format and --output-format.
2022-02-14 14:09:59 +03:00