Martin Junghanns
Martin Junghanns
I could not reproduce the error on master, Spark 2.4.3 and Neo4j 3.4.1. Does the query return any results when executed in Neo4j, e.g. via browser? Maybe you misspelled the...
Yes, I did the exact same experiment.
Could you please concretize this issue? Do you mean logging in general or in a specific place?
@dboshardy would it be sufficient for your use case if we provide a data source that is able to read multiple `CREATE` statements from a Cypher script, which was exported...
Hi Mohammed, there are different system properties that can be set to pretty print intermediate stages of the query execution. For example: ``` ir.explainIr morpheus.explain cora.explainRelational cora.explainOptimizedRelational ``` Named very...
In Morpheus, all file system based data sources (csv, parquet, orc) store graphs in a well known directory structure, which is: ``` └── ├── capsGraphMetaData.json (generated, contains some version infos)...
You're right. The storage layout is very different from Neo4j. With Morpheus, we had a relational abstraction in mind. As you correctly highlighted, this requires two join operations for a...
> This is already present in the `Selection manipulation` setion of the docs: https://docs.helix-editor.com/keymap.html#selection-manipulation. Ah ok... I was expecting it to be present under `Normal Mode` too, but maybe that's...
Sorry, I missed that in the README 🙈It's really uncommon that reproducing scientific papers is as simple as it is with your paper. I think it's great and should be...
Thanks for detailed the explanation. That makes perfect sense.