v.24.6Bug Fix
Fix output of formatDateTimeInJodaSyntax for uneven character counts
Fix the output of functionformatDateTimeInJodaSyntaxwhen a formatter generates an uneven number of characters and the last character is0. For example,SELECT formatDateTimeInJodaSyntax(toDate('2012-05-29'), 'D')now correctly returns150instead of previously15. #64614 (LiuNeng).