Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Some bugs in direct join
Table: will1 (zone is primary key)
Table: will2 (account is primary key)
select name will1.zone as zone from will2,will1 where will2.zone=will1.zone and account = 'o110W5yqygj8LeFHXT2FEr-Ft_Zc';
select * from will2
(then crash)
disable this feature
willhan
It's already fixed. Additionally, I added const_table support to the direct join feature and condition pushdown feature.
Please check test results of the following commit.
ebf3376