You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/06 10:59:06 UTC

[GitHub] [spark] GuoPhilipse commented on pull request #29009: [SPARK-32193][SQL] Update migrate guide docs on regexp function

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


   > I think you don't need to file jira for this kind of minor doc fixes. Btw, any other systems supporting `REGEXP` for regular expressions other than Hive? I think we might be able to assign an alias name to it if it is a general name.
   
   So far as i know ,mysql and hive support this key word .But i think a alias name seems a good idea.
   examples:
   `SELECT 'abc' REGEXP '([a-z]+)';`
   Ressult:
   `1`


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org