-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Correct several misspellings #4677
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
Conversation
huyuanfeng2018
commented
Dec 11, 2025
- Fix "neccessary" to "necessary" in cassandra.yaml
- Fix "identifer" to "identifier" in SqlSimpleParser.java
- Fix "teh" to "the" in Db2SqlDialect.java
- Fix "identifers" to "identifiers" in SqlBuilder.java
- Fix "begining" to "beginning" in cast-with-format.iq
- Fix "looses" to "loses" in history.md
mihaibudiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure that the build likes commit messages starting with "fix"
Maybe "Correct several misspellings?"
| // If one operand is a date, the other labeled duration of YEARS, MONTHS, or DAYS. | ||
| // If one operand is a time, the other must be labeled duration of HOURS, MINUTES, or SECONDS. | ||
| // If one operand is a timestamp, the other operand can be any of teh duration. | ||
| // If one operand is a timestamp, the other operand can be any of the duration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove "of the"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. Would you be willing to modify this section and your commit message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the ping , done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may not have explained clearly enough. It needs to be revised according to Mihai’s comments, and the commits should be squashed into one. The commit message should match the PR title, as this is a commit convention in Calcite.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may not have explained clearly enough. It needs to be revised according to Mihai’s comments, and the commits should be squashed into one. The commit message should match the PR title, as this is a commit convention in Calcite.
sry, this is my first time contributing on Calcite, and I have compressed and resubmitted , PTAL~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to feel sorry. This is a first good contribution.
6080b1c to
d870cc9
Compare
xiedeyantu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
Thanks for contribution @huyuanfeng2018 and review @mihaibudiu |


