Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

Currently, SQLQueryTestSuite is sensitive in terms of the bytes of parquet files in table partitions. If we change the default file format (from Parquet to ORC) or update the metadata of them, the test case should be changed accordingly. This PR aims to make SQLQueryTestSuite more robust by ignoring the partition byte statistics.

-Partition Statistics   1144 bytes, 2 rows
+Partition Statistics   [not included in comparison] bytes, 2 rows

How was this patch tested?

Pass the Jenkins with the newly updated test cases.

@SparkQA
Copy link

SparkQA commented Nov 8, 2018

Test build #98582 has finished for PR 22972 at commit ea768d0.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member Author

Retest this please.

@dongjoon-hyun
Copy link
Member Author

Thank you for review and approval, @HyukjinKwon !

@dongjoon-hyun
Copy link
Member Author

Thank you, @felixcheung !

@SparkQA
Copy link

SparkQA commented Nov 8, 2018

Test build #98584 has finished for PR 22972 at commit ea768d0.

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

@dongjoon-hyun
Copy link
Member Author

Merged to master.

@asfgit asfgit closed this in a3004d0 Nov 8, 2018
@dongjoon-hyun dongjoon-hyun deleted the SPARK-25971 branch November 8, 2018 11:49
@dongjoon-hyun
Copy link
Member Author

Thank you again, @HyukjinKwon and @felixcheung .

jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
…estSuite

## What changes were proposed in this pull request?

Currently, `SQLQueryTestSuite` is sensitive in terms of the bytes of parquet files in table partitions. If we change the default file format (from Parquet to ORC) or update the metadata of them, the test case should be changed accordingly. This PR aims to make `SQLQueryTestSuite` more robust by ignoring the partition byte statistics.
```
-Partition Statistics   1144 bytes, 2 rows
+Partition Statistics   [not included in comparison] bytes, 2 rows
```

## How was this patch tested?

Pass the Jenkins with the newly updated test cases.

Closes apache#22972 from dongjoon-hyun/SPARK-25971.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
zheniantoushipashi pushed a commit to zheniantoushipashi/spark that referenced this pull request Jul 13, 2019
…estSuite

## What changes were proposed in this pull request?

Currently, `SQLQueryTestSuite` is sensitive in terms of the bytes of parquet files in table partitions. If we change the default file format (from Parquet to ORC) or update the metadata of them, the test case should be changed accordingly. This PR aims to make `SQLQueryTestSuite` more robust by ignoring the partition byte statistics.
```
-Partition Statistics   1144 bytes, 2 rows
+Partition Statistics   [not included in comparison] bytes, 2 rows
```

## How was this patch tested?

Pass the Jenkins with the newly updated test cases.

Closes apache#22972 from dongjoon-hyun/SPARK-25971.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants