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/10/04 05:15:09 UTC

[GitHub] [spark] tianhanhu opened a new pull request #34167: [SPARK-36919] Make BadRecordException fields transient

tianhanhu opened a new pull request #34167:
URL: https://github.com/apache/spark/pull/34167


   ### What changes were proposed in this pull request?
   Migrating a Spark application from 2.4.x to 3.1.x and finding a difference in the exception chaining behavior. In a case of parsing a malformed CSV, where the root cause exception should be Caused by: java.lang.RuntimeException: Malformed CSV record, only the top level exception is kept, and all lower level exceptions and root cause are lost. Thus, when we call ExceptionUtils.getRootCause on the exception, we still get itself.
   The reason for the difference is that RuntimeException is wrapped in BadRecordException, which has unserializable fields. When we try to serialize the exception from tasks and deserialize from scheduler, the exception is lost.
   This PR makes unserializable fields of BadRecordException transient, so the rest of the exception could be serialized and deserialized properly.
   
   ### Why are the changes needed?
   Make BadRecordException serializable
   
   
   ### Does this PR introduce _any_ user-facing change?
   User could get root cause of BadRecordException
   -->
   
   
   ### How was this patch tested?
   Unit testing


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48328/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48357/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   retest this please


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   **[Test build #143870 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143870/testReport)** for PR 34167 at commit [`f7434ee`](https://github.com/apache/spark/commit/f7434eefa45d03bf63a47aee9f4037c10d04fe4d).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Mind enabling GitHub Actions in your forked repository @tianhanhu? See also https://github.com/apache/spark/pull/34167/checks?check_run_id=3786917792


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143828 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143828/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).
    * This patch **fails SparkR 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48385/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143823 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143823/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   **[Test build #143870 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143870/testReport)** for PR 34167 at commit [`f7434ee`](https://github.com/apache/spark/commit/f7434eefa45d03bf63a47aee9f4037c10d04fe4d).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48336/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] gengliangwang commented on pull request #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   @tianhanhu The Github action tests didn't start on your repo. Can you check it?
   https://github.com/apache/spark/pull/34167/checks?check_run_id=3786917792
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Can one of the admins verify this patch?


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   Merged to master, branch-3.2, branch-3.1 and 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] tianhanhu-db commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

Posted by GitBox <gi...@apache.org>.
tianhanhu-db commented on pull request #34167:
URL: https://github.com/apache/spark/pull/34167#issuecomment-933725703


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143828 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143828/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143815 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143815/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] jiangxb1987 commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Jenkins test this please


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143828/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   retest this please


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48385/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48385/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143823 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143823/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] srowen commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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


   I tend to think that's fine - the closures may not serialize for sure, and better to get something than an error.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] tianhanhu-db removed a comment on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

Posted by GitBox <gi...@apache.org>.
tianhanhu-db removed a comment on pull request #34167:
URL: https://github.com/apache/spark/pull/34167#issuecomment-933725703


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143823/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] jiangxb1987 commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48328/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48357/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   +1, LGTM.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48357/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   **[Test build #143844 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143844/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48341/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48341/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143870/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Can one of the admins verify this patch?


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143815 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143815/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] ueshin commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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


   add to whitelist


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143844/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48341/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143844/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48336/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143828/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143815 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143815/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).
    * This patch **fails from timeout after a configured wait of `500m`**.
    * 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143823/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48357/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48385/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   **[Test build #143844 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143844/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).
    * This patch **fails SparkR 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   **[Test build #143828 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143828/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] srowen commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Jenkins test this please


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48341/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143870/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919][SQL] Make BadRecordException fields transient

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


   **[Test build #143844 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143844/testReport)** for PR 34167 at commit [`004a42c`](https://github.com/apache/spark/commit/004a42cb1ad739b5b5178788ad0d57902841f524).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] jiangxb1987 commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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


   cc @gengliangwang 


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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] tianhanhu commented on pull request #34167: [SPARK-36919] Make BadRecordException fields transient

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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48328/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34167: [SPARK-36919] Make BadRecordException fields transient

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


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48328/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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