Leon-WTF opened a new pull request #2416: URL: https://github.com/apache/drill/pull/2416
# [DRILL-8094](https://issues.apache.org/jira/browse/DRILL-8094): Support reverse truncation for split_part udf ## Description Suport split_part('a,b,c,d', ',' , -2, -1) = 'c,d' and split_part('a,b,c,d', ',' , -3) = 'b' ## Documentation ## Testing UT added -- 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]
