Github user FlorianHockmann commented on the issue:
https://github.com/apache/tinkerpop/pull/712
Rebased on tp32, but now one of the two CI builds failed due to a failing
test in `spark-gremlin`:
`SparkContextStorageCheck.shouldSupportDirectoryFileDistinction`. From what I
can see, the failing assert checks whether 10 files were actually created and
here `ls` only returns 8 files.
I have honestly no idea how my changes could cause this test to fail as I
didn't modify anything outside of `gremlin-dotnet`.
---