Skip to content

Commit 97bbf77

Browse files
committed
add_english
1 parent b461600 commit 97bbf77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression-test/suites/nereids_p0/sql_functions/datetime_functions/test_date_function_v2.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ suite("test_date_function_v2") {
101101
qt_sql_addtime4 "select add_time(cast('822:35:22.123456' as time), cast('421:01:01' as time));"
102102
qt_sql_addtime5 "select add_time(cast('-82:35:22.123456' as time), cast('-421:01:01' as time));"
103103

104-
// 测试表中的time字符串和datetime类型
104+
// test time string and datetime type in table
105105
qt_sql_addtime6 "select add_time(datetime_val, time_str) from ${tableName} order by id;"
106106
qt_sql_addtime7 "select add_time(cast(time_str as time), cast('02:00:00.123' as time)) from ${tableName} order by id;"
107107
qt_sql_addtime8 "select add_time(datetime_val, cast('01:30:00' as time)) from ${tableName} order by id;"
@@ -119,7 +119,7 @@ suite("test_date_function_v2") {
119119
qt_sql_subtime4("select sub_time(cast('-421:01:01' as time), cast('822:35:22' as time));")
120120
qt_sql_subtime5("select sub_time(cast('421:01:01' as time), cast('-82:35:22.123456' as time));")
121121

122-
// 测试表中的time字符串和datetime类型
122+
// test time string and datetime type in table
123123
qt_sql_subtime6("select sub_time(datetime_val, time_str) from ${tableName} order by id;")
124124
qt_sql_subtime7("select sub_time(cast(time_str as time), cast('02:00:00.123' as time)) from ${tableName} order by id;")
125125
qt_sql_subtime8("select sub_time(datetime_val, cast('01:30:00' as time)) from ${tableName} order by id;")

0 commit comments

Comments
 (0)