Azat Khuzhin
781f1597f2
Fix SETTINGS parsing after FORMAT for SELECT queries
...
There are two possible ways to pass the SETTINGS clause:
- SELECT 1 FORMAT Null SETTINGS max_block_size = 1
- SELECT 1 SETTINGS max_block_size = 1[ FORMAT Null]
And when the SETTINGS goes after FORMAT it is parsed in
ParserQueryWithOutput, and these settings are not applied for the query
from the ASTSelectQuery::initSettings()
So propagate settings from the ParserQueryWithOutput to the
ASTSelectQuery settings.
2020-07-17 00:28:52 +03:00
alexey-milovidov
fde8c87a1f
Merge pull request #12426 from ClickHouse/log-engine-rollback-on-insert-error
...
Rollback insertion error in Log engines
2020-07-16 22:50:48 +03:00
Alexander Kuzmenkov
95c6efbdc1
Merge pull request #12546 from ClickHouse/aku/pixel-benchmark
...
[draft] Pixel benchmark blog post
2020-07-16 21:28:24 +03:00
Alexander Kuzmenkov
eb1596e363
Update pixel-benchmark.md
2020-07-16 20:40:44 +03:00
Alexander Kuzmenkov
49ca315e30
remove images
2020-07-16 20:10:20 +03:00
Alexander Kuzmenkov
dd2adad0ce
Update pixel-benchmark.md
2020-07-16 20:04:55 +03:00
Alexander Kuzmenkov
782f2179ce
Update pixel-benchmark.md
2020-07-16 19:42:05 +03:00
Anton Popov
97e8a88b30
Merge pull request #12277 from bobrik/ivan/exact-range-speedup
...
WIP: Optimize PK lookup for queries that match exact PK range
2020-07-16 19:17:50 +03:00
Alexander Kuzmenkov
abe45b76cd
rename file
2020-07-16 19:07:15 +03:00
Alexander Kuzmenkov
b793f97c86
add 'em dashes
2020-07-16 19:06:33 +03:00
Ivan Blinkov
dcf6cdb91e
Update deploy-to-test.sh
2020-07-16 18:41:05 +03:00
Alexander Kuzmenkov
d2a327048e
Update pixel-bencmhark.md
2020-07-16 16:56:06 +03:00
Alexander Kuzmenkov
5883490268
Update pixel-bencmhark.md
2020-07-16 16:45:26 +03:00
Alexander Kuzmenkov
2d9c110ebe
Apply suggestions from code review
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-16 16:08:52 +03:00
Ivan Blinkov
7f5b5fa6ad
Update deploy-to-test.sh
2020-07-16 15:05:03 +03:00
Ivan Blinkov
e3c755b312
Update deploy-to-test.sh
2020-07-16 15:04:08 +03:00
Alexander Kuzmenkov
7b9354db4b
[draft] Pixel benchmark blog post
2020-07-16 15:01:18 +03:00
alesapin
a4666df090
Even less tests in fasttest
2020-07-16 14:16:08 +03:00
alesapin
f7ffd2da36
Remove memory limiting tests
2020-07-16 14:12:47 +03:00
alesapin
21d3a79794
Fix arcadia build for msgpack
2020-07-16 14:08:26 +03:00
Nikita Mikhaylov
1bef33f04f
Merge pull request #12452 from ClickHouse/system-log-dont-log-under-mutex
...
SystemLog: do not log under mutex
2020-07-16 14:44:28 +04:00
Vitaly Baranov
000b197ad1
Merge pull request #11234 from traceon/ldap-per-user-authentication
...
Add LDAP authentication support
2020-07-16 13:17:21 +03:00
Artem Zuikov
ff372ec0f0
Standard join type syntax position ( #12520 )
2020-07-16 11:56:45 +03:00
Alexey Milovidov
6df282e813
Fixup
2020-07-16 11:33:51 +03:00
alesapin
f7792d0145
Merge pull request #12294 from ClickHouse/fasttest
...
Add image for fast tests run (with clone, build, etc.)
2020-07-16 11:21:53 +03:00
alesapin
c86b2a407f
Merge pull request #12526 from Enmk/test_config_fix
...
Retain existing config.d/query_masking_rules.xml from server package
2020-07-16 11:16:56 +03:00
alexey-milovidov
8966c09ed6
Merge pull request #12519 from vzakaznikov/fix_data_duplication_and_tests_for_live_view
...
Fixing race condition in live view tables which could cause data duplication and live view tests
2020-07-16 11:03:28 +03:00
alexey-milovidov
6e9af5f179
Merge pull request #12529 from CurtizJ/fix-12521
...
Better exception for function 'in' with invalid number of arguments
2020-07-16 11:01:55 +03:00
alexey-milovidov
245f90c70f
Merge pull request #12459 from ClickHouse/aku/fix-decimal-agg-test
...
Fix decimal aggregate perf test
2020-07-16 11:00:27 +03:00
alexey-milovidov
47e41b82b6
Merge pull request #12505 from ClickHouse/testkeeper-improve-performance
...
Improve performance of TestKeeper
2020-07-16 10:51:01 +03:00
alexey-milovidov
166a7b469f
Merge pull request #12486 from ClickHouse/fix-avg-serialization
...
Fix AggregateFunctionAvg serialization backwards compatibility
2020-07-16 10:49:55 +03:00
Ivan Blinkov
1e8f340e22
Update README.md
2020-07-16 10:17:00 +03:00
Alexey Milovidov
68f9fd3767
Debug tests
2020-07-16 06:02:20 +03:00
Alexey Milovidov
82ea884d01
Fix incorrect unit test
2020-07-16 05:37:12 +03:00
Alexey Milovidov
a6016b95ce
Fix clang-tidy
2020-07-16 05:34:43 +03:00
Alexey Milovidov
3408b7e259
Merge branch 'master' into log-engine-rollback-on-insert-error
2020-07-16 05:34:02 +03:00
Alexey Milovidov
2753cb58b6
Fixup
2020-07-16 05:31:03 +03:00
Alexey Milovidov
8abcee3201
Add integration test
2020-07-16 05:27:46 +03:00
Alexey Milovidov
11f8e2d906
Remove strange empty file
2020-07-16 05:11:40 +03:00
Alexey Milovidov
83b2db4e5b
Fixup
2020-07-16 05:09:02 +03:00
Alexey Milovidov
d75d982da9
Merge branch 'master' into fix-avg-serialization
2020-07-16 05:02:10 +03:00
Alexey Milovidov
e1173bc3f7
Fixup
2020-07-16 05:00:21 +03:00
Alexey Milovidov
1bf679703d
Merge branch 'master' into testkeeper-improve-performance
2020-07-16 04:58:35 +03:00
alexey-milovidov
0fbad9dbec
Merge pull request #12538 from ClickHouse/add-phone-results
...
Added results for Google Pixel
2020-07-16 01:38:18 +03:00
Denis Glazachev
59cb758cf7
Merge branch 'master' into ldap-per-user-authentication
2020-07-16 02:29:24 +04:00
alexey-milovidov
9bb32ac7ab
Update 047_dell_xps.json
2020-07-16 00:47:43 +03:00
alexey-milovidov
deb852f39f
Update 048_pixel_3a.json
2020-07-16 00:47:31 +03:00
alexey-milovidov
402d03e80e
Update 048_pixel_3a.json
2020-07-16 00:47:14 +03:00
alexey-milovidov
05bfdfc11e
Merge pull request #12537 from xzkostyan/patch-1
...
Update adopters.md
2020-07-16 00:34:04 +03:00
alexey-milovidov
ed9e9c496f
Update index.html
2020-07-16 00:11:37 +03:00