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/09/10 13:10:35 UTC

[GitHub] [spark] yaooqinn opened a new pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

yaooqinn opened a new pull request #29716:
URL: https://github.com/apache/spark/pull/29716


   THIS PR backports https://github.com/apache/spark/pull/29708 to 3.0
   
   ### What changes were proposed in this pull request?
   In this PR, we add a checker for STRING form interval value ahead for parsing multiple units intervals and fail directly if the interval value contains alphabets to prevent correctness issues like `interval '1 day 2' day`=`3 days`.
   
   
   ### Why are the changes needed?
   
   fix correctness issue
   
   ### Does this PR introduce _any_ user-facing change?
   <!--
   Note that it means *any* user-facing change including all aspects such as the documentation fix.
   If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible.
   If possible, please also clarify if this is a user-facing change compared to the released Spark versions or within the unreleased branches such as master.
   If no, write 'No'.
   -->
   
   yes, in spark 3.0.0 `interval '1 day 2' day`=`3 days` but now we fail with ParseException
   ### How was this patch tested?
   <!--
   If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
   If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
   If tests were not added, please describe why they were not added and/or why it was difficult to add.
   -->
   add a test.


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


[GitHub] [spark] SparkQA commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690344014


   **[Test build #128524 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128524/testReport)** for PR 29716 at commit [`3dd80b6`](https://github.com/apache/spark/commit/3dd80b6478ed36843f85c6115e4d44f79c036f76).


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


[GitHub] [spark] AmplabJenkins commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690575208






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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690575208


   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



---------------------------------------------------------------------
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 pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690586943


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/128524/
   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



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


[GitHub] [spark] SparkQA commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690585991


   **[Test build #128524 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128524/testReport)** for PR 29716 at commit [`3dd80b6`](https://github.com/apache/spark/commit/3dd80b6478ed36843f85c6115e4d44f79c036f76).
    * This patch **fails Spark unit tests**.
    * This patch **does not merge 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



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


[GitHub] [spark] AmplabJenkins commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690278636






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


[GitHub] [spark] SparkQA commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690741903


   **[Test build #128526 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128526/testReport)** for PR 29716 at commit [`6802215`](https://github.com/apache/spark/commit/6802215fbda3cf0aafe9266faf15c8fd402137ca).
    * 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



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


[GitHub] [spark] cloud-fan commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691187056


   Yea, it's a bug starting from 3.0.0


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


[GitHub] [spark] cloud-fan commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691187056






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


[GitHub] [spark] SparkQA removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690344014


   **[Test build #128524 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128524/testReport)** for PR 29716 at commit [`3dd80b6`](https://github.com/apache/spark/commit/3dd80b6478ed36843f85c6115e4d44f79c036f76).


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


[GitHub] [spark] SparkQA commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690419569


   **[Test build #128526 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128526/testReport)** for PR 29716 at commit [`6802215`](https://github.com/apache/spark/commit/6802215fbda3cf0aafe9266faf15c8fd402137ca).


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690575236


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/128523/
   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



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


[GitHub] [spark] maropu commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
maropu commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690798431


   Thanks! Merged to branch-3.0.


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


[GitHub] [spark] dongjoon-hyun commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691157871






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


[GitHub] [spark] SparkQA removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690419569


   **[Test build #128526 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128526/testReport)** for PR 29716 at commit [`6802215`](https://github.com/apache/spark/commit/6802215fbda3cf0aafe9266faf15c8fd402137ca).


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


[GitHub] [spark] dongjoon-hyun commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691157871






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


[GitHub] [spark] cloud-fan commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691187056






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


[GitHub] [spark] dongjoon-hyun commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691157871


   Thank you all. This happens in 3.0.0 too, right?


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


[GitHub] [spark] SparkQA removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690324942


   **[Test build #128523 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128523/testReport)** for PR 29716 at commit [`d3dc77c`](https://github.com/apache/spark/commit/d3dc77ca63546df08784f69c999afa34d571c4e7).


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


[GitHub] [spark] SparkQA commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690572440


   **[Test build #128523 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128523/testReport)** for PR 29716 at commit [`d3dc77c`](https://github.com/apache/spark/commit/d3dc77ca63546df08784f69c999afa34d571c4e7).
    * This patch **fails Spark unit tests**.
    * This patch **does not merge 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



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


[GitHub] [spark] AmplabJenkins commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690586897






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


[GitHub] [spark] SparkQA commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690324942


   **[Test build #128523 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128523/testReport)** for PR 29716 at commit [`d3dc77c`](https://github.com/apache/spark/commit/d3dc77ca63546df08784f69c999afa34d571c4e7).


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


[GitHub] [spark] AmplabJenkins commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690742858






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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690278636






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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690742858






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


[GitHub] [spark] cloud-fan commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-691187056


   Yea, it's a bug starting from 3.0.0


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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690586897


   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



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


[GitHub] [spark] maropu closed pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
maropu closed pull request #29716:
URL: https://github.com/apache/spark/pull/29716


   


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


[GitHub] [spark] AmplabJenkins commented on pull request #29716: [SPARK-32840][SQL][3.0] Invalid interval value can happen to be just adhesive with the unit

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29716:
URL: https://github.com/apache/spark/pull/29716#issuecomment-690283205






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