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/03/06 05:23:00 UTC

[GitHub] [spark] HeartSaVioR opened a new pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

HeartSaVioR opened a new pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826
 
 
   ### What changes were proposed in this pull request?
   
   This patch fixes the build failure in `branch-3.0` due to cherry-picking SPARK-31045 to branch-3.0, as `.version()` is not available in `branch-3.0` yet.
   
   ### Why are the changes needed?
   
   The build is failing in `branch-3.0`.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Jenkins build will verify.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595650881
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607066
 
 
   **[Test build #119445 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119445/testReport)** for PR 27826 at commit [`6c367ab`](https://github.com/apache/spark/commit/6c367ab1add5d4bd0a77226835fe33ec1a5d49f7).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595650892
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119445/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607307
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595650540
 
 
   **[Test build #119445 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119445/testReport)** for PR 27826 at commit [`6c367ab`](https://github.com/apache/spark/commit/6c367ab1add5d4bd0a77226835fe33ec1a5d49f7).
    * This patch **fails due to an unknown error code, -9**.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595650881
 
 
   Merged build finished. Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607066
 
 
   **[Test build #119445 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119445/testReport)** for PR 27826 at commit [`6c367ab`](https://github.com/apache/spark/commit/6c367ab1add5d4bd0a77226835fe33ec1a5d49f7).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595650892
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/119445/
   Test FAILed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607310
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24181/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] dongjoon-hyun closed pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] HeartSaVioR commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
HeartSaVioR commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607736
 
 
   Thanks for the quick review and merge!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607307
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] cloud-fan commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595617798
 
 
   sorry to be late, thanks for fixing!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #27826: [SPARK-31045][SQL][FOLLOWUP][3.0] Fix build due to divergence between master and 3.0
URL: https://github.com/apache/spark/pull/27826#issuecomment-595607310
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/24181/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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