lriggs opened a new issue, #36182:
URL: https://github.com/apache/arrow/issues/36182
### Describe the bug, including details regarding any error messages,
version, and platform.
substring_index("Abc.DE.fGh", '.', -2) returns "fGh" but it should return
"DE.fGh" (ie starting from the second occurrence of the delimiter from the
right). The proposed behavior matches the behavior of other databases.
substring_index was added here: https://github.com/apache/arrow/issues/32374
### Component(s)
C++ - Gandiva
--
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]