mihaibudiu opened a new pull request, #3680: URL: https://github.com/apache/calcite/pull/3680
This was much trickier to fix than I expected. I think that it's because of some bugs in the Java Calendar/SimpleDateFormatter implementation. Using the LocalDate class provides correct results. I have also changed the return type of FORMAT_DATE from VARCHAR(2000) to VARCHAR, because it can really return results longer than 2000 characters, if the format string is long. -- 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]
