Anton Popov
3e5af3023d
mark test data as binary
2022-01-22 03:19:47 +03:00
Anton Popov
e8ce091e68
Merge remote-tracking branch 'upstream/master' into HEAD
2022-01-21 20:11:18 +03:00
Anton Popov
751d9e6a44
support nested in json type (wip)
2022-01-21 17:58:21 +03:00
Maksim Kita
9b3a36a420
Merge pull request #33846 from ClickHouse/Avogar-patch-1
...
Fix DESCRIBE TABLE query formatting
2022-01-21 15:28:05 +01:00
Nikolai Kochetov
012453e212
Merge pull request #33588 from alexeypavlenko/fix_nested_default
...
Fix default value generation for columns with dot
2022-01-21 17:19:42 +03:00
tavplubix
71d69d813c
Merge pull request #33860 from azat/fix-zk-lib
...
Fix zookeeper library dependency from interpreters (by marking library STATIC)
2022-01-21 16:21:48 +03:00
Mikhail f. Shiryaev
ee6e69323b
Merge pull request #33789 from ClickHouse/approve-workflows-by-name
...
Use workflow names in approve lambda
2022-01-21 13:50:17 +01:00
Kruglov Pavel
daba57a933
Merge pull request #33737 from Avogar/bool-type
...
Some improvements and fixes for Bool data type
2022-01-21 15:24:58 +03:00
avogar
5997ace03b
Add test
2022-01-21 15:12:42 +03:00
Maksim Kita
fb8bf0b684
Merge pull request #33863 from kitaisreal/function-base-64-conversion-aarch64-warning-fix
...
FunctionBase64Conversion warning fix
2022-01-21 12:59:34 +01:00
Maksim Kita
a7f666c07b
FunctionBase64Conversion warning fix
2022-01-21 11:26:39 +00:00
Maksim Kita
cb7bac2db5
Merge pull request #33853 from cnmade/PF01210953
...
Translate zh/faq/use-case/index.md
2022-01-21 12:13:36 +01:00
Maksim Kita
ae5fccb049
Merge pull request #33854 from cnmade/PF01211007
...
Translate zh/faq/use-case/key-value.md
2022-01-21 11:59:16 +01:00
Maksim Kita
ace483fb5b
Merge pull request #33769 from bharatnc/ncb/degrees-radians-funcs
...
add DEGREES and RADIANS funcs
2022-01-21 11:50:11 +01:00
mergify[bot]
0150ddb35a
Merge branch 'master' into PF01211007
2022-01-21 10:42:28 +00:00
mergify[bot]
e6ffb591f9
Merge branch 'master' into PF01210953
2022-01-21 10:42:20 +00:00
Maksim Kita
548a7bccee
Merge pull request #33804 from CurtizJ/redis-pool
...
Use connection pool for redis dictionary
2022-01-21 11:40:35 +01:00
Maksim Kita
1fd79e732b
Merge pull request #33852 from bharatnc/ncb/updates
...
updates to min2 and max2 funcs
2022-01-21 11:37:13 +01:00
Maksim Kita
c68fe35b2f
Merge pull request #33832 from kitaisreal/type-id-name-fix
...
TypeId better naming
2022-01-21 11:36:02 +01:00
alesapin
25547dee91
Merge pull request #33840 from azat/keeper-zstd-fix-leak
...
keeper: fix memory leak in case of compression is used (default)
2022-01-21 11:41:10 +03:00
Azat Khuzhin
d463031105
Fix zookeeper library dependency from interpreters (by marking library STATIC)
...
This had been introduced in #33534 , and an attempt to fix this had been
made in #33844 but it was not strictly correct, since there is undefined
reference to `DB::SystemLog<DB::ZooKeeperLogElement>::add`:
$ nm -D ./src/Common/ZooKeeper/libclickhouse_common_zookeeperd.so | fgrep SystemLog | c++filt
U DB::SystemLog<DB::ZooKeeperLogElement>::add(DB::ZooKeeperLogElement const&)
That patch works, because default is not
`-Wl,--unresolved-symbols=report-all`, so I guess shared build on OSX
may after #33844 .
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-21 11:10:03 +03:00
alexey-milovidov
2966e9aac4
Merge pull request #33857 from bigo-sg/optimize_log_level
...
Use correct logging level
2022-01-21 10:03:38 +03:00
Vladimir C
cd75d221cd
Merge pull request #33779 from vdimir/base64enc-arm64
2022-01-21 08:42:50 +03:00
bharatnc
3a27a532af
Merge remote-tracking branch 'upstream/master' into ncb/updates
2022-01-20 20:32:20 -08:00
taiyang-li
22dc786dd8
optimize log level
2022-01-21 12:16:49 +08:00
cnmade
89116a8c37
Translate zh/faq/use-case/key-value.md
2022-01-21 10:07:39 +08:00
cnmade
ab9a3bca30
Translate zh/faq/use-case/index.md, fix ref link
2022-01-21 09:55:07 +08:00
cnmade
f097118ab5
Translate zh/faq/use-case/index.md
2022-01-21 09:53:11 +08:00
bharatnc
2bbf8dc9bc
updates to min2 and max2 funcs
2022-01-20 15:39:05 -08:00
Anton Popov
6c4c9bc04a
Merge pull request #33234 from CurtizJ/fix-flush-in-memory-parts
...
Fix flushing of in-memory parts
2022-01-21 02:18:03 +03:00
alexey-milovidov
3a196a118f
Merge pull request #33689 from traceon/fix-ldap-krb-config-handling
...
Fix LDAP and Kerberos config handling
2022-01-21 01:39:25 +03:00
Maksim Kita
32ecf374bf
Fixed style check
2022-01-20 22:36:42 +00:00
mergify[bot]
8e7b26bae0
Merge branch 'master' into ncb/degrees-radians-funcs
2022-01-20 22:30:27 +00:00
Cody Baker
558f117a8e
Add Trademark Policy Page ( #33851 )
...
* Add trademark policy page
* Add global link in footer to trademark policy
* Update trademark policy path
* Update trademark policy content
* Move trademark policy link inline with license
2022-01-21 01:24:51 +03:00
Nikolay Degterinsky
6ffdd099b7
Merge pull request #33823 from cnmade/patch-1
...
Update Readme.md, add Code Browser@github.dev
2022-01-21 01:19:01 +03:00
Maksim Kita
8567c3a20e
Merge pull request #33848 from kitaisreal/fix-build-with-examples
...
Fix build with ENABLE_EXAMPLES
2022-01-20 23:18:47 +01:00
alexey-milovidov
7adb439955
Update README.md
2022-01-21 00:32:56 +03:00
alexey-milovidov
f697654f98
Merge pull request #33844 from ClickHouse/tavplubix-patch-1
...
Remove harmful code and check what will happen
2022-01-21 00:25:43 +03:00
Maksim Kita
56a54af27b
Merge pull request #33833 from amosbird/keyconditionfix
...
Fix KeyCondition with no common types
2022-01-20 20:31:27 +01:00
Maksim Kita
e2fe8dc3a7
Fix build with ENABLE_EXAMPLES
2022-01-20 19:29:21 +00:00
Kruglov Pavel
6f49f0cac6
Don't write additional space in DESCRIBE TABLE query formatting
2022-01-20 21:07:34 +03:00
Maksim Kita
b2d95f6750
Merge pull request #33831 from kitaisreal/dictionaries-added-date32-type-support
...
Dictionaries added Date32 type support
2022-01-20 19:04:46 +01:00
Maksim Kita
0aa4355b6a
Merge pull request #33841 from kitaisreal/functions-conversion-fix-typo
...
FunctionsConversion fix typo
2022-01-20 19:04:29 +01:00
mergify[bot]
b32e2a8624
Merge branch 'master' into functions-conversion-fix-typo
2022-01-20 17:56:46 +00:00
Azat Khuzhin
c07a2c856a
Fix bypass virtual dispatch in ZstdDeflatingAppendableWriteBuffer
...
clang-tidy [1]:
"Call to virtual method 'ZstdDeflatingAppendableWriteBuffer::finalizeAfter' during destruction bypasses virtual dispatch"
[1]: https://s3.amazonaws.com/clickhouse-builds/33840/d021190b8c7ae0f5dc2decb953c471ea9d770981/binary_tidy/build_log.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-20 20:40:04 +03:00
tavplubix
d26d139974
Update CMakeLists.txt
2022-01-20 20:27:14 +03:00
Maksim Kita
4d41c6a2ac
Fixed build
2022-01-20 17:08:55 +00:00
Maksim Kita
9acba98b77
FunctionsConversion fix typo
2022-01-20 16:21:34 +00:00
Maksim Kita
502c1637d5
Merge pull request #33827 from kitaisreal/range-hashed-dictionary-handle-invalid-intervals
...
RangeHashedDictionary handle invalid intervals
2022-01-20 17:16:49 +01:00
tavplubix
41ee114abb
Merge pull request #33819 from bigo-sg/optimize_explain_create_function
...
Support explain create function query
2022-01-20 19:07:43 +03:00