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 2021/04/27 13:41:34 UTC

[GitHub] [spark] Yikun opened a new pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

Yikun opened a new pull request #32368:
URL: https://github.com/apache/spark/pull/32368


   ### What changes were proposed in this pull request?
   This PR corrects some exception type when the function input params are failed to validate due to TypeError.
   In order to convenient to review, there are 3 commits in this PR:
   - Standardize input validation error type on sql
   - Standardize input validation error type on ml
   - Standardize input validation error type on pandas
   
   ### Why are the changes needed?
   As suggestion from Python exception doc [1]: "Raised when an operation or function is applied to an object of inappropriate type.", but there are many Value error are raised in some pyspark code, this patch fix them.
   
   [1] https://docs.python.org/3/library/exceptions.html#TypeError
   
   Note that: this patch only addresses the exsiting some wrong raise type for input validation, the input validation decorator/framework which mentioned in [SPARK-35176](https://issues.apache.org/jira/browse/SPARK-35176), would be submited in a speparated patch.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, code can raise the right TypeError instead of ValueError.
   
   ### How was this patch tested?
   Existing test case and 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



---------------------------------------------------------------------
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138069 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138069/testReport)** for PR 32368 at commit [`63a31fe`](https://github.com/apache/spark/commit/63a31fee864b9462ca435b11a449c3205282a3d5).


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138060 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138060/testReport)** for PR 32368 at commit [`02080b0`](https://github.com/apache/spark/commit/02080b00f7641a4b71566517e76d75759d6bc3f8).


-- 
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] Yikun commented on a change in pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

Posted by GitBox <gi...@apache.org>.
Yikun commented on a change in pull request #32368:
URL: https://github.com/apache/spark/pull/32368#discussion_r622743428



##########
File path: python/docs/source/migration_guide/pyspark_3.1_to_3.2.rst
##########
@@ -0,0 +1,23 @@
+..  Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+..    http://www.apache.org/licenses/LICENSE-2.0
+
+..  Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+
+=================================
+Upgrading from PySpark 3.1 to 3.2
+=================================

Review comment:
       done




-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138000 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138000/testReport)** for PR 32368 at commit [`5455d2b`](https://github.com/apache/spark/commit/5455d2b669698c5c1c900b50d25d22e5aa8d852a).
    * 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] AmplabJenkins removed a comment on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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] zero323 commented on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   At first glance it looks good (I'll try to do more thorough scan if I have access to larger screen). We might have to document this as a change of behaviour though, as it might break some 3rd party code. 


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138069 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138069/testReport)** for PR 32368 at commit [`63a31fe`](https://github.com/apache/spark/commit/63a31fee864b9462ca435b11a449c3205282a3d5).


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138000 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138000/testReport)** for PR 32368 at commit [`5455d2b`](https://github.com/apache/spark/commit/5455d2b669698c5c1c900b50d25d22e5aa8d852a).


-- 
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] viirya commented on a change in pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

Posted by GitBox <gi...@apache.org>.
viirya commented on a change in pull request #32368:
URL: https://github.com/apache/spark/pull/32368#discussion_r622729298



##########
File path: python/docs/source/migration_guide/pyspark_3.1_to_3.2.rst
##########
@@ -0,0 +1,23 @@
+..  Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+..    http://www.apache.org/licenses/LICENSE-2.0
+
+..  Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+
+=================================
+Upgrading from PySpark 3.1 to 3.2
+=================================

Review comment:
       Don't we need to put this to `index.rst`?




-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   Kubernetes integration test unable to build dist.
   
   exiting with code: 1
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/42579/
   


-- 
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] HyukjinKwon commented on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   Oh yeah, that's a very good point. 
   
   @Yikun feel free to create a new page for Spark 3.1 -> 3.2 at https://github.com/apache/spark/tree/master/python/docs/source/migration_guide and document this one


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138069 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138069/testReport)** for PR 32368 at commit [`63a31fe`](https://github.com/apache/spark/commit/63a31fee864b9462ca435b11a449c3205282a3d5).
    * 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] HyukjinKwon commented on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   Merged to master.


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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] Yikun commented on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   cc @HyukjinKwon


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138060 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138060/testReport)** for PR 32368 at commit [`02080b0`](https://github.com/apache/spark/commit/02080b00f7641a4b71566517e76d75759d6bc3f8).


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138000 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138000/testReport)** for PR 32368 at commit [`5455d2b`](https://github.com/apache/spark/commit/5455d2b669698c5c1c900b50d25d22e5aa8d852a).


-- 
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] HyukjinKwon commented on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   Nice, thanks for working on this @Yikun. I am off this week so might be less active .. 
   cc @zero323 and @viirya FYI


-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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






-- 
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 #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   **[Test build #138060 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/138060/testReport)** for PR 32368 at commit [`02080b0`](https://github.com/apache/spark/commit/02080b00f7641a4b71566517e76d75759d6bc3f8).
    * 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] HyukjinKwon closed pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   


-- 
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] Yikun commented on pull request #32368: [SPARK-35176][PYTHON] Standardize input validation error type

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


   @HyukjinKwon @zero323 Thanks for reminder, the migration doc has been added in https://github.com/apache/spark/pull/32368/commits/02080b00f7641a4b71566517e76d75759d6bc3f8


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