Skip to content

Conversation

@gengliangwang
Copy link
Member

What changes were proposed in this pull request?

Add V1/V2 tests for TextSuite and WholeTextFileSuite

Why are the changes needed?

This is missing part since #24207. We should have these tests for test coverage.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Unit tests.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @gengliangwang .
Since the master branch is broken, I verified this PR locally.
Merged to master/3.0.

dongjoon-hyun pushed a commit that referenced this pull request Apr 25, 2020
…FileSuite

### What changes were proposed in this pull request?

 Add V1/V2 tests for TextSuite and WholeTextFileSuite

### Why are the changes needed?

This is missing part since #24207. We should have these tests for test coverage.

### Does this PR introduce any user-facing change?

No

### How was this patch tested?

Unit tests.

Closes #28335 from gengliangwang/testV2Suite.

Authored-by: Gengliang Wang <gengliang.wang@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 16b9615)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@SparkQA
Copy link

SparkQA commented Apr 25, 2020

Test build #121791 has finished for PR 28335 at commit 677320f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • abstract class TextSuite extends QueryTest with SharedSparkSession
  • class TextV1Suite extends TextSuite
  • class TextV2Suite extends TextSuite
  • abstract class WholeTextFileSuite extends QueryTest with SharedSparkSession
  • class WholeTextFileV1Suite extends WholeTextFileSuite
  • class WholeTextFileV2Suite extends WholeTextFileSuite

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