zhangstar333 commented on issue #50288: URL: https://github.com/apache/doris/issues/50288#issuecomment-2822973742
the lead(created_time,1,0) created_time is datetime(6) and 0 is bigint, so the planner cast created_time as bigint, could use lead(created_time,1,NULL) or lead(created_time,1, "2025-04-23 10:10:10") sometime value <img width="617" alt="Image" src="https://github.com/user-attachments/assets/4d368497-d274-4380-b32e-d21aa5aa1ae9" /> -- 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]
