[GitHub] [incubator-heron] Code0x58 commented on pull request #3574: Decode string when deserializing Java object in python

2020-07-20 Thread GitBox
Code0x58 commented on pull request #3574: URL: https://github.com/apache/incubator-heron/pull/3574#issuecomment-661050567 humm, that error looks like it could be a deeper `pyobj` issue, so I should probably stop trying to patch it, and just upgrade `pyobj` for

[GitHub] [incubator-heron] Code0x58 commented on pull request #3574: Decode string when deserializing Java object in python

2020-07-20 Thread GitBox
Code0x58 commented on pull request #3574: URL: https://github.com/apache/incubator-heron/pull/3574#issuecomment-661031266 thanks again @thinker0, I pushed another amendment. The amendment isn't 1-to-1 with the python2 implementation, but it's probably saner. I don't know if it will have a

[GitHub] [incubator-heron] Code0x58 commented on pull request #3574: Decode string when deserializing Java object in python

2020-07-20 Thread GitBox
Code0x58 commented on pull request #3574: URL: https://github.com/apache/incubator-heron/pull/3574#issuecomment-661013477 thanks @thinker0, I just pushed a quick amendment that should resolve that issue (`/`→`//`) This is