-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix non reserverd keyword last #14014
Conversation
@iamlinjunhong Thanks for your contributions! Here are review comments for file pkg/sql/parsers/dialect/mysql/mysql_sql.go: Since there are no changes to review, it is not possible to provide any feedback or suggestions for improvement. It is recommended to either update the pull request with the relevant changes or provide more information about the intended changes in the body of the pull request. Here are review comments for file pkg/sql/parsers/dialect/mysql/mysql_sql.y: Title: fix non reserverd keyword last Body: The pull request aims to fix an issue related to the non-reserved keyword "last". It is not clear what the specific problem is or why this fix is necessary. Changes made in the pull request:
Suggestions for improvement:
Security concerns: Optimization suggestions: Here are review comments for file pkg/sql/parsers/dialect/mysql/mysql_sql_test.go: Title: fix non reserved keyword last Body: The pull request is fixing an issue with a non-reserved keyword "last" in the MySQL dialect parser. Changes made in the file pkg/sql/parsers/dialect/mysql/mysql_sql_test.go:
Suggestions:
Security Concerns: Optimization: Here are review comments for file test/distributed/cases/util/keywords.result: Body: This pull request fixes issue #2096 (mo-cloud). It addresses a problem with a non-reserved keyword "last". Changes in file test/distributed/cases/util/keywords.result:
Review:
Suggestions:
Here are review comments for file test/distributed/cases/util/keywords.sql: Title: Body: Changes:
Suggestions:
Security Issues: |
What type of PR is this?
Which issue(s) this PR fixes:
issue #2096 (mo-cloud)
What this PR does / why we need it:
fix non reserverd keyword last