Azat Khuzhin
|
0e117abd2b
|
Optimize Block::sortColumns()
Suggested-by: @alexey-milovidov
|
2020-05-12 03:45:50 +03:00 |
|
alexey-milovidov
|
3f46f35aa1
|
Merge pull request #10823 from ClickHouse/vitaly-stoyan-patch
Added a patch from Vitaly Stoyan for internal Arcadia repository
|
2020-05-12 03:43:31 +03:00 |
|
Anton Popov
|
a1333895eb
|
Merge pull request #10791 from oandrew/key-condition-source-type
Use src_type for conversion in KeyCondition
|
2020-05-12 03:29:43 +03:00 |
|
Alexey Milovidov
|
b56e62ddf6
|
Better DNS exception message
|
2020-05-12 03:11:58 +03:00 |
|
Alexey Milovidov
|
f61576fdfa
|
Fix logical error in convertFieldToType
|
2020-05-12 02:53:03 +03:00 |
|
Azat Khuzhin
|
ce26c09d02
|
Make order of columns strict in Block::sortColumns()
Before it depends on the buckets, since it uses plain unordered_set.
|
2020-05-12 02:50:42 +03:00 |
|
Azat Khuzhin
|
eb97afa9be
|
Add a test for INSERT into Buffer() with different order of columns (via MV)
|
2020-05-12 02:50:42 +03:00 |
|
alexey-milovidov
|
5115ac26c7
|
Merge pull request #10821 from ClickHouse/fix-odbc-bridge-clickhouse
Fix the issue with ODBC bridge and identifier_quoting_style = None #7984
|
2020-05-12 00:32:22 +03:00 |
|
alexey-milovidov
|
46e41f8d86
|
Update FunctionFactory.h
|
2020-05-12 00:22:34 +03:00 |
|
alexey-milovidov
|
4a4961fb10
|
Update FunctionFactory.cpp
|
2020-05-12 00:21:40 +03:00 |
|
Alexey Milovidov
|
4a142a44a0
|
Added a patch from Vitaly Stoyan
|
2020-05-12 00:18:50 +03:00 |
|
Alexey Milovidov
|
25cf842491
|
Fix the issue with ODBC bridge and identifier_quoting_style = None #7984
|
2020-05-11 23:05:08 +03:00 |
|
Vitaliy Zakaznikov
|
3505ccc2fc
|
Increasing zookeeper_session_timeout setting to 15 sec.
|
2020-05-11 20:27:19 +02:00 |
|
Vitaliy Zakaznikov
|
1efc372c0c
|
Fixing test_rename_with_parallel_select.
|
2020-05-11 20:09:45 +02:00 |
|
alexey-milovidov
|
caced89773
|
Merge pull request #10794 from mnkonkova/grpc-cmake
grpc protobuf
|
2020-05-11 20:44:04 +03:00 |
|
alexey-milovidov
|
71fbc33cbc
|
Merge pull request #10820 from ClickHouse/split-build-smoke-test-fix
Fix test with obvious race condition
|
2020-05-11 20:39:45 +03:00 |
|
Alexey Milovidov
|
d9b1d49ed0
|
Fix test with obvious race condition
|
2020-05-11 20:32:26 +03:00 |
|
Alexey Milovidov
|
cb72b332e6
|
utils/generate-ya-make$ ./generate-ya-make.sh
|
2020-05-11 20:21:57 +03:00 |
|
alexey-milovidov
|
1e70230991
|
Merge pull request #10722 from Enmk/DateTime64_fixes
function toStartOfSecond(DateTime64) -> DateTime64
|
2020-05-11 20:20:58 +03:00 |
|
alexey-milovidov
|
15e38c8b44
|
Merge pull request #10563 from azat/SELECT-ALIAS-CAST
Fix SELECT of column ALIAS which default expression type different from column type
|
2020-05-11 20:20:34 +03:00 |
|
alexey-milovidov
|
61496384b6
|
Merge pull request #10809 from Enmk/DateLUTImpl_ctor_fix
Fixed DateLUTImpl constructors to avoid accidental copying
|
2020-05-11 20:19:44 +03:00 |
|
Vitaliy Zakaznikov
|
9780da3e74
|
Adding more tests to check renaming of columns.
|
2020-05-11 19:01:06 +02:00 |
|
alexey-milovidov
|
64d19e2984
|
Merge pull request #10808 from ClickHouse/remove-obsolete-tsan-suppressions
Remove obsolete TSan suppressions
|
2020-05-11 19:18:34 +03:00 |
|
alexey-milovidov
|
a310f34c6b
|
Merge pull request #10807 from ClickHouse/msan-enable-demangle
Remove obsolete MSan suppression
|
2020-05-11 19:17:08 +03:00 |
|
Guillaume Tassery
|
b0df037f25
|
Fix when we set a LIMIT to 0
|
2020-05-11 19:18:07 +07:00 |
|
mnkonkova
|
41d2e9d52d
|
test
|
2020-05-11 12:12:54 +00:00 |
|
Guillaume Tassery
|
c25ffb5930
|
Fix with a limit of 0 for system.numbers
|
2020-05-11 19:09:02 +07:00 |
|
Guillaume Tassery
|
b99ff5aa2d
|
const keyword
|
2020-05-11 18:01:23 +07:00 |
|
alex-zaitsev
|
e24954eebf
|
Add a description of Altinity services (#10812)
* Add a description of Altinity services
* Sales pitch removed
|
2020-05-11 13:56:47 +03:00 |
|
alexey-milovidov
|
0fe9ed93a6
|
Update 01132_max_rows_to_read.sql
|
2020-05-11 12:07:11 +03:00 |
|
Alexey Milovidov
|
7d480ffa3d
|
Added failing tests
|
2020-05-11 12:06:24 +03:00 |
|
Vasily Nemkov
|
2c2005817f
|
New function toStartOfSecond(DateTime64) -> DateTime64
This funtion nullifies sub-second part of DateTime64 value.
|
2020-05-11 12:06:06 +03:00 |
|
Guillaume Tassery
|
5b6e9f2a7e
|
offset_without_limitMerge branch 'master' of github.com:ClickHouse/ClickHouse into offset_without_limit
|
2020-05-11 16:05:44 +07:00 |
|
alexey-milovidov
|
33d491edf3
|
Merge pull request #10516 from azat/dist-GROUP_BY-sharding_key-fixes
Disable GROUP BY sharding_key optimization by default (and fix for WITH ROLLUP/CUBE/TOTALS)
|
2020-05-11 12:03:27 +03:00 |
|
alexey-milovidov
|
3a982e01d0
|
Merge pull request #10803 from ClickHouse/slightly-better-test
Slightly better test
|
2020-05-11 11:59:40 +03:00 |
|
alexey-milovidov
|
9ac7447d9f
|
Merge pull request #10805 from ClickHouse/update-cpuid
Update CPUID after changes were integrated to upstream
|
2020-05-11 11:59:24 +03:00 |
|
Vasily Nemkov
|
776ce03777
|
Fixed DateLUTImpl constructors to avoid accidental copying
Fixed one case of copying DateLUTImpl
|
2020-05-11 10:42:47 +03:00 |
|
Guillaume Tassery
|
a64d44799d
|
newline
|
2020-05-11 14:13:33 +07:00 |
|
Alexey Milovidov
|
99e64729bb
|
Remove obsolete TSan suppressions
|
2020-05-11 10:05:46 +03:00 |
|
Guillaume Tassery
|
875a8ab2c3
|
fix parser
|
2020-05-11 13:53:10 +07:00 |
|
Alexey Milovidov
|
e2b3cf2b52
|
Remove obsolete suppression
|
2020-05-11 09:50:38 +03:00 |
|
Guillaume Tassery
|
f67cd0d3f2
|
remove new line
|
2020-05-11 13:46:16 +07:00 |
|
Guillaume Tassery
|
d6eae04eb0
|
cosmetic
|
2020-05-11 13:26:01 +07:00 |
|
Alexey Milovidov
|
222f15a35a
|
Update CPUID after changes were integrated to upstream
|
2020-05-11 09:21:26 +03:00 |
|
Alexey Milovidov
|
89c8581d4e
|
Fix infinite loop in test
|
2020-05-11 09:15:47 +03:00 |
|
alexey-milovidov
|
06ba85fdf2
|
Merge pull request #10795 from ClickHouse/list-licenses
Added "system.licenses" table
|
2020-05-11 09:00:55 +03:00 |
|
alexey-milovidov
|
f400d418df
|
Merge pull request #10799 from ClickHouse/mv-scalars-flacky-test
Fix flacky test #10603
|
2020-05-11 08:59:04 +03:00 |
|
Alexey Milovidov
|
3cfb305664
|
Slightly better test
|
2020-05-11 08:52:40 +03:00 |
|
Guillaume Tassery
|
9ed397bc2c
|
add tests
|
2020-05-11 12:48:19 +07:00 |
|
alexey-milovidov
|
a2f220fd1e
|
Merge pull request #10798 from ClickHouse/fix-date-lut-msan-ubsan
Fix UBSan and MSan report in DateLUT
|
2020-05-11 08:28:08 +03:00 |
|