ArnavBalyan opened a new pull request, #9326:
URL: https://github.com/apache/paimon/pull/9326
### Purpose
- Substring function accepts multiple numeric types for position indexes in
argument.
- However, positions are always read as INT, causing a ClassCastException
for types such as bigint, long etc.
- Ensure we read the position fields with the getter corresponding to their
declared type.
### Tests
- UT
--
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]