fengqiyuqingpingzhimo opened a new issue, #2781: URL: https://github.com/apache/drill/issues/2781
Execute the following sql (although it may not make sense): SELECT aa.employee_id FROM cp.`employee.json` aa left join cp.`employee.json` bb on aa.employee_id=bb.employee_id or aa.employee_id=bb.position_id ; I got the results:  I tried to modify the corresponding parameters 'planner.enable_nljoin_for_scalar_only', but it still didn't work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org