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/07 18:08:27 UTC

[GitHub] [spark] MaxGekk opened a new pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

MaxGekk opened a new pull request #34215:
URL: https://github.com/apache/spark/pull/34215


   ### What changes were proposed in this pull request?
   In the PR, I propose new test to check:
   1. CREATE TABLE with ANSI interval columns
   2. INSERT INTO the table ANSI interval values
   3. SELECT the table with ANSI interval columns
   
   Since Hive Metastore/Parquet Serde doesn't support interval types natively, Spark fallbacks to its specific format while saving the schema to Hive external catalog, and outputs the warning:
   ```
   20:10:52.797 WARN org.apache.spark.sql.hive.test.TestHiveExternalCatalog: Could not persist `default`.`tbl_with_ansi_intervals` in a Hive compatible way. Persisting it into Hive metastore in Spark SQL specific format.
   org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.IllegalArgumentException: Error: type expected at the position 0 of 'interval year to month:interval day to second' but 'interval year to month' is found.
   	at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:869)
   ``` 
   
   ### Why are the changes needed?
   To improve test coverage.
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   By running new test:
   ```
   $ ./build/sbt -Phive-2.3 "test:testOnly *HiveParquetSuite"
   ```


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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] MaxGekk commented on pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   All tests passed. Merging to master.
   <img width="582" alt="Screenshot 2021-10-08 at 10 46 01" src="https://user-images.githubusercontent.com/1580697/136518202-2f2e318c-4b54-4c4e-b7f5-3d4d04814cb6.png">
   Thank you, @HyukjinKwon for review.
   


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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






-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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] MaxGekk closed pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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






-- 
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] MaxGekk commented on pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   GA failed because of OOM?:
   ```
   [info] All tests passed.
   [error] Error: Total 0, Failed 0, Errors 0, Passed 0
   [error] Error during tests:
   ...
   sbt.ForkMain 45121 failed with exit code 137
   ```


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   **[Test build #144002 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144002/testReport)** for PR 34215 at commit [`72a29ed`](https://github.com/apache/spark/commit/72a29ed11e0683567d886b36bd0bbf3ac1468100).


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   **[Test build #144002 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144002/testReport)** for PR 34215 at commit [`72a29ed`](https://github.com/apache/spark/commit/72a29ed11e0683567d886b36bd0bbf3ac1468100).


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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






-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   **[Test build #144002 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144002/testReport)** for PR 34215 at commit [`72a29ed`](https://github.com/apache/spark/commit/72a29ed11e0683567d886b36bd0bbf3ac1468100).


-- 
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] MaxGekk commented on pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   
   AppVeyor build failed with:
   ```
   ERROR] ## Exception when compiling 523 sources to C:\projects\spark\sql\catalyst\target\scala-2.12\classes
   java.lang.StackOverflowError
   scala.tools.nsc.transform.ExtensionMethods$Extender.transform(ExtensionMethods.scala:275)
   scala.tools.nsc.transform.ExtensionMethods$Extender.transform(ExtensionMethods.scala:133)
   scala.reflect.internal.Trees.$anonfun$itransform$1(Trees.scala:1421)
   scala.tools.nsc.transform.TypingTransformers$TypingTransformer.atOwner(TypingTransformers.scala:43)
   scala.tools.nsc.transform.TypingTransformers$TypingTransformer.atOwner(TypingTransformers.scala:38)
   scala.reflect.internal.Trees.itransform(Trees.scala:1420)
   scala.reflect.internal.Trees.itransform$(Trees.scala:1400)
   ```


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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






-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   **[Test build #144002 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144002/testReport)** for PR 34215 at commit [`72a29ed`](https://github.com/apache/spark/commit/72a29ed11e0683567d886b36bd0bbf3ac1468100).
    * 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] HyukjinKwon commented on pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   yeah, I think it's flaky. let's retrigger.


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


   **[Test build #144010 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144010/testReport)** for PR 34215 at commit [`3da176e`](https://github.com/apache/spark/commit/3da176e667b714461a13a48e2c2f6790d90a1038).
    * 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 commented on pull request #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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






-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


-- 
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 #34215: [SPARK-36948][SQL][TESTS] Check CREATE TABLE with ANSI intervals using Hive external catalog and Parquet

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


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


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