ZhangYu0123 commented on code in PR #19241:
URL: https://github.com/apache/doris/pull/19241#discussion_r1183693960
##########
regression-test/suites/inverted_index_p1/tpcds_sf1_index/ddl/call_center.sql:
##########
@@ -1,8 +1,8 @@
CREATE TABLE IF NOT EXISTS call_center (
cc_call_center_sk bigint,
cc_call_center_id char(16),
- cc_rec_start_date date,
- cc_rec_end_date date,
+ cc_rec_start_date datev2,
Review Comment:
> do not need do this, we should submit a PR, to allow create a column with
date type, but the underlying type is datev2
I just commit something to run the test p1 by reset the master version. I
find q72 p1 timeout error is caused by runtime filter policy changing.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]