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/25 11:44:21 UTC

[GitHub] [spark] beliefer opened a new pull request #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

beliefer opened a new pull request #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007
 
 
   ### What changes were proposed in this pull request?
   [ NOT ] SIMILAR TO <similar pattern> [ ESCAPE <escape character> ]
   This is a ANSI SQL.
   For example:
   ```
   SELECT 'abc' SIMILAR TO 'abc' AS `true`;
   SELECT 'abc' SIMILAR TO 'a' AS `false`;
   SELECT 'abc' SIMILAR TO '%(b|d)%' AS `true`;
   SELECT 'abc' SIMILAR TO '(b|c)%' AS `false`;
   ```
   There are some mainstream database support the syntax.
   **PostgreSQL:**
   https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-SIMILARTO-REGEXP
   **Redshift:**
   https://docs.aws.amazon.com/redshift/latest/dg/pattern-matching-conditions-similar-to.html
   
   ### Why are the changes needed?
   No
   
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   new UT.
   

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


[GitHub] [spark] SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568890983
 
 
   **[Test build #115768 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115768/testReport)** for PR 27007 at commit [`3d080ef`](https://github.com/apache/spark/commit/3d080ef163ddd12f8bc9d94804f7b2e0c982d70f).

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569049444
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115803/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960028
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115786/
   Test FAILed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569009808
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20592/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569049444
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115803/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961974
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115789/
   Test FAILed.

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


[GitHub] [spark] SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961828
 
 
   **[Test build #115789 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115789/testReport)** for PR 27007 at commit [`95b2584`](https://github.com/apache/spark/commit/95b25849bcc04755499d382a372da5ec267e24a8).

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960028
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115786/
   Test FAILed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568959839
 
 
   **[Test build #115786 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115786/testReport)** for PR 27007 at commit [`2a558ad`](https://github.com/apache/spark/commit/2a558adbd32b0d821cda5167e52dc50492a700f2).

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568905480
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] beliefer commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
beliefer commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-571400477
 
 
   @maropu I think this syntax is useful in two points: one is that `RLIKE` does not support `_` and `%` as wildcards, and `SIMILAR TO` makes it more convenient for users; the other is that `RLIKE` does not support escape char. In some cases, `SIMILAR TO` will also more convenient for users.
   In addition, in terms of code changes, there is no actual change in the code of `RLIKE` and `LIKE`, but more than 20 new lines of code have been 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.
 
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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569009803
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568905480
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568890376
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20560/
   Test PASSed.

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


[GitHub] [spark] beliefer closed pull request #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
beliefer closed pull request #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007
 
 
   

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569049442
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568905482
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20568/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568953453
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20575/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910934
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115768/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961998
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960130
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115782/
   Test FAILed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910227
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960014
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20581/
   Test PASSed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961828
 
 
   **[Test build #115789 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115789/testReport)** for PR 27007 at commit [`95b2584`](https://github.com/apache/spark/commit/95b25849bcc04755499d382a372da5ec267e24a8).

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568890376
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20560/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568962002
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20583/
   Test PASSed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568954390
 
 
   **[Test build #115782 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115782/testReport)** for PR 27007 at commit [`b44c409`](https://github.com/apache/spark/commit/b44c409ab5a6083e294216e7338ad101f0542a32).

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


[GitHub] [spark] SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568959839
 
 
   **[Test build #115786 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115786/testReport)** for PR 27007 at commit [`2a558ad`](https://github.com/apache/spark/commit/2a558adbd32b0d821cda5167e52dc50492a700f2).

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960025
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961963
 
 
   **[Test build #115789 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115789/testReport)** for PR 27007 at commit [`95b2584`](https://github.com/apache/spark/commit/95b25849bcc04755499d382a372da5ec267e24a8).
    * This patch **fails Scala style tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568953448
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568905482
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20568/
   Test PASSed.

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


[GitHub] [spark] SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569011019
 
 
   **[Test build #115803 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115803/testReport)** for PR 27007 at commit [`6144e28`](https://github.com/apache/spark/commit/6144e28c46d191899f4d9c235dfaaed051efb5ca).

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910931
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961969
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910931
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960013
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961974
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115789/
   Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910227
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568962002
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20583/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960128
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960020
 
 
   **[Test build #115786 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115786/testReport)** for PR 27007 at commit [`2a558ad`](https://github.com/apache/spark/commit/2a558adbd32b0d821cda5167e52dc50492a700f2).
    * This patch **fails Scala style tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960130
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115782/
   Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961998
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] maropu commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
maropu commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569047118
 
 
   Can you check more, e.g., oracle and mysql, too?

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568905389
 
 
   **[Test build #115774 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115774/testReport)** for PR 27007 at commit [`f79ae50`](https://github.com/apache/spark/commit/f79ae50e0f036fa4c23170c32ca0b7c344121f6a).

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960013
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910808
 
 
   **[Test build #115768 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115768/testReport)** for PR 27007 at commit [`3d080ef`](https://github.com/apache/spark/commit/3d080ef163ddd12f8bc9d94804f7b2e0c982d70f).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960113
 
 
   **[Test build #115782 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115782/testReport)** for PR 27007 at commit [`b44c409`](https://github.com/apache/spark/commit/b44c409ab5a6083e294216e7338ad101f0542a32).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960025
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569049203
 
 
   **[Test build #115803 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115803/testReport)** for PR 27007 at commit [`6144e28`](https://github.com/apache/spark/commit/6144e28c46d191899f4d9c235dfaaed051efb5ca).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `abstract class EscapeRegexExpression extends StringRegexExpression `

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


[GitHub] [spark] maropu commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
maropu commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569456823
 
 
   The standard though, is this syntax useful for users? (I didn't know this syntax..) cc: @gatorsmile @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


[GitHub] [spark] beliefer commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
beliefer commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569421714
 
 
   > Can you check more, e.g., oracle and mysql, too?
   
   I checked oracle and mysql, they are not support this syntax.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568961969
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568890373
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569049442
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569009808
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20592/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568890373
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910213
 
 
   **[Test build #115774 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115774/testReport)** for PR 27007 at commit [`f79ae50`](https://github.com/apache/spark/commit/f79ae50e0f036fa4c23170c32ca0b7c344121f6a).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569009803
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960128
 
 
   Merged build finished. Test FAILed.

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


[GitHub] [spark] SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568905389
 
 
   **[Test build #115774 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115774/testReport)** for PR 27007 at commit [`f79ae50`](https://github.com/apache/spark/commit/f79ae50e0f036fa4c23170c32ca0b7c344121f6a).

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910229
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115774/
   Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910229
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115774/
   Test FAILed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568953448
 
 
   Merged build finished. Test PASSed.

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


[GitHub] [spark] SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568954390
 
 
   **[Test build #115782 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115782/testReport)** for PR 27007 at commit [`b44c409`](https://github.com/apache/spark/commit/b44c409ab5a6083e294216e7338ad101f0542a32).

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568910934
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115768/
   Test PASSed.

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568953453
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20575/
   Test PASSed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568890983
 
 
   **[Test build #115768 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115768/testReport)** for PR 27007 at commit [`3d080ef`](https://github.com/apache/spark/commit/3d080ef163ddd12f8bc9d94804f7b2e0c982d70f).

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


[GitHub] [spark] AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-568960014
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20581/
   Test PASSed.

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


[GitHub] [spark] SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27007: [SPARK-28325][SQL]Support ANSI SQL: SIMILAR TO ... ESCAPE syntax
URL: https://github.com/apache/spark/pull/27007#issuecomment-569011019
 
 
   **[Test build #115803 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115803/testReport)** for PR 27007 at commit [`6144e28`](https://github.com/apache/spark/commit/6144e28c46d191899f4d9c235dfaaed051efb5ca).

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