LucaCappelletti94 commented on PR #1707:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#issuecomment-2681597078

   I have managed to do it, but I really dislike the approach I used, which 
peeks whether the parser will next encounter one of the expected keywords and 
if not, assumes that the next token is an operator class. I much preferred the 
previous approach that distinctively treated operator classes as keywords which 
was much stricter, but at some point it boils down to personal opinion.
   
   Let me know your opinion on it.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to