Alexander Tokmakov
|
d826e4f766
|
Merge branch 'master' into database_atomic
|
2020-03-27 16:55:05 +03:00 |
|
alesapin
|
655ce5b6a7
|
Merge pull request #9886 from ClickHouse/add_sort_check_to_mutations
Remove order by from mutations interpreter and add check
|
2020-03-27 16:23:33 +03:00 |
|
alexey-milovidov
|
75eab25da0
|
Merge pull request #9890 from ClickHouse/like-fixed-string
Implement operator LIKE for FixedString at left hand side.
|
2020-03-27 15:18:09 +03:00 |
|
alesapin
|
96203d4391
|
Review fixes
|
2020-03-27 14:22:08 +03:00 |
|
Vitaly Baranov
|
75735f1e94
|
Add test
|
2020-03-27 03:28:12 +03:00 |
|
Vitaly Baranov
|
34984d4a9a
|
INSERT now clamps settings from initiator to shard's constraints.
|
2020-03-27 03:28:12 +03:00 |
|
alexey-milovidov
|
6f87f7ba68
|
Merge pull request #9884 from filimonov/kafka_commit_retry
Kafka retry commits on failure
|
2020-03-26 22:48:49 +03:00 |
|
Alexey Milovidov
|
03f6d5f77e
|
Added comment
|
2020-03-26 22:45:04 +03:00 |
|
Alexey Milovidov
|
d5b17893fc
|
--amend fixed string LIKE: initial implementation
|
2020-03-26 22:40:19 +03:00 |
|
Alexey Milovidov
|
c08fce3e60
|
--amend fixed string LIKE: initial implementation
|
2020-03-26 22:12:34 +03:00 |
|
Alexey Milovidov
|
8c0aa1bd6a
|
fixed string LIKE: initial implementation
|
2020-03-26 21:55:41 +03:00 |
|
alesapin
|
1ba81dd050
|
Fix tidy check
|
2020-03-26 21:35:15 +03:00 |
|
alexey-milovidov
|
aca6d99d42
|
Merge pull request #9847 from azat/distributed-const-expr-eval-fixes
Fix optimize_skip_unused_shards with virtual columns of the underlying table in WHERE
|
2020-03-26 21:25:34 +03:00 |
|
alexey-milovidov
|
b23c500433
|
Update StorageDistributed.cpp
|
2020-03-26 21:25:26 +03:00 |
|
alexey-milovidov
|
6c6d98f241
|
Merge pull request #9868 from ClickHouse/processors-better-print-pipeline-1
Better exception message for invalid pipeline
|
2020-03-26 21:12:13 +03:00 |
|
alexey-milovidov
|
c14a8d65e7
|
Update ReadBufferFromKafkaConsumer.cpp
|
2020-03-26 21:10:35 +03:00 |
|
alexey-milovidov
|
a67993e0f6
|
Update ReadBufferFromKafkaConsumer.cpp
|
2020-03-26 21:10:21 +03:00 |
|
alexey-milovidov
|
ce49ae51bf
|
Merge pull request #9857 from ClickHouse/validate-polygons
Added setting "validate_polygons"
|
2020-03-26 20:17:05 +03:00 |
|
alesapin
|
f0145d3393
|
Remove order by from mutations interpreter and add check
|
2020-03-26 18:59:09 +03:00 |
|
Alexander Kuzmenkov
|
600192c339
|
Merge pull request #9880 from ClickHouse/aku/msan
Some MemorySanitizer fixes
|
2020-03-26 18:13:06 +03:00 |
|
Mikhail Filimonov
|
dabccbba60
|
Adding test for commit retries
|
2020-03-26 15:43:22 +01:00 |
|
Alexander Kuzmenkov
|
8f948fb4c1
|
fixup
|
2020-03-26 15:35:31 +03:00 |
|
Mikhail Filimonov
|
4fbe0e230e
|
Add retry logic for Kafka commits
|
2020-03-26 12:52:16 +01:00 |
|
Alexey Milovidov
|
df3c7094d5
|
Fixed error
|
2020-03-26 13:25:36 +03:00 |
|
alexey-milovidov
|
f0d8c8a1f6
|
Merge pull request #9574 from Enmk/DateTime_various_timezone_fixes
Date time various timezone fixes
|
2020-03-26 13:07:13 +03:00 |
|
Artem Zuikov
|
adca27cb45
|
Fix PREWHERE with distributed IN (#9871)
fix PREWHERE with distributed IN (local mode)
|
2020-03-26 12:07:10 +03:00 |
|
alesapin
|
893fda2dbe
|
Merge pull request #9860 from ClickHouse/fix_mutations_memory_consumption_one_more_time
Fix mutations memory consumption finally
|
2020-03-26 11:43:40 +03:00 |
|
Alexey Milovidov
|
25ea98ff2e
|
Fixed style
|
2020-03-26 11:15:48 +03:00 |
|
Alexey Milovidov
|
197a599902
|
Fixed build
|
2020-03-26 10:07:48 +03:00 |
|
Alexey Milovidov
|
59b4350957
|
Removed debug output
|
2020-03-25 23:41:31 +03:00 |
|
Alexey Milovidov
|
d549bbe0a6
|
Fixed bug #9403
|
2020-03-25 23:37:10 +03:00 |
|
Alexey Milovidov
|
fc68ba0540
|
Remove useless code, part 4
|
2020-03-25 23:12:32 +03:00 |
|
Alexey Milovidov
|
2d51c8ac4e
|
Remove useless code
|
2020-03-25 23:06:27 +03:00 |
|
Alexey Milovidov
|
2bfaee37b7
|
Style
|
2020-03-25 22:50:18 +03:00 |
|
Alexey Milovidov
|
33f1ee4ae6
|
Added comments within my understanding of the algorithm
|
2020-03-25 22:44:16 +03:00 |
|
Alexey Milovidov
|
279ff96b19
|
Remove strange code, part 2
|
2020-03-25 22:19:49 +03:00 |
|
Alexey Milovidov
|
61778d2c03
|
Remove strange code
|
2020-03-25 22:14:29 +03:00 |
|
Alexey Milovidov
|
24e825e98b
|
Returned trivial algorithm for debugging
|
2020-03-25 22:10:13 +03:00 |
|
Alexey Milovidov
|
5d2d26604c
|
Removed strange code, part 2
|
2020-03-25 21:59:11 +03:00 |
|
Alexey Milovidov
|
10561c641a
|
Removed strange code
|
2020-03-25 21:55:34 +03:00 |
|
Alexey Milovidov
|
c8108dc438
|
Renamed file
|
2020-03-25 21:54:45 +03:00 |
|
Alexey Milovidov
|
3e8aec99f5
|
Renamed file
|
2020-03-25 21:52:52 +03:00 |
|
Alexey Milovidov
|
06520941ee
|
Removed useless header
|
2020-03-25 21:51:48 +03:00 |
|
Alexey Milovidov
|
48820546a8
|
Split GeoHash from GeoUtils
|
2020-03-25 21:48:09 +03:00 |
|
Alexey Milovidov
|
f921d388b6
|
Use only 64bit float for pointInPolygon
|
2020-03-25 20:29:26 +03:00 |
|
Alexey Milovidov
|
ec915f1602
|
Fix clang-tidy
|
2020-03-25 20:00:54 +03:00 |
|
Nikolai Kochetov
|
6fd963c805
|
Update test.
|
2020-03-25 19:55:05 +03:00 |
|
Nikolai Kochetov
|
7a3daac751
|
Update test.
|
2020-03-25 19:44:50 +03:00 |
|
Nikolai Kochetov
|
8948a96c60
|
Update test.
|
2020-03-25 19:34:46 +03:00 |
|
Nikolai Kochetov
|
0b1ad7f7c8
|
Print pipeline on PipelineExecutor init exception.
|
2020-03-25 19:02:51 +03:00 |
|