oceanbase / sql-lifecycle-management

SQL-Lifecycle-Management is an intelligent diagnosis and optimization product focusing on the SQL field.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: `outer join` is not support

Ifffff opened this issue · comments

commented

Describe the bug
test sql

select `partitions`.`part_id`, `sds`.`sd_id`, `sds`.`cd_id`, `serdes`.`serde_id`, `partitions`.`create_time`, `partitions`.`last_access_time`, `sds`.`input_format`, `sds`.`is_compressed`, `sds`.`is_storedassubdirectories`, `sds`.`location`, `sds`.`num_buckets`, `sds`.`output_format`, `serdes`.`name`, `serdes`.`slib` from `partitions`  left outer join `sds` on `partitions`.`sd_id` = `sds`.`sd_id`   left outer join `serdes` on `sds`.`serde_id` = `serdes`.`serde_id` where `part_id` in (1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786) order by `part_name` asc