zhengshengjun commented on issue #9711: URL: https://github.com/apache/incubator-doris/issues/9711#issuecomment-1140476092
Other error cases: select hour_ceil('1970-01-01 01:00:10', 1, '1970-01-01 00:00:30') expect: '1970-01-01T01:00:30' select hour_floor('1970-01-01 01:00:10', 1, '1970-01-01 00:00:30')" expect: '1970-01-01T00:00:30' select day_ceil('2022-05-25')" expect: '2022-05-25' select month_ceil('2022-05-01')" expect: '2022-05-01' -- 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