ClickHouse/src
Azat Khuzhin a96067987e Mark joinGet() as non deterministic (so as dictGet)
joinGet() should not be considered as deterministic function, since
shards could have different data in tables.

Also since now there is allow_nondeterministic_mutations, it could be
used as a workaround for this backward incompatible change.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-13 08:12:53 +02:00
..
Access Merge branch 'master' into user-grants-from-config 2023-05-11 17:08:06 +02:00
AggregateFunctions Merge pull request #46467 from bigo-sg/first_value 2023-05-10 14:56:14 +02:00
Analyzer
Backups
Bridge fix convertation 2023-05-10 17:50:42 +00:00
BridgeHelper
Client
Columns fix short curcuit function with sparse arguments 2023-05-09 23:54:13 +00:00
Common Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
Compression Merge pull request #49658 from saitama951/clickhouse 2023-05-09 09:11:09 +02:00
Coordination
Core Merge pull request #49776 from azat/settings-aliases 2023-05-12 13:30:16 +02:00
Daemon Merge branch 'master' into remove-dependency-from-context 2023-05-08 12:46:10 +02:00
Databases Suppress bugprone-standalone-empty in DatabaseMySQL 2023-05-09 20:47:52 +02:00
DataTypes Merge branch 'master' into build/llvm-16 2023-05-10 21:23:26 +02:00
Dictionaries address comments 2023-05-11 22:18:08 +02:00
Disks Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
Formats
Functions Mark joinGet() as non deterministic (so as dictGet) 2023-05-13 08:12:53 +02:00
Interpreters Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
IO Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
Loggers
Parsers Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
Planner Fix modernize-loop-convert clang-tidy warning 2023-05-09 21:19:37 +02:00
Processors Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
QueryPipeline Merge pull request #49434 from ClickHouse/ins 2023-05-09 08:10:15 +03:00
Server Merge branch 'master' into convertations_to_timespan 2023-05-11 08:24:40 +02:00
Storages Merge pull request #49678 from azat/build/llvm-16 2023-05-12 13:47:36 +02:00
TableFunctions Merge pull request #49666 from hanfei1991/hanfei/regexp-dict-read 2023-05-12 11:40:46 +02:00
CMakeLists.txt Merge pull request #49361 from hanfei1991/hanfei/fiu 2023-05-10 15:51:51 +02:00
configure_config.cmake Merge branch 'master' into hanfei/fiu 2023-05-09 01:14:30 +02:00
NOTICE