[GitHub] [carbondata] nihal0107 opened a new pull request #4145: [WIP]handle geo udf to allow zero or more whitespace
Posted by
GitBox on
Jun 04, 2021; 5:27am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-nihal0107-opened-a-new-pull-request-4145-WIP-handle-geo-udf-to-allow-zero-or-more-e-tp108654.html
nihal0107 opened a new pull request #4145:
URL:
https://github.com/apache/carbondata/pull/4145 ### Why is this PR needed?
Currently, regex of geo UDF is not allowing zero space between UDF name and parenthesis. It always expects a single space in between. For ex: `linestring (120.184179 30.327465)`. Because of this sometimes using the UDFs without space is not giving the expected result.
### What changes were proposed in this PR?
Allow zero space between UDFs and parenthesis.
### Does this PR introduce any user interface change?
- No
### Is any new testcase added?
- Yes
--
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.
For queries about this service, please contact Infrastructure at:
[hidden email]