yuxiqian opened a new pull request, #4397:
URL: https://github.com/apache/flink-cdc/pull/4397

   This closes FLINK-39682.
   
   The behavior of `TO_DATE` built-in function is silently changed after 
FLINK-38888. Previously, `TO_DATE(timestamp)` is equivalent to 
`TO_DATE(CAST(timestamp AS VARCHAR))` or `TO_DATE('2026-01-01 21:48:25')`, 
results in `2026-01-01`.
   
   However, after rewriting `TO_DATE` strictly checks if input matches 
`yyyy-MM-dd` format, and returns `null` then.


-- 
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]

Reply via email to