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 2019/12/13 03:20:47 UTC

[GitHub] [spark] gengliangwang edited a comment on issue #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%'

gengliangwang edited a comment on issue #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%'
URL: https://github.com/apache/spark/pull/26860#issuecomment-565283977
 
 
   @beliefer you are right. I run the following in PostgreSQL:
   ```
   > SELECT 'abcd' LIKE 'ab%_d';
   true
   > SELECT 'abcd' LIKE 'ab%_d' escape '%';
   false
   ```
   
   I should not merge it without checking on PostgreSQL. I am going to revert this one. 
   Any thoughts? @ulysses-you @maropu @cloud-fan 

----------------------------------------------------------------
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


With regards,
Apache Git Services

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