This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new ad7fb232b29 branch-3.1: [Fix](case) Remove a unstable unix_timestamp 
case (#57192)
ad7fb232b29 is described below

commit ad7fb232b29232b04c3a50a91321a1d00f011e90
Author: zclllyybb <[email protected]>
AuthorDate: Tue Oct 28 15:11:04 2025 +0800

    branch-3.1: [Fix](case) Remove a unstable unix_timestamp case (#57192)
---
 .../expression/fold_constant/fold_constant_date_arithmatic.groovy        | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/regression-test/suites/nereids_p0/expression/fold_constant/fold_constant_date_arithmatic.groovy
 
b/regression-test/suites/nereids_p0/expression/fold_constant/fold_constant_date_arithmatic.groovy
index 5bd4084212e..31489b66301 100644
--- 
a/regression-test/suites/nereids_p0/expression/fold_constant/fold_constant_date_arithmatic.groovy
+++ 
b/regression-test/suites/nereids_p0/expression/fold_constant/fold_constant_date_arithmatic.groovy
@@ -89,7 +89,6 @@ suite("fold_constant_date_arithmatic") {
     testFoldConst("select unix_timestamp('3000/02/29','%Y/%m/%d');")
     testFoldConst("select unix_timestamp('01.Jan.1970','%d.%b.%Y');")
     testFoldConst("select unix_timestamp('0000-00-00 00:00:00');")
-    testFoldConst("select unix_timestamp();")
     testFoldConst("select unix_timestamp('2021-02-29', '%Y-%m-%d');")
     testFoldConst("select unix_timestamp('2023/04/31', '%Y/%m/%d');")
     testFoldConst("select unix_timestamp('2023-04-31 12:00:00');")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to