Skip to content

Add a PySpark debug configuration for the experimental debugger#1102

Merged
DonJayamanne merged 2 commits intomicrosoft:masterfrom
DonJayamanne:issue1029
Mar 17, 2018
Merged

Add a PySpark debug configuration for the experimental debugger#1102
DonJayamanne merged 2 commits intomicrosoft:masterfrom
DonJayamanne:issue1029

Conversation

@DonJayamanne
Copy link
Copy Markdown

Fixes #1029

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 16, 2018

Codecov Report

Merging #1102 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1102      +/-   ##
==========================================
+ Coverage   71.67%   71.69%   +0.01%     
==========================================
  Files         260      260              
  Lines       11877    11877              
  Branches     2104     2104              
==========================================
+ Hits         8513     8515       +2     
+ Misses       3239     3238       -1     
+ Partials      125      124       -1
Impacted Files Coverage Δ
...rc/client/debugger/PythonProcessCallbackHandler.ts 53.61% <0%> (+0.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba97e02...599c2be. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 3f5ef3a into microsoft:master Mar 17, 2018
@DonJayamanne DonJayamanne deleted the issue1029 branch March 19, 2018 22:17
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support PySpark debugging with experimental debugger

2 participants