Alexander Tokmakov
|
1c982d00e3
|
try fix sync
|
2020-06-04 16:59:12 +03:00 |
|
Alexander Tokmakov
|
4dae169216
|
fix gcc warnings
|
2020-06-04 16:03:06 +03:00 |
|
Alexander Tokmakov
|
64c013610a
|
fix
|
2020-06-04 01:03:49 +03:00 |
|
Alexander Tokmakov
|
e67837bc4a
|
cleenup
|
2020-06-04 00:11:17 +03:00 |
|
Alexander Tokmakov
|
73926b2cf9
|
support loading from multiple partitions with complex key
|
2020-06-03 14:54:26 +03:00 |
|
Alexander Tokmakov
|
aade00130c
|
add raii wrappers
|
2020-06-01 20:37:32 +03:00 |
|
Alexander Tokmakov
|
62761eddcc
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-06-01 14:44:46 +03:00 |
|
alexey-milovidov
|
9984e989c1
|
Merge pull request #11317 from ClickHouse/logger-fmt-2
Preparation for structured logging
|
2020-06-01 00:11:29 +03:00 |
|
Alexey Milovidov
|
f47320cb96
|
Added clarification #10678
|
2020-05-31 17:28:44 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexey Milovidov
|
6468d7af8c
|
Regenerate ya.make
|
2020-05-30 19:20:19 +03:00 |
|
Alexander Tokmakov
|
8921041706
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-05-29 18:20:39 +03:00 |
|
Alexander Tokmakov
|
905bce4aeb
|
fix
|
2020-05-27 23:53:35 +03:00 |
|
Nikita Mikhaylov
|
ec479839d9
|
fixed
|
2020-05-27 22:44:22 +03:00 |
|
Alexander Tokmakov
|
f099ce19a7
|
fix
|
2020-05-27 16:54:39 +03:00 |
|
Alexander Tokmakov
|
940132adc4
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-05-27 00:13:57 +03:00 |
|
Alexander Tokmakov
|
310d522528
|
minimal implementation
|
2020-05-26 22:21:18 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
9d24908e53
|
Progress on task
|
2020-05-23 20:52:11 +03:00 |
|
Alexey Milovidov
|
3a09f9ca1c
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\W_]+\([^,]+, [^<+)"]+\);' | xargs sed -i -r -e 's/(LOG_[^\W_]+)\(([^,]+), ([^<+)"]+)\);/\1_FORMATTED(\2, \3);/'
|
2020-05-23 20:29:56 +03:00 |
|
Alexey Milovidov
|
f69cbdcbfc
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 20:09:37 +03:00 |
|
Alexey Milovidov
|
8042e5febe
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}\5{}", \4, \6);/'
|
2020-05-23 19:58:15 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
Alexander Tokmakov
|
ac54d470da
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-05-22 17:27:40 +03:00 |
|
Alexander Tokmakov
|
e6ca09e134
|
fix build
|
2020-05-22 17:19:33 +03:00 |
|
Nikolai Kochetov
|
f7456f8320
|
Merge pull request #11004 from ClickHouse/remove-experimental-use-processors-flag-2
Remove allow_processors flag from executeQuery()
|
2020-05-22 10:47:15 +03:00 |
|
Alexander Kuzmenkov
|
fecd84d3c0
|
Merge pull request #10915 from ClickHouse/aku/mongodb-uri
Support MongoDB URI
|
2020-05-21 23:02:12 +03:00 |
|
Alexander Tokmakov
|
f40fadc3d6
|
fix segfault
|
2020-05-21 18:29:18 +03:00 |
|
Alexander Tokmakov
|
4b30b3168c
|
try fix build
|
2020-05-20 23:26:39 +03:00 |
|
Alexander Kuzmenkov
|
bc34e0ff94
|
fixup
|
2020-05-19 23:12:10 +03:00 |
|
Alexander Tokmakov
|
175b7aedf3
|
Merge branch 'master' into merging_external_source_cassandra
|
2020-05-19 05:21:27 +03:00 |
|
Nikolai Kochetov
|
0e48cb1f80
|
Removed allow_processors flag from executeQuery().
|
2020-05-18 16:55:07 +03:00 |
|
alexey-milovidov
|
7cf3538840
|
Merge pull request #10270 from ClickHouse/quota-key-in-client
Support quota_key for Native client
|
2020-05-17 14:09:40 +03:00 |
|
alexey-milovidov
|
6d34f24605
|
Merge branch 'master' into complex_key_direct
|
2020-05-17 11:55:01 +03:00 |
|
alexey-milovidov
|
a3346e9331
|
Merge pull request #10912 from ClickHouse/static-mutate
Static mutate
|
2020-05-17 09:05:35 +03:00 |
|
Alexey Milovidov
|
f4ac1eec04
|
Merge branch 'master' into quota-key-in-client
|
2020-05-17 08:15:13 +03:00 |
|
Nikolai Kochetov
|
fb38c2a30b
|
Remove experimental_use_processors setting, part 1. (#10924)
Remove experimental_use_processors setting, part 1.
|
2020-05-15 22:28:10 +03:00 |
|
Alexander Kuzmenkov
|
500b9bac03
|
fix config prefix
|
2020-05-15 13:48:55 +03:00 |
|
Артем Стрельцов
|
33d4ae89f2
|
fixed yandex synchonization error
|
2020-05-15 12:16:01 +03:00 |
|
Артем Стрельцов
|
be731ad62e
|
Merge branch 'master' of github.com:yandex/ClickHouse into complex_key_direct
|
2020-05-15 12:01:09 +03:00 |
|
Alexander Kuzmenkov
|
a11c9a3a22
|
Update MongoDBDictionarySource.cpp
|
2020-05-14 21:18:37 +03:00 |
|
Alexander Kuzmenkov
|
8e532a5d1f
|
Update MongoDBDictionarySource.cpp
|
2020-05-14 21:17:15 +03:00 |
|
Alexander Kuzmenkov
|
99d50063f3
|
Support MongoDB URI
|
2020-05-14 14:36:49 +03:00 |
|
Nikolai Kochetov
|
4d0503f021
|
Make IColumn::mutate() static.
|
2020-05-14 11:30:18 +03:00 |
|
Артем Стрельцов
|
fd16838150
|
fixed style and build fails
|
2020-05-13 01:52:56 +03:00 |
|
Артем Стрельцов
|
c860f9f2db
|
added exception for not supporting selective load to Direct Dictionary
|
2020-05-12 15:41:47 +03:00 |
|
Артем Стрельцов
|
433cd6b993
|
bug fixes
|
2020-05-12 15:39:44 +03:00 |
|
Alexey Milovidov
|
d38e6b6840
|
Fix MSan failure in cache dictionary
|
2020-05-12 08:43:42 +03:00 |
|
Артем Стрельцов
|
de8bf3f78c
|
Draft of ComplexKeyDirectDictionary layout
|
2020-05-10 02:53:01 +03:00 |
|