v.25.9Improvement
Enable short circuit evaluation
Enable short circuit evaluation for parseDateTime function. #87184 (Pavel Kruglov).Why it matters
This feature improves the performance and efficiency of queries usingparseDateTime by allowing the function to short circuit evaluation when possible, thereby reducing unnecessary computation and speeding up query processing.How to use it
No special configuration is required. TheparseDateTime function now automatically performs short circuit evaluation during query execution.