This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 322b51180f [Fix](regression-test)replace now to a fixed datetime.
(#18253)
322b51180f is described below
commit 322b51180f3ee9b6d2466d3a81c86aa4eca78f52
Author: mch_ucchi <[email protected]>
AuthorDate: Thu Mar 30 21:04:09 2023 +0800
[Fix](regression-test)replace now to a fixed datetime. (#18253)
---
.../suites/query_p0/sql_functions/test_alias_function.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/query_p0/sql_functions/test_alias_function.groovy
b/regression-test/suites/query_p0/sql_functions/test_alias_function.groovy
index 4693c79067..5cd25fd694 100644
--- a/regression-test/suites/query_p0/sql_functions/test_alias_function.groovy
+++ b/regression-test/suites/query_p0/sql_functions/test_alias_function.groovy
@@ -28,7 +28,7 @@ suite('test_alias_function') {
), '%Y%m%d:%H');'''
test {
- sql 'select f2(f1(now(3), 2), 3)'
+ sql '''select f2(f1('2023-03-29', 2), 3)'''
result([['20230327:01']])
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]