v.25.9Improvement
Simplified (and avoided some bugs) a logic
Simplified (and avoided some bugs) a logic related to parsing Time/Time64 in the best_effort mode. #84730 (Yarik Briukhovetskyi).Why it matters
This feature addresses issues and reduces complexity in parsingTime and Time64 values when using the best_effort parsing mode. It enhances reliability and correctness of time data interpretation, preventing errors and inconsistencies during data ingestion or query execution.How to use it
Users can benefit from this improvement automatically when using parsing with thebest_effort mode for Time or Time64 data types. No additional configuration is needed; the simplified and fixed logic is applied internally.