Commit Graph

63059 Commits

Author SHA1 Message Date
Alexey Milovidov
9badb18cf6 Merge branch 'fix-test-memory_tracking_insert_optimize_long' of github.com:yandex/ClickHouse into fix-test-memory_tracking_insert_optimize_long 2021-04-26 00:45:57 +03:00
alexey-milovidov
63cc8a1ca6
Merge pull request #23623 from azat/optimize-respect-timeout
Respect lock_acquire_timeout_for_background_operations for OPTIMIZE
2021-04-26 00:45:18 +03:00
Alexey Milovidov
1629762fd4 Remove integration test for LIVE VIEW (experimental feature) - flaky, @vzakaznikov 2021-04-26 00:34:10 +03:00
Kseniia Sumarokova
03d2f1ceb1
Remove accidentally added file 2021-04-26 00:26:32 +03:00
Kseniia Sumarokova
882050cd71
Merge pull request #23519 from adevyatova/annadevyatova-DOCSUP-5911-limit
DOCSUP-5911: Docs for limit and offset settings
2021-04-26 00:25:22 +03:00
michon470
51d4e4d307
Update docs/ru/sql-reference/syntax.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 22:18:44 +03:00
michon470
5cd1c538c6
Update docs/en/sql-reference/syntax.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 22:18:31 +03:00
alexey-milovidov
d88184bb23
Merge pull request #23615 from ClickHouse/grpc-fix-msan
Fix MSan report in GRPC
2021-04-25 22:07:30 +03:00
alexey-milovidov
a369b8326b
Merge pull request #23614 from ClickHouse/skip-catboost-msan
Skip CatBoost tests under MSan
2021-04-25 22:03:43 +03:00
Anna
7c5a58304e
Update s3.md 2021-04-25 22:01:38 +03:00
adevyatova
6ae461d766 update 2021-04-25 19:00:19 +00:00
Dmitriy
ad59cfb48f Merge branch 'sevirov-DOCSUP-7574-add_columns_in_the_clusters_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-7574-add_columns_in_the_clusters_table 2021-04-25 19:12:44 +03:00
Dmitriy
fa0d815297 Add the note
Оформил примечание.
2021-04-25 19:12:07 +03:00
sevirov
ac059d5247
Update docs/en/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:01:19 +03:00
sevirov
6e895f0a83
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:54 +03:00
sevirov
e34ae67be0
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:40 +03:00
sevirov
08282f8208
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:24 +03:00
sevirov
1b3f5ad8de
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 18:59:21 +03:00
sevirov
6df5816d10
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 18:58:47 +03:00
Alexey
5dcfca993e Updated DateTime with link to timezones on Wikipedia 2021-04-25 15:42:29 +00:00
Alexey
e3c58c0fee Russian function description 2021-04-25 15:27:05 +00:00
Alexey
1f39843a7b fixes after review 2021-04-25 14:16:14 +00:00
Mikhail
020e15a8c9 Триггерю проверки 2021-04-25 13:50:10 +03:00
Mikhail
71017b90ee Update gui.md 2021-04-25 13:49:44 +03:00
michon470
2897635869
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:45:06 +03:00
michon470
7067587ccb
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:46 +03:00
michon470
a4904368f7
Update docs/en/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:34 +03:00
michon470
5c30a9fe6a
Update docs/ru/operations/settings/settings.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:11 +03:00
Mikhail
cb1b9206f4 дополнительные правки 2021-04-25 13:42:38 +03:00
alexey-milovidov
42de40ab35
Update tests/queries/0_stateless/01641_memory_tracking_insert_optimize_long.sql
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-04-25 13:09:58 +03:00
Alexey Milovidov
9eb60086b0 Attempt to normalize big integers 2021-04-25 13:02:19 +03:00
Alexey Milovidov
76a5d023e0 Attempt to normalize big integers 2021-04-25 12:51:18 +03:00
Azat Khuzhin
a4036a8199 Correctly stop ParallelFormattingOutputFormat from StorageS3BlockOutputStream 2021-04-25 12:49:57 +03:00
Azat Khuzhin
18575c4433 Avoid flushing of BlockOutputStream from destructor
That may lead to uncaught exception [1].

  [1]: https://github.com/ClickHouse/ClickHouse/pull/21624#issuecomment-808066747

v0: New method BlockOutputStream::finalize() -- bad (forgot some places
    and superfluous)
v2: Flush BlockOutputStream in QueryStatus::releaseQueryStreams()
    Safer query termination (report some uncaugh errors to user)
v3: Flush BlockOutputStream from TCPHandler only
    Other places uses different executeQuery() implementation
v4: Do not call writeSuffix() twice
2021-04-25 12:49:44 +03:00
Azat Khuzhin
0d6f9c0816 Add a test for writeSuffix() via Memory engine 2021-04-25 12:47:30 +03:00
Azat Khuzhin
6ebe4e7dbb Do not silently catch errors for writing to S3 2021-04-25 12:47:30 +03:00
Alexey Milovidov
649550c5ab Attempt to normalize big integers 2021-04-25 12:30:43 +03:00
adevyatova
aa1c92f32c update 2021-04-25 08:11:19 +00:00
alexey-milovidov
e20a6e0f96
Update 01641_memory_tracking_insert_optimize_long.sql 2021-04-25 11:05:59 +03:00
adevyatova
fedb9f40fa update 2021-04-25 07:47:21 +00:00
Anna
97bd1b1751
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:09 +03:00
Anna
38308eccca
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:01 +03:00
Anna
2bc261dcee
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:56 +03:00
Anna
89f2434d14
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:16 +03:00
alexey-milovidov
45cb3d0674
Merge pull request #23603 from ClickHouse/limit-gcc
Add warning about gcc usage
2021-04-25 10:34:45 +03:00
alexey-milovidov
4fd56ef472
Merge pull request #23616 from ClickHouse/tsan-segfault-shutdown
Fix segfault in TSan on _exit
2021-04-25 10:33:34 +03:00
alexey-milovidov
9d0d1b9d30
Merge pull request #23618 from ClickHouse/remove-pbuilder
Remove pbuilder
2021-04-25 10:32:44 +03:00
Azat Khuzhin
7a8da84eee Respect lock_acquire_timeout_for_background_operations for OPTIMIZE 2021-04-25 10:12:15 +03:00
mergify[bot]
68ee3ff70e
Merge branch 'master' into limit-gcc 2021-04-25 05:01:45 +00:00
alexey-milovidov
3cf18d8a5f
Merge pull request #23610 from ClickHouse/bad-like
Fix error in LIKE (found by SQLancer)
2021-04-25 08:01:07 +03:00