alexey-milovidov
1526a626ae
Merge pull request #8671 from excitoon-favorites/fixedmultiplediskstests
...
Fixed deduplication issues in more `test_multiple_disks` tests
2020-01-16 13:23:30 +03:00
alexey-milovidov
bfe2eee55b
Merge pull request #8674 from ClickHouse/fix-create-column-not-implemented-set
...
Fixed the issue "Method createColumn() is not implemented for data type Set"
2020-01-16 13:10:23 +03:00
Alexey Milovidov
06269e572f
Added test
2020-01-15 21:19:46 +03:00
Alexey Milovidov
7ba06ccb82
Added method createColumn for DataTypeSet
2020-01-15 21:18:50 +03:00
Alexey Milovidov
5778e59f38
Updated results from Azure. Previous results were with rw cache.
2020-01-15 20:11:17 +03:00
Alexey Milovidov
bf632c680e
Merge branch 'master' of github.com:yandex/ClickHouse
2020-01-15 20:10:43 +03:00
Alexey Milovidov
cdff01c82e
Added results from another AWS instance
2020-01-15 19:25:37 +03:00
Vladimir Chebotarev
f758b1f6c6
Fixed deduplication issues in more test_multiple_disks
tests.
2020-01-15 18:25:23 +03:00
Alexander Kuzmenkov
afb003cb89
Merge pull request #8476 from ClickHouse/table_name_in_istorage
...
Add StorageID with optional UUID to IStorage
2020-01-15 16:41:12 +03:00
Alexey Milovidov
94f61aa8e7
Added results from Wolf Kreuzerkrieg
2020-01-15 16:17:14 +03:00
Alexander Tokmakov
5e2badd9b8
Merge branch 'master' into table_name_in_istorage
2020-01-15 14:55:20 +03:00
Alexey Milovidov
483a911208
Added results from Boris Granveaud
2020-01-15 12:34:21 +03:00
alexey-milovidov
4c06c3f2ad
Merge pull request #8657 from KosToZyB/patch-1
...
Update http.md
2020-01-15 12:12:26 +03:00
Olga Khvostikova
53ae368d9c
Add virtual columns to hdfs and file table functions ( #8489 )
...
* Add virtual column _path to hdfs and file table functions with test
* Fix const of headers
* Add column _file with tests
* Add docs
* Fix improper resolve conflicts
* Fix links in docs
* Better condition for virtual columns proccessing in StorageFile
* better condition for virtual columns processing in StorageHDFS
2020-01-15 10:52:45 +03:00
Veselkov Konstantin
b668633fb5
Update http.md
2020-01-15 11:51:28 +04:00
alexey-milovidov
b6f41e4465
Merge pull request #8647 from qMBQx8GH/fix_max_depth
...
Initial commit to fix IParser::Pos.max_depth issue
2020-01-15 01:00:17 +03:00
alexey-milovidov
27f867061d
Merge pull request #8652 from ClickHouse/linear-regression-intel
...
Integrate patch for stochasticLinearRegression
2020-01-15 00:59:51 +03:00
alexey-milovidov
9c5c544f49
Merge pull request #8653 from ClickHouse/fix_system_metadata_path
...
Fix metadata path for system database
2020-01-15 00:59:24 +03:00
Alexey Milovidov
b8e0c7ca69
Added sorting of results
2020-01-14 23:03:48 +03:00
Alexey Milovidov
ecdeff7e22
Added three new performance test results
2020-01-14 22:53:37 +03:00
Alexey Milovidov
0a5fbdc01b
Merge branch 'master' of github.com:yandex/ClickHouse
2020-01-14 22:24:03 +03:00
Alexander Kuzmenkov
d6ce1d7a67
[wip] Performance comparison test.
2020-01-14 22:07:38 +03:00
Alexander Tokmakov
d51c3df7b6
fix
2020-01-14 22:01:56 +03:00
Alexey Milovidov
cf3e3b44bd
Query profiler is production ready and enabled by default
2020-01-14 21:52:40 +03:00
alexey-milovidov
c9a781b099
Merge pull request #8648 from CurtizJ/rename-tests
...
Rename tests to be consistent with clickhouse-test options.
2020-01-14 21:37:43 +03:00
Nikita Mikhaylov
0e0dd80abf
Merge pull request #6168 from PerformanceVision/move_partition
...
Alter command for move a specific partition from MergeTree table
2020-01-14 22:32:10 +04:00
alexey-milovidov
ec7955c187
Merge pull request #8633 from Slach/patch-1
...
describe corner case for POPULATE and Materialize View
2020-01-14 21:28:19 +03:00
Alexey Milovidov
ba905e19bf
Removed bunch of other solved tasks
2020-01-14 21:26:46 +03:00
alexey-milovidov
f460095319
Merge pull request #8651 from qoega/qoega/update-easy-tasks-1
...
Delete fixed tasks from easy tasks list
2020-01-14 21:18:32 +03:00
Alexey Milovidov
975ae4c396
Integrate patch from Intel
2020-01-14 20:17:56 +03:00
Alexander Tokmakov
9521b0ebe5
remove proxystorage
2020-01-14 20:10:19 +03:00
Yatsishin Ilya
1e501da101
fixed add brotli #4388
2020-01-14 19:50:46 +03:00
Yatsishin Ilya
a1b1c5cd56
fixed static computable limits
2020-01-14 19:48:14 +03:00
Yatsishin Ilya
12bbdd8582
fixed clickhouse-local --time --progress
2020-01-14 19:43:50 +03:00
Yatsishin Ilya
7a6a5d77a9
fixed add topKWeighted
2020-01-14 19:41:08 +03:00
Yatsishin Ilya
7b59d7b102
fixed clickhouse-server --help
2020-01-14 19:40:26 +03:00
Yatsishin Ilya
6f530c8788
fixed add isValidUTF8 #4934
2020-01-14 19:39:30 +03:00
Yatsishin Ilya
97128ad5af
fixed lower mark_cache, uncompressed_cache if system has low memory
2020-01-14 19:31:22 +03:00
Yatsishin Ilya
1e60794a93
fixed add X-ClickHouse-Query-Id in header
2020-01-14 19:15:56 +03:00
Yatsishin Ilya
5ffb21d078
fixed NOT BETWEEN
2020-01-14 19:08:47 +03:00
Yatsishin Ilya
4edb468f7b
fixed -C option for clickhouse-client
2020-01-14 19:07:11 +03:00
Yatsishin Ilya
fa2c13aa0d
fixed arrayWithConstant #4309
2020-01-14 19:01:45 +03:00
Yatsishin Ilya
56059af6b9
fixed flatten for arrays of arrays
2020-01-14 18:33:09 +03:00
Yatsishin Ilya
47edf938f0
fixed issue #2011
2020-01-14 18:20:14 +03:00
CurtizJ
cffca47129
rename one more test
2020-01-14 17:22:37 +03:00
CurtizJ
d43d189769
more convinient local testing
2020-01-14 16:57:40 +03:00
Ivan Lezhankin
e63ef08af8
Update gitignore
2020-01-14 16:30:06 +03:00
Alexey Milovidov
0a616ea51c
Updated Broadwell results
2020-01-14 16:28:29 +03:00
Maxim Smirnov
c7cbaab3db
A test added for max_parser_depth setting
2020-01-14 14:18:42 +02:00
Maxim Smirnov
32dcbfb627
Avoid copy of a Context object in a lambda function
2020-01-14 14:14:14 +02:00