mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
fix storage join
This commit is contained in:
parent
48ac7d35ae
commit
3348697128
@ -78,6 +78,7 @@ public:
|
||||
: size_limits(limits)
|
||||
, default_max_bytes(0)
|
||||
, join_use_nulls(use_nulls)
|
||||
, force_hash_join(true)
|
||||
, key_names_right(key_names_right_)
|
||||
{
|
||||
table_join.kind = kind;
|
||||
|
Loading…
Reference in New Issue
Block a user