xiedeyantu commented on code in PR #4677:
URL: https://github.com/apache/calcite/pull/4677#discussion_r2616180949


##########
core/src/main/java/org/apache/calcite/sql/dialect/Db2SqlDialect.java:
##########
@@ -81,7 +81,7 @@ public Db2SqlDialect(Context context) {
     // A duration is a positive or negative number representing an interval of 
time.
     // 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.

Review Comment:
   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.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to