Commit Graph

83254 Commits

Author SHA1 Message Date
avogar
a69905d378 Fix 2022-02-10 18:23:52 +03:00
avogar
9bbbbdcdd6 Improve schema inference in clickhouse-local 2022-02-10 18:23:52 +03:00
Kruglov Pavel
13cf8f87e1
Fix test 2022-02-10 18:14:46 +03:00
Denny Crane
80e1100813
Virtual Columns MergeTree engine 2022-02-10 10:45:27 -04:00
Vitaly Baranov
cf2e205b08 Add field output_columns to first Result sent in gRPC protocol. 2022-02-10 21:05:56 +07:00
Vitaly Baranov
bd746fd82b Add fields query_id and time_zone to first Result sent in gRPC protocol. 2022-02-10 21:05:47 +07:00
Vitaly Baranov
f8c8eeceea Add field output_format to first Result sent in gRPC protocol. 2022-02-10 21:05:08 +07:00
alesapin
3387f9e597 Possible fix DiskHDFS 2022-02-10 16:55:12 +03:00
alesapin
84b5fbf43c Fix buffer HDFS crash 2022-02-10 16:35:50 +03:00
Dmitry Novik
d405523598 Fix ProfileEvents sending in INSERT SELECT 2022-02-10 13:27:27 +00:00
avogar
9e58ae7577 Support jsonl extension for JSONEachRow format 2022-02-10 16:00:37 +03:00
Kruglov Pavel
738355b724
Merge pull request #34408 from vitlibar/split-and-rename-compression-fields-in-grpc
Split and rename compression fields in gRPC
2022-02-10 15:40:20 +03:00
Kruglov Pavel
bf8c028533
Merge pull request #34479 from Avogar/fix-filesystem-error
Fix possible error 'file_size: Operation not supported'
2022-02-10 14:17:05 +03:00
alesapin
f764da35ca Also zero copy mutations 2022-02-10 14:15:08 +03:00
Kruglov Pavel
a4f5610764
Merge pull request #34476 from CurtizJ/avoid-settings-copy
Avoid unnecessary copying of `Settings`
2022-02-10 14:13:46 +03:00
mergify[bot]
cb3e5f8538
Merge branch 'master' into memory-overcommit 2022-02-10 11:01:43 +00:00
mergify[bot]
e2d41de7fb
Merge branch 'master' into PR202202101717 2022-02-10 10:38:14 +00:00
Maksim Kita
309af64475
Merge pull request #34475 from DevTeamBK/nested_column
accessing nested_column after already moved to data
2022-02-10 11:34:19 +01:00
Maksim Kita
9a757c0ed1
Merge pull request #34471 from den-crane/test/13907
test for #13907 toColumnTypeName_toLowCardinality_const
2022-02-10 11:30:10 +01:00
Maksim Kita
f7b70877c8 Fixed tests 2022-02-10 10:27:11 +00:00
Maksim Kita
3e21ebeb02 For SQLUserDefinedFunctions change access type from DATABASE to GLOBAL 2022-02-10 10:27:11 +00:00
Maksim Kita
3a0e71ca14
Merge pull request #34472 from genzgd/fix_rocks_m1
Remove invalid IOS setting for RocksDB CMAKE to fix Apple M1 build
2022-02-10 11:26:36 +01:00
Maksim Kita
7a30d490a1
Merge pull request #34406 from ClickHouse/fix-removing-order-in-CreatingSetsTransform
Fix wrong destruction order in CreatingSetsTransform.
2022-02-10 11:24:18 +01:00
cnmade
ff55f8d8d9 Translate zh/engines/database-engines/materialized-mysql: translate to zh and update index.md 2022-02-10 18:02:40 +08:00
alesapin
70221b272b Better solution 2022-02-10 12:57:11 +03:00
zhanglistar
4d73fb7fb7 Fix ut in SnapshotableHashTable 2022-02-10 17:56:41 +08:00
zhanglistar
87350f3552 Keeper SnapshotableHashTable fix clean bug. 2022-02-10 17:33:12 +08:00
Kruglov Pavel
8385dc27c2
Fix test 2022-02-10 12:19:01 +03:00
Anton Popov
298838f891 avoid unnecessary copying of Settings 2022-02-10 12:13:51 +03:00
Yatsishin Ilya
33b5c2251f Merge branch 'default-table-engine' of github.com:qoega/ClickHouse into default-table-engine 2022-02-10 09:09:20 +00:00
Yatsishin Ilya
ea03fec7b6 simplify case 2022-02-10 09:00:00 +00:00
Yatsishin Ilya
9228b10fa6 refactoring 2022-02-10 08:53:50 +00:00
Nikolay Degterinsky
fe7cdd14f7
Merge pull request #34481 from cnmade/PR202202101442
sync translate to zh: Update roadmap.md
2022-02-10 10:46:39 +03:00
zhanglistar
72ffcbbb05 keeper SnapshotableHashTable clean opt. 2022-02-10 15:43:39 +08:00
Nikolay Degterinsky
34092fa2a3
Merge pull request #34401 from LittleJake/patch-1
Update query_thread_log.md
2022-02-10 09:45:37 +03:00
cnmade
c9d27fcea3 sync translate to zh: Update roadmap.md 2022-02-10 14:45:34 +08:00
alexey-milovidov
6a9f570efd
Update roadmap.md 2022-02-10 09:26:37 +03:00
avogar
bfa96463ca Fix possible error 'file_size: Operation not supported' 2022-02-10 09:23:27 +03:00
Dmitry Novik
d2e1f66c57 Fix test 2022-02-10 01:01:14 +00:00
mergify[bot]
5577492e30
Merge branch 'master' into test/13907 2022-02-09 21:14:38 +00:00
alesapin
c587160308 Bad fix which will affect zk and should be changed 2022-02-09 23:06:44 +03:00
mergify[bot]
23e6bdec69
Merge branch 'master' into kssenii-patch-3 2022-02-09 19:58:50 +00:00
alesapin
57037465f5 Trying to fix tests blindly 2022-02-09 22:56:22 +03:00
Vitaly Baranov
77d9cddfec Replace clickhouse_grpc.proto in a test with symlink. 2022-02-10 02:46:05 +07:00
Vitaly Baranov
1341b4b4de Rename QueryInfo's field result_compression -> transport_compression_type and change its type for better consistency.
Make the previous field obsolete.
2022-02-10 02:46:05 +07:00
Vitaly Baranov
1f6b65d39d gRPC: Split compression_type field into input_compression_type and output_compression_type.
Make the previous field obsolete.
2022-02-10 02:46:05 +07:00
Maksim Kita
15e1da5bef
Merge pull request #34434 from cnmade/PF202202091030
sync to zh: sql-reference/data-types/int-uint: sync translate to zh
2022-02-09 20:38:11 +01:00
Rajkumar
b6a1a13327 clang-tidy reported nested_column already moved to data 2022-02-09 11:36:31 -08:00
Rajkumar
45d903b3b5 clang-tidy reported divide by zero exception 2022-02-09 11:28:08 -08:00
Geoff Genz
d19ee89d9d Remove invalid IOS setting for RocksDB CMAKE to fix Apple M1 build 2022-02-09 12:17:23 -07:00