achimbab
|
e8a435d2fb
|
Add base condition
|
2021-03-18 11:00:09 +09:00 |
|
achimbab
|
bf01eeb883
|
Fix a bug in sequenceNextNode
|
2021-03-11 16:44:02 +09:00 |
|
achimbab
|
1ec927e766
|
Fix special-build-failure and add argument validation
|
2021-03-11 12:48:24 +09:00 |
|
achimbab
|
34ccad75dc
|
Remove insertion_requires_nullable_column
|
2021-03-10 21:14:30 +09:00 |
|
achimbab
|
e41c731f0f
|
Change the behavior of sequenceNextNode.
|
2021-03-10 21:08:35 +09:00 |
|
vdimir
|
d8caf62c1b
|
Update test sequence_next_node, choose lowest string for same timestamps
|
2021-03-10 12:06:05 +03:00 |
|
vdimir
|
f32a388fed
|
Minor changes, add comments
|
2021-03-09 16:56:29 +03:00 |
|
vdimir
|
5808bf24e2
|
Fix strict weak ordering, return always lower string in sequenceNextNode
|
2021-03-09 16:40:32 +03:00 |
|
vdimir
|
07dc7e81e3
|
Remove MAX_EVENTS_SIZE from AggregateFunctionSequenceNextNode.h
|
2021-03-09 16:39:06 +03:00 |
|
achimbab
|
4965312849
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into HEAD
|
2021-03-07 22:53:42 +09:00 |
|
achimbab
|
a6c7ddbcdf
|
Fix comparator
|
2021-03-07 22:52:23 +09:00 |
|
Nikolai Kochetov
|
47d684a5c3
|
Merge pull request #21442 from traceon/row-policy-with-prewhere-perf-test-fix
Adjust prewhere_with_row_level_filter performance test
|
2021-03-06 22:59:00 +03:00 |
|
robot-clickhouse
|
4e61f45dbb
|
Auto version update to [21.4.1.1] [54449]
|
2021-03-06 14:43:30 +03:00 |
|
robot-clickhouse
|
7da423e5f7
|
Auto version update to [21.3.1.6185] [54448]
|
2021-03-06 14:41:21 +03:00 |
|
Denis Glazachev
|
6f4e883d8d
|
Factor out settings
Enable parallel insert select
Reduce the amount of data to process
|
2021-03-06 15:09:45 +04:00 |
|
tavplubix
|
ec1d0c8e86
|
Merge pull request #21382 from sevirov/sevirov-DOCSUP-7043-edit_translate_russian_system_part_log_table
DOCSUP-7043: Edit and translate to Russian
|
2021-03-06 12:54:44 +03:00 |
|
alexey-milovidov
|
af2135ef9d
|
Merge pull request #21477 from ClickHouse/fix_mutation_deadlock
Fix deadlock in delete mutations when predicate contains table itself
|
2021-03-06 02:08:00 +03:00 |
|
alexey-milovidov
|
af90658369
|
Merge pull request #21432 from azat/flaky-distributed-tests
Fix flaky tests with distributed queries
|
2021-03-06 02:04:07 +03:00 |
|
alexey-milovidov
|
5a100e246c
|
Merge pull request #21455 from den-crane/tests/issue_21413
test for #21413
|
2021-03-06 01:56:15 +03:00 |
|
alexey-milovidov
|
35b304bdb1
|
Merge pull request #21393 from ClickHouse/dict-name-dot
Add a test for #15469
|
2021-03-06 01:47:17 +03:00 |
|
alexey-milovidov
|
39bfcf220d
|
Merge pull request #21452 from ClickHouse/filimonov-patch-1
avoid race in librdkafka
|
2021-03-06 00:57:30 +03:00 |
|
tavplubix
|
9f04683923
|
Merge pull request #21461 from ClickHouse/just_another_fix_for_ddl_worker
Just another fix for DDLWorker
|
2021-03-05 19:44:59 +03:00 |
|
gyuton
|
627cde7c64
|
DOCSUP-6387: Updated the toIPv6 and IPv6StringToNum functions (#20577)
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
Co-authored-by: George <gyuton@yandex-team.ru>
|
2021-03-05 17:50:43 +03:00 |
|
Kruglov Pavel
|
5597da968c
|
Merge pull request #21441 from DIAOZHAFENG/patch-1
Update in.md
|
2021-03-05 16:55:35 +03:00 |
|
tavplubix
|
35a770a7f6
|
add comment
|
2021-03-05 15:50:10 +03:00 |
|
philip.han
|
fad1a4ccb3
|
Fix comparator of sequenceNextNode for more deterministic sorting
|
2021-03-05 21:46:09 +09:00 |
|
alesapin
|
aff86b1da2
|
Fix deadlock in delete mutations when predicate contains table itself
|
2021-03-05 15:32:55 +03:00 |
|
Nikolai Kochetov
|
5f6c8eb1d0
|
Merge pull request #21447 from ClickHouse/try-fix-perftests
Try fix perftests.
|
2021-03-05 12:48:28 +03:00 |
|
alesapin
|
9a9d5a74ba
|
Merge pull request #21439 from ClickHouse/fix_nukeeper_default_path
Use path as default prefix for coordination logs
|
2021-03-05 10:11:44 +03:00 |
|
alexey-milovidov
|
777731562d
|
Merge pull request #21458 from amosbird/trivialfix
Tiny fix
|
2021-03-05 05:21:52 +03:00 |
|
Alexander Kuzmenkov
|
81dc94bca7
|
Merge pull request #19836 from sevirov/sevirov-DOCSUP-4707-edit_translate_russian_date_time
DOCSUP-4707: Edit and translate to Russian
|
2021-03-05 05:11:26 +03:00 |
|
Alexey Milovidov
|
dce79d928f
|
Merge branch 'dict-name-dot' of github.com:yandex/ClickHouse into dict-name-dot
|
2021-03-05 05:07:36 +03:00 |
|
Alexey Milovidov
|
c3110a611e
|
Skip Arcadia
|
2021-03-05 05:06:49 +03:00 |
|
Alexey Milovidov
|
0f52c62ab0
|
Merge branch 'master' into dict-name-dot
|
2021-03-05 05:06:25 +03:00 |
|
Alexander Tokmakov
|
614e0d9ba0
|
just another fix for ddl worker
|
2021-03-05 04:17:51 +03:00 |
|
alexey-milovidov
|
643b065849
|
Update datetime.md
|
2021-03-05 02:55:12 +03:00 |
|
alexey-milovidov
|
1985364c8f
|
Update datetime.md
|
2021-03-05 02:35:54 +03:00 |
|
Nikita Mikhaylov
|
37d4c69d3a
|
Merge pull request #21433 from azat/parsing-exception-message-fix
Fix ParsingException::displayText()
|
2021-03-05 01:59:06 +03:00 |
|
Denis Zhuravlev
|
c0eefb644e
|
test for #21413
|
2021-03-04 16:58:12 -04:00 |
|
Azat Khuzhin
|
205ebc7cff
|
Tune idle_connection_timeout to avoid reconnects
There may be 1 hour between two different distributed queries in tests
(see [1] and [2]), if this will happen then the connection may be closed
already due to idle_connection_timeout.
[1]: https://clickhouse-test-reports.s3.yandex.net/21432/572d5862961ffda88125679e3a5ea684c316b223/functional_stateless_tests_(debug).html#fail1
[2]: https://clickhouse-test-reports.s3.yandex.net/21432/572d5862961ffda88125679e3a5ea684c316b223/functional_stateless_tests_(antlr_debug).html#fail1
Let's tune it to avoid such issues and override other settings in tests.
Another option is to execute SYSTEM RELOAD CONFIG before each test...
|
2021-03-04 22:48:09 +03:00 |
|
Azat Khuzhin
|
7794ac66d4
|
Fix flaky tests with distributed queries
There was few attempts to fix this [1] and [2], but it still pops up
sometimes, for example here [3].
[1]: 009f57fc2f / #11211
[2]: cdb6bed8b9 / #14198
[3]: https://clickhouse-test-reports.s3.yandex.net/21318/38be9ff43ac4c46ce6e803fc125d910bde1d4c71/functional_stateless_tests_(release,_databasereplicated).html#fail1
Let's use more generic approach, and do not hide any errors (and see
does increasing timeout will be enough).
|
2021-03-04 22:48:04 +03:00 |
|
tavplubix
|
9244bc43ee
|
Merge pull request #21021 from zhang2014/fix/materialize_mysql_integration_test
Try fix MaterializeMySQL integration test
|
2021-03-04 22:22:20 +03:00 |
|
Dmitriy
|
fbc4791db7
|
Add the links
Добавил ссылки на продукты, убрал кавычки со стандарта.
|
2021-03-04 20:13:22 +03:00 |
|
Amos Bird
|
de94f33b05
|
Tiny fix
|
2021-03-05 00:21:52 +08:00 |
|
Denis Zhuravlev
|
102a0b2c5d
|
test for #21413
|
2021-03-04 10:46:01 -04:00 |
|
Kseniia Sumarokova
|
08cb02c872
|
Merge pull request #21416 from excitoon-favorites/caseinsensitivecompression
Case-insensitive compression methods for table functions
|
2021-03-04 17:37:28 +03:00 |
|
filimonov
|
bd8c3eb117
|
avoid race in librdkafka
see https://github.com/edenhill/librdkafka/issues/3279
|
2021-03-04 15:01:10 +01:00 |
|
Maksim Kita
|
1eb1f3028c
|
FunctionsExternalDictionaries safe case to ColumnTuple
|
2021-03-04 16:55:05 +03:00 |
|
alesapin
|
39de525c74
|
Simplify config
|
2021-03-04 16:49:22 +03:00 |
|
Ivan
|
218542589a
|
Merge pull request #19673 from azat/distributed-bytes_to_throw_insert
Add ability to throttle INSERT into Distributed
|
2021-03-04 13:28:23 +03:00 |
|