Philip Stutz

Results 9 issues of Philip Stutz

It might make sense to also apply the controlled input Safari fix 695f2022bfedf4fe8d80f17835e1643de8e11827 when setting normal input values.

ergonomics

``` org.opencypher.tools.tck.api.Scenario$ScenarioFailedException: Feature "MergeIntoAcceptance": Scenario "Copying properties from node with ON CREATE" failed with message: Expected side effects: -labels: 0 +labels: 0 +nodes: 0 -nodes: 0 -properties: 0 +properties: 1...

TCK

https://github.com/opencypher/cypher-for-apache-spark/blob/3afbaabb55d6ec808e7b181f80911e332fef8aa1/src/test/scala/org/opencypher/caps/ir/impl/block/TypedMatchBlockTest.scala#L47

Architecture

https://github.com/opencypher/cypher-for-apache-spark/blob/52f228eb4ee53f0fcdab5eabce075de00e903d0e/spark-cypher/src/main/scala/org/opencypher/spark/impl/table/SparkTable.scala#L105-L114

Spark
Code Quality

- Use Spark logging instead of println for our existing debug flags - Tag/group Spark jobs with the CAPS operation that triggered them

Code Quality

We use the QGN or the graph itself as they key to store retaggings, so we cannot have different retaggings for the same graph which would be required when doing...

Bug

Hey, thanks a lot for the great work! This would solve a big problem for me if I could use it with Akka. Viktor mentions @ https://groups.google.com/forum/#!searchin/akka-user/pickling/akka-user/CHeusozMtuQ/lfMtqHu0FvoJ that there might...

enhancement

In current master `SimpleLanguage.atg` is gone and there is only an ANTLR grammar, so I assume that `generate_parser` should be changed to use ANTLR instead.

### Issue Description After upgrading to the 0.9.0 release, connections that previously worked are now failing with the following error: ``` Caused by: requests.RequestsException: Received RST_STREAM: Use HTTP/1.1 for request...