Skip to content

[BEAM-7876] Fixed TypeError inside the display manager in the Interactive Runner with Python 3#9220

Merged
aaltay merged 1 commit intoapache:masterfrom
davidyan74:BEAM-7876
Aug 2, 2019
Merged

[BEAM-7876] Fixed TypeError inside the display manager in the Interactive Runner with Python 3#9220
aaltay merged 1 commit intoapache:masterfrom
davidyan74:BEAM-7876

Conversation

@davidyan74
Copy link
Contributor

@davidyan74 davidyan74 commented Aug 1, 2019

create_svg from graphviz returns bytes and need to be converted to string in order for the interactive runner to work on Python3.

R: @aaltay


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- Build Status --- --- Build Status
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
--- Build Status
Build Status
Build Status --- --- Build Status

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable Build Status Build Status Build Status Build Status
Portable --- Build Status --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

…verted to string in order for the interactive runner to work on Python3
@aaltay
Copy link
Member

aaltay commented Aug 2, 2019

Thank you @davidyan74.

As a future improvement it would be nice to see tests for interactive runner. This file does not seem to have any unit tests.

@aaltay aaltay merged commit fa45914 into apache:master Aug 2, 2019
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.

2 participants