You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LEFT and RIGHT tokens are currently accepted as “simple identifiers” (simpleId). This causes ANTLR’s adaptive LL(*) parsing algorithm to flag certain {LEFT|RIGHT} OUTER JOIN queries as ambiguous and raise a parser error under debugBuild=true.
The
LEFTandRIGHTtokens are currently accepted as “simple identifiers” (simpleId). This causes ANTLR’s adaptive LL(*) parsing algorithm to flag certain{LEFT|RIGHT} OUTER JOINqueries as ambiguous and raise a parser error underdebugBuild=true.