alexey-milovidov
d68fdd8798
Update 01640_marks_corruption_regression.sql
2021-01-06 02:05:02 +03:00
Azat Khuzhin
6c50f537a0
Add a regression test for marks corruption
...
In #17120 (that was reverted in #17918 already) marks adjustemnt was
introduced, but it may lead to corruption of marks files, that may cause
two things:
1) Incorrect marks files, which lead to reading more rows than there are
(can be reproduced with `max_threads`>1 or/and `PREWHERE`, and
`optimize_move_to_prewhere`)
2) Can't adjust last granule because it has X rows, but try to subtract Y
rows (#9260 )
And 1) is pretty hard to diagnosis, since it does not throw any error,
it just may return wrong result.
Fortunately both problems can be fixed with `OPTIMIZE TABLE ... [ FINAL]`.
Cc: @alesapin
Refs: #17943
Refs: #18223
2021-01-05 15:41:54 +03:00
alexey-milovidov
56f3a3b6c7
Merge pull request #18748 from ClickHouse/remove-pink-screen
...
Remove pink screen with confusing questions about Kerberos
2021-01-05 07:09:23 +03:00
alexey-milovidov
2a37f5f687
Merge pull request #18740 from ClickHouse/remove-incl
...
Remove obsolete "incl" from /etc/metrika.xml; correct links in config
2021-01-05 03:31:18 +03:00
alexey-milovidov
ca56f83d81
Merge pull request #16366 from ClickHouse/harmful
...
Add "harmful" library
2021-01-05 01:59:54 +03:00
alexey-milovidov
96c0fff913
Merge pull request #18703 from ClickHouse/ubsan-add-offset-to-nullptr
...
Fix UBSan report: applying non-zero offset to nullptr
2021-01-05 01:59:22 +03:00
Alexey Milovidov
a15eb69f04
Remove pink screen with confusing questions about Kerberos
2021-01-05 00:56:00 +03:00
fastio
fc9c440d3e
Fix the unexpected behaviour of show tables when antlr parser enabled ( #18431 )
...
* Fix the unexpected behaviour of show tables when antlr parser enabled
* fix compile error
2021-01-04 23:42:57 +03:00
alexey-milovidov
683b16a525
Merge pull request #18739 from ClickHouse/brown-benchmark
...
Add description for Brown Benchmark
2021-01-04 21:08:14 +03:00
Alexey Milovidov
12a0ef907e
Slightly better
2021-01-04 21:07:52 +03:00
Alexey Milovidov
5e75bad82a
Merge branch 'master' into ubsan-add-offset-to-nullptr
2021-01-04 21:07:26 +03:00
Alexey Milovidov
063360511a
Remove obsolete "incl" from /etc/metrika.xml; correct links in config
2021-01-04 21:01:17 +03:00
alexey-milovidov
e476dcdba7
Update replication.md
2021-01-04 20:58:26 +03:00
Alexey Milovidov
04d8544151
Add description for Brown Benchmark
2021-01-04 20:30:58 +03:00
Alexey Milovidov
6ec602ad67
Fix build
2021-01-04 19:38:43 +03:00
alexey-milovidov
a4f8a5390e
Merge pull request #18717 from sundy-li/hotfix-log
...
Fix Logger with unmatched arg size
2021-01-04 18:43:26 +03:00
Alexey Milovidov
21cb0f21ad
Moved "max_result_rows" test to bugs
2021-01-04 17:52:23 +03:00
Alexey Milovidov
735a8ed74c
Fix build
2021-01-04 17:08:58 +03:00
Alexey Milovidov
e4894fc18e
Replace "sleep"
2021-01-04 17:05:06 +03:00
Alexey Milovidov
4eb0ca0655
Merge branch 'master' into harmful
2021-01-04 16:49:53 +03:00
alexey-milovidov
750a391716
Merge pull request #18708 from ClickHouse/limit-fuzz
...
Added a test for #13477
2021-01-04 16:45:36 +03:00
alexey-milovidov
c0a1d6b9b0
Merge pull request #18704 from ClickHouse/enable-more-tests
...
Enable more tests and see what will happen
2021-01-04 16:42:53 +03:00
alexey-milovidov
0b56bec69c
Merge pull request #15162 from 4ertus2/joins
...
Fix crash in not equi join on
2021-01-04 16:37:16 +03:00
alexey-milovidov
5332b0327c
Merge pull request #18702 from ClickHouse/fix-fuzz-test-msan
...
Add a test for already fixed issue
2021-01-04 16:35:41 +03:00
sundy-li
6cc0668af4
Add one more argument
2021-01-04 16:21:04 +08:00
sundy-li
8d7fe410cd
Fix Logger with unmatched arg size
2021-01-04 16:15:13 +08:00
Alexey Milovidov
f4b03cf8de
Merge branch 'master' into harmful
2021-01-04 04:07:23 +03:00
Alexey Milovidov
38d982b199
Merge branch 'master' into harmful
2021-01-04 04:06:46 +03:00
alexey-milovidov
7f85ae7fa7
Merge pull request #18682 from ClickHouse/mariadb-remove-getservbyname
...
Remove "harmful" function from mariadbclient
2021-01-04 04:06:12 +03:00
Alexey Milovidov
17ff7e3413
Added a test for #13477
2021-01-04 03:52:45 +03:00
Alexey Milovidov
8c940d0f27
Merge branch 'mariadb-remove-getservbyname' into enable-more-tests
2021-01-04 03:31:10 +03:00
Alexey Milovidov
22775efd52
Enable more tests and see what will happen
2021-01-04 03:29:59 +03:00
Alexey Milovidov
d88d3de0d1
Fix UBSan report: applying non-zero offset to nullptr
2021-01-04 02:31:47 +03:00
Alexey Milovidov
c7b678b752
Fix integration test
2021-01-04 02:20:12 +03:00
Alexey Milovidov
53ffaa89bf
Merge branch 'master' into 4ertus2-joins-2
2021-01-04 02:19:57 +03:00
Alexey Milovidov
0f06b9631b
Add a test for already fixed issue
2021-01-04 02:14:04 +03:00
alexey-milovidov
486418d112
Merge pull request #18688 from ClickHouse/function_byte_size
...
Merge byteSize function
2021-01-04 01:17:11 +03:00
Nikolai Kochetov
3a1ec56486
Revert "Merge pull request #18411 from ClickHouse/try-fix-max_result_rows"
...
This reverts commit 9a2b163db7
, reversing
changes made to 5e97df7c29
.
2021-01-03 21:51:57 +03:00
alexey-milovidov
768e4871a4
Merge pull request #18697 from ClickHouse/arcadia-replicated-tables
...
Allow Replicated tables in Arcadia
2021-01-03 21:34:23 +03:00
Alexey Milovidov
7e2a14fd2c
Proper submodule update
2021-01-03 21:19:44 +03:00
Alexey Milovidov
37577ad848
Merge branch 'master' into mariadb-remove-getservbyname
2021-01-03 21:11:52 +03:00
alexey-milovidov
15c0613c71
Merge pull request #18634 from ClickHouse/fix-perf-test-2
...
Fix too long perf test
2021-01-03 20:39:41 +03:00
Alexey Milovidov
c59deb4bca
Allow Replicated tables in Arcadia
2021-01-03 19:20:09 +03:00
Alexey Milovidov
6ab08751b4
Merge branch 'master' into fix-perf-test-2
2021-01-03 18:10:13 +03:00
Alexey Milovidov
501785c397
Merge branch 'master' into function_byte_size
2021-01-03 18:07:40 +03:00
Alexey Milovidov
ab83245b57
Addition to #18526
2021-01-03 18:07:18 +03:00
Alexey Milovidov
f2ae42b857
utils/generate-ya-make/generate-ya-make.sh
2021-01-03 04:37:10 +03:00
Alexey Milovidov
25b100761f
Merge branch 'master' into function_byte_size
2021-01-03 04:36:48 +03:00
alexey-milovidov
1e98917963
Merge pull request #18687 from ClickHouse/bar-simplification
...
Simplify code of function "bar"
2021-01-03 04:36:29 +03:00
Alexey Milovidov
35255aecb3
Merge branch 'master' into fix-perf-test-2
2021-01-03 02:45:23 +03:00