Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-20616] RuleExecutor logDebug of batch results should show diff to start of batch #17875

Closed
wants to merge 1 commit into from

Conversation

juliuszsompolski
Copy link
Contributor

What changes were proposed in this pull request?

Due to a likely typo, the logDebug msg printing the diff of query plans shows a diff to the initial plan, not diff to the start of batch.

How was this patch tested?

Now the debug message prints the diff between start and end of batch.

… to start of batch

Due to a likely typo, the logDebug msg printing the diff of query plans shows a diff to the initial plan, not diff to the start of batch.
@rxin
Copy link
Contributor

rxin commented May 5, 2017

Jenkins, test this please.

@SparkQA
Copy link

SparkQA commented May 5, 2017

Test build #3692 has finished for PR 17875 at commit 2d07ade.

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

@rxin
Copy link
Contributor

rxin commented May 5, 2017

Merging in master/branch-2.2/branch-2.1.

asfgit pushed a commit that referenced this pull request May 5, 2017
… to start of batch

## What changes were proposed in this pull request?

Due to a likely typo, the logDebug msg printing the diff of query plans shows a diff to the initial plan, not diff to the start of batch.

## How was this patch tested?

Now the debug message prints the diff between start and end of batch.

Author: Juliusz Sompolski <julek@databricks.com>

Closes #17875 from juliuszsompolski/SPARK-20616.

(cherry picked from commit 5d75b14)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in 5d75b14 May 5, 2017
asfgit pushed a commit that referenced this pull request May 5, 2017
… to start of batch

## What changes were proposed in this pull request?

Due to a likely typo, the logDebug msg printing the diff of query plans shows a diff to the initial plan, not diff to the start of batch.

## How was this patch tested?

Now the debug message prints the diff between start and end of batch.

Author: Juliusz Sompolski <julek@databricks.com>

Closes #17875 from juliuszsompolski/SPARK-20616.

(cherry picked from commit 5d75b14)
Signed-off-by: Reynold Xin <rxin@databricks.com>
jzhuge pushed a commit to jzhuge/spark that referenced this pull request Aug 20, 2018
… to start of batch

Due to a likely typo, the logDebug msg printing the diff of query plans shows a diff to the initial plan, not diff to the start of batch.

Now the debug message prints the diff between start and end of batch.

Author: Juliusz Sompolski <julek@databricks.com>

Closes apache#17875 from juliuszsompolski/SPARK-20616.

(cherry picked from commit 5d75b14)
Signed-off-by: Reynold Xin <rxin@databricks.com>
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