GuoPhilipse commented on pull request #29009:
URL: https://github.com/apache/spark/pull/29009#issuecomment-654214678


   I tried in hive 1.1, and it works. seems hive is incompatible for old version
   `hive>  select RLIKE('abc','([a-z]+)');`
   `true`
   
   `hive> select REGEXP('abc','([a-z]+)');`
   `true`


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to