Skip to content

[SPARK-36852][SQL][TESTS] Test ANSI interval support by the Parquet datasource#34105

Closed
MaxGekk wants to merge 2 commits intoapache:masterfrom
MaxGekk:interval-parquet-tests
Closed

[SPARK-36852][SQL][TESTS] Test ANSI interval support by the Parquet datasource#34105
MaxGekk wants to merge 2 commits intoapache:masterfrom
MaxGekk:interval-parquet-tests

Conversation

@MaxGekk
Copy link
Copy Markdown
Member

@MaxGekk MaxGekk commented Sep 25, 2021

What changes were proposed in this pull request?

In the PR, I propose to add new tests to check:

  1. Creating of a table with ANSI intervals using parquet and In-Memory catalog.
  2. Parquet encoding of ANSI interval columns.

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 the modified test suites:

$ build/sbt "sql/test:testOnly *ParquetEncodingSuite"
$ build/sbt "sql/test:testOnly *ParquetV1QuerySuite"
$ build/sbt "sql/test:testOnly *ParquetV2QuerySuite"

@github-actions github-actions bot added the SQL label Sep 25, 2021
@SparkQA
Copy link
Copy Markdown

SparkQA commented Sep 25, 2021

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

@SparkQA
Copy link
Copy Markdown

SparkQA commented Sep 25, 2021

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

@SparkQA
Copy link
Copy Markdown

SparkQA commented Sep 25, 2021

Test build #143622 has finished for PR 34105 at commit 1fc8f60.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Copy Markdown
Member

Merged to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants