mihaibudiu commented on PR #4024: URL: https://github.com/apache/calcite/pull/4024#issuecomment-2452666016
I have found one more bug in the implementation of casts, where casts from VARCHAR(N) to CHAR(N) for the same N were essentially ignored. This is wrong, because VARCHAR(N) does not store the trailing spaces, whereas CHAR(N) needs to store them. With this change, which I added in an extra commit, hopefully the tests will pass again. -- 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]
