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/16 17:30:42 UTC

[GitHub] [spark] sigmod opened a new pull request #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

sigmod opened a new pull request #32208:
URL: https://github.com/apache/spark/pull/32208


   ## What changes were proposed in this pull request?
   This PR fixes a couple of things in TypeCoercion rules:
   - Only run the propagate types step if the children of a node have output attributes with changed dataTypes and/or nullability. This is implemented as custom tree transformation. The TypeCoercion rules now only implement a partial function.
   - Combine multiple type coercion rules into a single rule. Multiple rules are applied in single tree traversal.
   - Reduce calls to conf.get in DecimalPrecision. This now happens once per tree traversal, instead of once per matched expression.
   - Reduce the use of withNewChildren.
   
   This brings down the number of CPU cycles spend in analysis by ~28% (benchmark: 10 iterations of all TPC-DS queries on SF10).
   
   ## How was this patch tested?
   Existing tests.


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137492 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137492/testReport)** for PR 32208 at commit [`73f3988`](https://github.com/apache/spark/commit/73f398819cc1d9485086c3a4066a4b4aa4809ef7).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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] github-actions[bot] commented on pull request #32208: [WIP][SPARK-35103][SQL] Make TypeCoercion rules more efficient

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #32208:
URL: https://github.com/apache/spark/pull/32208#issuecomment-821329872


   **[Test build #756424069](https://github.com/sigmod/spark/actions/runs/756424069)** for PR 32208 at commit [`0b7316f`](https://github.com/sigmod/spark/commit/0b7316f3cffde541d0871706bb678ce279fb01b0).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137491 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137491/testReport)** for PR 32208 at commit [`0b7316f`](https://github.com/apache/spark/commit/0b7316f3cffde541d0871706bb678ce279fb01b0).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137492 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137492/testReport)** for PR 32208 at commit [`73f3988`](https://github.com/apache/spark/commit/73f398819cc1d9485086c3a4066a4b4aa4809ef7).


-- 
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] sigmod commented on pull request #32208: [WIP][SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   @hvanhovell this PR is ready for review. See if I missed anything.


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137503 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137503/testReport)** for PR 32208 at commit [`41101ab`](https://github.com/apache/spark/commit/41101ab5bd1576b48c0f923bc384eacfa1840c24).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137503 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137503/testReport)** for PR 32208 at commit [`41101ab`](https://github.com/apache/spark/commit/41101ab5bd1576b48c0f923bc384eacfa1840c24).
    * 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] SparkQA removed a comment on pull request #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137491 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137491/testReport)** for PR 32208 at commit [`0b7316f`](https://github.com/apache/spark/commit/0b7316f3cffde541d0871706bb678ce279fb01b0).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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] github-actions[bot] commented on pull request #32208: [WIP][SPARK-35103][SQL] Make TypeCoercion rules more efficient

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #32208:
URL: https://github.com/apache/spark/pull/32208#issuecomment-821327766


   **[Test build #756406704](https://github.com/sigmod/spark/actions/runs/756406704)** for PR 32208 at commit [`e9aa544`](https://github.com/sigmod/spark/commit/e9aa544647d7746379344e23c8143f84d62a1729).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [WIP][SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137491 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137491/testReport)** for PR 32208 at commit [`0b7316f`](https://github.com/apache/spark/commit/0b7316f3cffde541d0871706bb678ce279fb01b0).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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] hvanhovell commented on pull request #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   Merging to master. Thanks!


-- 
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] github-actions[bot] commented on pull request #32208: [WIP][SPARK-35103][SQL] Make TypeCoercion rules more efficient

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #32208:
URL: https://github.com/apache/spark/pull/32208#issuecomment-821385571


   **[Test build #756512049](https://github.com/sigmod/spark/actions/runs/756512049)** for PR 32208 at commit [`73f3988`](https://github.com/sigmod/spark/commit/73f398819cc1d9485086c3a4066a4b4aa4809ef7).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137503 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137503/testReport)** for PR 32208 at commit [`41101ab`](https://github.com/apache/spark/commit/41101ab5bd1576b48c0f923bc384eacfa1840c24).


-- 
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] hvanhovell closed pull request #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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






-- 
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] github-actions[bot] commented on pull request #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #32208:
URL: https://github.com/apache/spark/pull/32208#issuecomment-821790186


   **[Test build #758099531](https://github.com/sigmod/spark/actions/runs/758099531)** for PR 32208 at commit [`41101ab`](https://github.com/sigmod/spark/commit/41101ab5bd1576b48c0f923bc384eacfa1840c24).


-- 
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


   **[Test build #137492 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137492/testReport)** for PR 32208 at commit [`73f3988`](https://github.com/apache/spark/commit/73f398819cc1d9485086c3a4066a4b4aa4809ef7).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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 #32208: [SPARK-35103][SQL] Make TypeCoercion rules more efficient

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


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


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