This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Fix new syntax check for LEFT JOIN on nested field and metadata field #191
Labels
bug
Something isn't working
Currently
ON
clause is required for allOUTER JOIN
. However it's supposed to be missing in the case ofLEFT JOIN
on nested field. Need to figure out if we can handle this in grammar file. Otherwise, we have to makeON
clause optional and verify in semantic analyzer.The text was updated successfully, but these errors were encountered: