Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27748][SS][FOLLOWUP] Correct the order of logging token as debug log - #25935
[SPARK-27748][SS][FOLLOWUP] Correct the order of logging token as debug log#25935HeartSaVioR wants to merge 1 commit into
Conversation
HeartSaVioR
commented
Sep 26, 2019
cc. @vanzin@gaborgsomogyi@dongjoon-hyun as author/reviewers of SPARK-27748 (#24627) |
SparkQA
commented
Sep 26, 2019
Test build #111395 has finished for PR 25935 at commit
|
HeartSaVioR
commented
Sep 26, 2019
Looks like pyspark failure but just somewhat crashed which log is only available in CI machine. I'll just retrigger the build. |
HeartSaVioR
commented
Sep 26, 2019
retest this, please |
SparkQA
commented
Sep 26, 2019
Test build #111402 has finished for PR 25935 at commit
|
vanzin
commented
Sep 26, 2019
Merging to master. |
HeartSaVioR
commented
Sep 26, 2019
Thanks all for reviewing and merging! |
What changes were proposed in this pull request?
This patch fixes the order of elements while logging token. Header columns are printed as
whereas the code prints out actual information as
This patch fixes this.
Why are the changes needed?
Not critical but it doesn't line up with header columns.
Does this PR introduce any user-facing change?
No
How was this patch tested?
N/A, as it's only logged as debug and it's obvious what/where is the problem and how it can be fixed.