You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "morrySnow (via GitHub)" <gi...@apache.org> on 2023/01/29 06:52:37 UTC

[GitHub] [doris] morrySnow commented on a diff in pull request #16187: [enhance](Nereids): remove duplicated Function.

morrySnow commented on code in PR #16187:
URL: https://github.com/apache/doris/pull/16187#discussion_r1089878859


##########
regression-test/suites/nereids_function_p0/scalar_function/A-F.groovy:
##########
@@ -115,8 +115,6 @@ suite("nereids_scalar_fn_1") {
     sql "select current_date() from fn_test"
     sql "select current_time() from fn_test"
     sql "select current_timestamp() from fn_test"
-    // core
-    // qt_sql "select current_timestamp(kint) from fn_test order by kint"

Review Comment:
   we have a signature accept one parameter with int type, so this test case need be added back
   https://doris.apache.org/docs/dev/sql-manual/sql-functions/date-time-functions/current_timestamp?_highlight=current_



-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org