Raúl Marín
0ddfc3df84
TestReadAfterAIO: Use the local path instead of /tmp for temporal files
...
/tmp might be mounted as tmpfs (default in ArchLinux) which is incompatible with
O_DIRECT (https://lore.kernel.org/lkml/459D290B.1040703@tmr.com/t/ ), making the
test fail:
```
[ RUN ] ReadBufferAIOTest.TestReadAfterAIO
unknown file: Failure
C++ exception with description "Cannot open file /tmp/filei6ZsCa/foo, errno: 22, strerror: Invalid argument" thrown in the test body.
[ FAILED ] ReadBufferAIOTest.TestReadAfterAIO (0 ms)
```
Instead create the tmp folder in the local path and delete it at the end
2021-05-15 02:13:51 +02:00
Raúl Marín
5d2778dd2d
Update zstd to v1.5.0
2021-05-15 00:57:24 +02:00
Maksim Kita
e785029ead
Merge pull request #24116 from hexiaoting/dev_explain
...
Fix bug for explain pipeline
2021-05-15 01:41:27 +03:00
Nikita Mikhaylov
fa3ac3d7d2
Merge pull request #24133 from nikitamikhaylov/fix-arcadia-6
...
Fix arcadia
2021-05-15 00:29:18 +03:00
Nikita Mikhaylov
d174afae5a
better
2021-05-15 00:28:22 +03:00
Nikita Mikhaylov
703bd2aeb6
done
2021-05-15 00:25:12 +03:00
Nikita Mikhaylov
6028eb1c88
done
2021-05-15 00:17:00 +03:00
mergify[bot]
d31021ea4f
Merge branch 'master' into fix-kafka-with-parquet
2021-05-14 21:10:12 +00:00
Maksim Kita
520d992df2
Merge pull request #23651 from adevyatova/annadevyatova-DOCSUP-8209-dictGetOrNull
...
DOCSUP-8209: Document the dictGetOrNull function
2021-05-14 23:55:15 +03:00
Kruglov Pavel
1a2e3e605a
Merge pull request #21770 from taylor12805/arrow_array
...
Arrow array
2021-05-14 23:44:48 +03:00
Kruglov Pavel
c8427442c3
Merge pull request #24005 from sevirov/sevirov-DOCSUP-8940-edit_and_translate_to_russian_deltasumtimestamp
...
DOCSUP-8940: Edit and translate to Russian (deltaSumTimestamp)
2021-05-14 23:14:31 +03:00
alesapin
a2b0fa6ed4
Merge pull request #23626 from olgarev/revolg-DOCSUP-8776-backslash_option
...
DOCSUP-8776: Docs for clickhouse-format
2021-05-14 22:06:35 +03:00
alesapin
6062c7b5e5
Update clickhouse-format.md
2021-05-14 19:22:54 +03:00
alesapin
4fa9649fa0
Update clickhouse-format.md
2021-05-14 19:22:24 +03:00
Alexander Tokmakov
df5f3fbc9d
review suggestions
2021-05-14 19:11:40 +03:00
feng lv
8c82e3f1b9
fix style
...
fix
2021-05-14 15:50:05 +00:00
Amos Bird
a113acc40c
Fix empty key
2021-05-14 22:54:14 +08:00
Amos Bird
8de016d33a
Fix empty key projection query analysis
2021-05-14 22:26:26 +08:00
Kruglov Pavel
84af9d151c
Merge pull request #23857 from ClickHouse/filimonov-logger-levels
...
Different loglevels for different logging channels
2021-05-14 16:17:05 +03:00
Alexander Tokmakov
41776ba5d9
fix
2021-05-14 15:55:30 +03:00
Alexander Kuzmenkov
5ed6a273d3
Merge pull request #24058 from ClickHouse/aku/uniq-two-level
...
lower two-level aggregation threshold for uniq test to avoid jitter
2021-05-14 15:50:48 +03:00
Alexander Kuzmenkov
6f16d92cfe
Update Settings.h
2021-05-14 15:50:30 +03:00
Vladimir
e6b957be6c
Merge pull request #24101 from otrazhenia/evgsudarikova-DOCSUP-9288
2021-05-14 15:05:14 +03:00
Vladimir
81288e4b50
Apply suggestions from code review
2021-05-14 14:07:11 +03:00
Nikolai Kochetov
bb11cde871
Merge pull request #24108 from ClickHouse/actions-dag-calc-header
...
Calculate header from ActionsDAG
2021-05-14 13:55:00 +03:00
Pavel Kruglov
484cac6193
Return include_indices, fix arrays and add more tests
2021-05-14 13:50:10 +03:00
Alexander Tokmakov
970ad94851
Merge branch 'master' into fix_intersecting_parts
2021-05-14 13:17:02 +03:00
Nikolai Kochetov
782f02b1dc
Review fixes.
2021-05-14 13:01:27 +03:00
Nikolai Kochetov
a1e9202b93
Review fixes.
2021-05-14 12:30:32 +03:00
alesapin
340cd20274
Fix flaky TTL replicated test
2021-05-14 11:55:51 +03:00
Maksim Kita
7eee500ef9
Merge pull request #24068 from azat/preserve-dict-for-shutdown
...
Preserve dictionaries until storage shutdown
2021-05-14 11:48:40 +03:00
alesapin
d4c6a5a05e
Better logging
2021-05-14 11:38:53 +03:00
alesapin
67e4393769
If table was not active set readonly mode
2021-05-14 11:32:41 +03:00
hexiaoting
1f0990ff1d
Add test case
2021-05-14 16:18:27 +08:00
Ilya Yatsishin
e345b8b868
Merge pull request #24077 from abel-cheng/feature/splitByRegexp
...
add function splitByRegexp
2021-05-14 10:43:08 +03:00
Ilya Yatsishin
19fb0d2033
Merge pull request #24091 from Enmk/now64_timezone_fix
...
Fixed now64(): added second optional argument for timezone.
2021-05-14 10:36:40 +03:00
Maksim Kita
b0bad25dd3
Merge pull request #24111 from kitaisreal/hash-table-performance
...
Added hash table benchmarks
2021-05-14 10:29:12 +03:00
kssenii
55c573f920
Fix
2021-05-14 07:11:32 +00:00
hexiaoting
396f60f292
Fix bug for explain pipeline
2021-05-14 14:43:51 +08:00
Evgenia Sudarikova
765bc28f61
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:31:21 +03:00
Evgenia Sudarikova
be15c96de6
Update docs/ru/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:31:14 +03:00
Evgenia Sudarikova
e3b9fde94d
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:31:06 +03:00
Evgenia Sudarikova
1b7d2db4c6
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:30:59 +03:00
Evgenia Sudarikova
1a049c396d
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:30:51 +03:00
Evgenia Sudarikova
c896268f67
Update docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-14 09:12:31 +03:00
Evgenia Sudarikova
98bb44785e
Update docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-14 09:12:25 +03:00
Evgenia Sudarikova
c2d75e7f45
Update docs/ru/operations/system-tables/dictionaries.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-14 09:12:19 +03:00
Evgenia Sudarikova
baa0078c0d
Update docs/ru/getting-started/install.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-14 09:12:09 +03:00
Vitaly Baranov
284171517f
Merge pull request #23940 from sevirov/sevirov-DOCSUP-7668-update_the_sql_statement_create_alter_user
...
DOCSUP-7668: Update the SQL-statement CREATE/ALTER USER
2021-05-14 08:37:54 +03:00
Pavel Kruglov
46a7cc5f1d
Remove include_indices
2021-05-14 00:52:29 +03:00