Github user cclauss commented on the issue:
https://github.com/apache/spark/pull/20838
This is not working at all... I am wasting way too much time. 5+ months
and 80+ comments for 12 lines of code is
I do not have the skills to solve the following undefined name 'long' in a
satisfactory manner:
```
./python/pyspark/streaming/dstream.py:405:35: F821 undefined name 'long'
return self._sc._jvm.Time(long(timestamp * 1000))
^
```
If someone with more skills would be willing to take that one undefined
name off my plate and solve it with a test in a separate PR then I would be
grateful. I will study that PR carefully and can then proceed with the others
that are in this PR.
My recommended fix is at
https://github.com/apache/spark/pull/20838/files#diff-6c576c52abc0624ccb6a2f45828dc6a7
and my proposed test (it is failing!) is immediately following.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]