alexey-milovidov
|
687be5f7af
|
Merge pull request #7618 from excitoon-favorites/looks-like-wrong-copy-paste
Fixed exception in case of using 1 argument while defining S3, URL and HDFS storages
|
2019-11-06 02:11:38 +03:00 |
|
alexey-milovidov
|
678d88ed45
|
Merge pull request #7640 from nvartolomei/nv/docs-on-cluster-alter-replicated-variant-b
Remove note about unsupported ON CLUSTER alter for replicated tables and enable tests
|
2019-11-06 02:08:55 +03:00 |
|
chertus
|
950e95c178
|
support JOIN ON expression
|
2019-11-05 23:22:20 +03:00 |
|
alexey-milovidov
|
56c89349d3
|
Merge pull request #7639 from CurtizJ/final_mark_without_primary_key
Fix final mark with empty primary key.
|
2019-11-05 22:53:52 +03:00 |
|
Alexey Milovidov
|
9ac4e4c7fb
|
Little better #7600
|
2019-11-05 22:31:07 +03:00 |
|
alexey-milovidov
|
1bfade54c2
|
Merge pull request #7600 from azat/DirectoryMonitor-current_batch.txt-corruption
Write current batch for distributed send atomically (using .tmp + rename)
|
2019-11-05 22:24:15 +03:00 |
|
BayoNet
|
472cf81c3c
|
DOCAPI-7459: EN review, RU translation for skip_unavailable_shards docs (#6996)
* Typo fix.
* Update settings.md (#46)
* DOCAPI-7459: RU translation.
* DOCAPI-7459: Translation.
* DOCAPI-7459: Fix.
* DOCAPI-7459: Rewrited the whole text after Alexey's review.
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/settings/settings.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
|
2019-11-05 22:15:54 +03:00 |
|
Nicolae Vartolomei
|
ffa69441ae
|
Remove duplication between distributed_ddl and distributed_ddl_secure tests
|
2019-11-05 19:06:52 +00:00 |
|
alexey-milovidov
|
8fc84e93ff
|
Merge pull request #7635 from ClickHouse/fix_concat_return_data_type
Now concat always return string column
|
2019-11-05 21:39:48 +03:00 |
|
alexey-milovidov
|
40a8216294
|
Merge pull request #7625 from ClickHouse/array-compact-improve
Improvement of arrayCompact function.
|
2019-11-05 21:39:06 +03:00 |
|
alexey-milovidov
|
eb6add45ea
|
Merge pull request #7626 from ClickHouse/char-test-utf8
Added a test for function "char" that proves that it's applicable for non-ASCII.
|
2019-11-05 21:38:37 +03:00 |
|
Alexey Milovidov
|
c6ac30e450
|
Added another test case by Sundy-Li request
|
2019-11-05 21:38:16 +03:00 |
|
CurtizJ
|
c958662c6e
|
add test for empty primaty key
|
2019-11-05 21:21:49 +03:00 |
|
CurtizJ
|
3d968b0259
|
fix final mark with empty primary key
|
2019-11-05 20:42:35 +03:00 |
|
Nikolai Kochetov
|
055f21c9b7
|
Less wrappers for procesors pipeline.
|
2019-11-05 20:33:03 +03:00 |
|
Alexander Kazakov
|
cf3490fe95
|
Update CHANGELOG.md for 19.15.3/4 releases
Updated for 19.15.3/4 releases
|
2019-11-05 19:24:05 +03:00 |
|
Amos Bird
|
fbfbe161ec
|
Unify hash tables interface.
|
2019-11-06 00:08:04 +08:00 |
|
alexey-milovidov
|
a44d08bea9
|
Merge pull request #7634 from ClickHouse/aku/macros-verbose-error
More verbose error message in macros.
|
2019-11-05 19:02:34 +03:00 |
|
alexey-milovidov
|
2968b95f80
|
Merge pull request #7636 from excitoon/patch-1
Fixed comment in configuration of `test_multiple_disks`.
|
2019-11-05 19:00:03 +03:00 |
|
Alexander Kuzmenkov
|
a8731a9597
|
Update category regex in changelog script
|
2019-11-05 18:41:27 +03:00 |
|
Vladimir Chebotarev
|
7b93641a10
|
Fixed comment in configuration.
|
2019-11-05 18:08:37 +03:00 |
|
Alexander Kuzmenkov
|
0df4a0208f
|
Add changelog entry to PR template.
|
2019-11-05 18:04:31 +03:00 |
|
Alexander Kuzmenkov
|
36a9ac86b8
|
More verbose error message in macros.
|
2019-11-05 17:02:38 +03:00 |
|
Vasily Nemkov
|
e924ae6d15
|
Better parsing of DateTime64
Fractional part is optional, correctly scaling fractional part to match
the scale.
|
2019-11-05 16:41:15 +03:00 |
|
Vasily Nemkov
|
5150a3e586
|
Simplified and renamed basic DateTime64 test.
|
2019-11-05 16:40:23 +03:00 |
|
alesapin
|
2d7ae27232
|
Now concat always return string column
|
2019-11-05 16:23:09 +03:00 |
|
Alexander Kuzmenkov
|
bba08b585d
|
Update changelog script.
* support python3
* synchronize with Description Check
|
2019-11-05 16:20:33 +03:00 |
|
alesapin
|
2c13661ccd
|
Merge pull request #7631 from ilyakorol/ik-fix-changelog-date
Make release date format the same as in previous releases
|
2019-11-05 15:56:34 +03:00 |
|
Nikolai Kochetov
|
a0e9f9fdcf
|
Skip empty totals in SourceFromInputStream.
|
2019-11-05 15:50:47 +03:00 |
|
Nicolae Vartolomei
|
d9d73fe783
|
Simplify integration test for distributed alter
|
2019-11-05 12:29:30 +00:00 |
|
Vasily Nemkov
|
61ad74bc58
|
Fixed parsing DateTime and/or DateTime64 with parseXXXOrNull
|
2019-11-05 14:59:46 +03:00 |
|
Nikolai Kochetov
|
abccddb6b9
|
Check number of rows in OneBlockInputStream.
|
2019-11-05 12:26:23 +03:00 |
|
Ilya Korol
|
57d5fae52f
|
Make release date format the same as in previous releases
|
2019-11-05 12:11:58 +03:00 |
|
Vasily Nemkov
|
9d3c819897
|
Fixed compilation of unit-tests and utility binaries
By removing extern template declarations for Decimal<T> and explicit instantiations in Types.cpp
|
2019-11-05 12:02:27 +03:00 |
|
sundy-li
|
71ec49cc2f
|
add range performance tests
|
2019-11-05 15:07:25 +08:00 |
|
alexey-milovidov
|
6a871f579f
|
Merge pull request #7598 from infinivision/bitmap_replace
added bitmapTransform
|
2019-11-05 02:23:50 +03:00 |
|
alexey-milovidov
|
52b817d0df
|
Update bitmap_functions.md
|
2019-11-05 02:22:38 +03:00 |
|
alexey-milovidov
|
2fe5f23025
|
Update FunctionsBitmap.h
|
2019-11-05 02:21:22 +03:00 |
|
alexey-milovidov
|
0c1510d3e3
|
Update FunctionsBitmap.h
|
2019-11-05 02:20:16 +03:00 |
|
alexey-milovidov
|
f9d14f78c0
|
Update FunctionsBitmap.h
|
2019-11-05 02:09:28 +03:00 |
|
alexey-milovidov
|
3ee7de2d52
|
Merge pull request #7620 from millb/integration_test_for_part_log_table
Integration test for part_log table
|
2019-11-05 02:05:33 +03:00 |
|
alexey-milovidov
|
c081c8aacb
|
Update AggregateFunctionGroupBitmapData.h
|
2019-11-05 01:59:02 +03:00 |
|
Alexey Milovidov
|
e4e22730ec
|
Updated documentation
|
2019-11-05 01:53:08 +03:00 |
|
Alexey Milovidov
|
4f83b56c14
|
Added another test case
|
2019-11-05 01:47:46 +03:00 |
|
Vladimir Chebotarev
|
8556b2cee3
|
Added tests to check that ClickHouse don't crash on insufficient arguments of S3, URL and HDFS storages.
|
2019-11-05 01:47:26 +03:00 |
|
Alexey Milovidov
|
0a3b7068fd
|
Added a test for function "char"
|
2019-11-05 01:45:51 +03:00 |
|
alexey-milovidov
|
7d2a16ee39
|
Merge pull request #7486 from sundy-li/char_function
functions: add char function
|
2019-11-05 01:40:18 +03:00 |
|
Alexey Milovidov
|
92824e14e7
|
Added a test
|
2019-11-05 01:18:59 +03:00 |
|
Alexey Milovidov
|
979db8c965
|
Improve "arrayCompact" function
|
2019-11-05 01:13:10 +03:00 |
|
alexey-milovidov
|
fbed472018
|
Update 00076_ip_coding_functions.sql
|
2019-11-05 00:53:35 +03:00 |
|