zhiqiang-hhhh commented on code in PR #28440: URL: https://github.com/apache/doris/pull/28440#discussion_r1427750874
########## regression-test/data/minus_except_test/minus_except.out: ########## @@ -0,0 +1,3 @@ +-- This file is automatically generated. You should know what you did if you want to edit this +-- !select -- ++06-00 +06-00 Review Comment: incorrect content format maybe: `[+06-00, +06-00]` or you can try `sh run-regression-test --run -s minus_except -getOut` ########## regression-test/suites/minus_except_test/minus_except.groovy: ########## @@ -24,7 +24,6 @@ suite("minus_except") { sql "CREATE TABLE ${tableNameDate}(c2 date) DUPLICATE key(c2) DISTRIBUTED BY hash(c2) BUCKETS auto PROPERTIES ('replication_num' = '1')" sql "insert into ${tableNameVarchar} values('+06-00');" sql "insert into ${tableNameDate} values('1990-11-11');" - qt_select " SELECT c1,c1 FROM ${tableNameVarchar} MINUS SELECT c2,c2 FROM ${tableNameDate};" Review Comment: This test should be added back, change the result format PLS. -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org