Skip to content

Conversation

@yanlin-Lynn
Copy link

What changes were proposed in this pull request?

fix ExpresionInfo assert error in windows operation system, when running unit tests.

How was this patch tested?

unit tests

@yanlin-Lynn yanlin-Lynn changed the title [SPARK-26426]fix ExpresionInfo assert error in windows operation system. [SPARK-26426][SQL]fix ExpresionInfo assert error in windows operation system. Dec 22, 2018
@HyukjinKwon
Copy link
Member

ok to test

assert arguments != null;
assert examples != null;
assert examples.isEmpty() || examples.startsWith("\n Examples:");
assert examples.isEmpty() || examples.startsWith("\n Examples:")
Copy link
Member

Choose a reason for hiding this comment

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

Let's use System.lineSeparator

Copy link
Author

Choose a reason for hiding this comment

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

OK, this is better.

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

LGTM

@SparkQA
Copy link

SparkQA commented Dec 24, 2018

Test build #100415 has finished for PR 23363 at commit 0ae0630.

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

@SparkQA
Copy link

SparkQA commented Dec 25, 2018

Test build #100429 has finished for PR 23363 at commit 28dd4b9.

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

@HyukjinKwon
Copy link
Member

Merged to master and branch-2.4.

asfgit pushed a commit that referenced this pull request Dec 25, 2018
…n system.

## What changes were proposed in this pull request?
fix ExpresionInfo assert error in windows operation system, when running unit tests.

## How was this patch tested?
unit tests

Closes #23363 from yanlin-Lynn/unit-test-windows.

Authored-by: wangyanlin01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
@asfgit asfgit closed this in 827383a Dec 25, 2018
@yanlin-Lynn yanlin-Lynn deleted the unit-test-windows branch December 25, 2018 10:35
holdenk pushed a commit to holdenk/spark that referenced this pull request Jan 5, 2019
…n system.

## What changes were proposed in this pull request?
fix ExpresionInfo assert error in windows operation system, when running unit tests.

## How was this patch tested?
unit tests

Closes apache#23363 from yanlin-Lynn/unit-test-windows.

Authored-by: wangyanlin01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
…n system.

## What changes were proposed in this pull request?
fix ExpresionInfo assert error in windows operation system, when running unit tests.

## How was this patch tested?
unit tests

Closes apache#23363 from yanlin-Lynn/unit-test-windows.

Authored-by: wangyanlin01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
kai-chi pushed a commit to kai-chi/spark that referenced this pull request Jul 23, 2019
…n system.

## What changes were proposed in this pull request?
fix ExpresionInfo assert error in windows operation system, when running unit tests.

## How was this patch tested?
unit tests

Closes apache#23363 from yanlin-Lynn/unit-test-windows.

Authored-by: wangyanlin01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
kai-chi pushed a commit to kai-chi/spark that referenced this pull request Aug 1, 2019
…n system.

## What changes were proposed in this pull request?
fix ExpresionInfo assert error in windows operation system, when running unit tests.

## How was this patch tested?
unit tests

Closes apache#23363 from yanlin-Lynn/unit-test-windows.

Authored-by: wangyanlin01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[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.

3 participants