Skip to content

Comments

Memgraph#85

Merged
EvanDietzMorris merged 36 commits intomainfrom
memgraph
Jan 22, 2026
Merged

Memgraph#85
EvanDietzMorris merged 36 commits intomainfrom
memgraph

Conversation

@cbizon
Copy link
Contributor

@cbizon cbizon commented Jul 3, 2025

The implementation of memgraph in transpiler is reasonably far along.

  • The test data loads
  • Added testing both neo4j and memgraph using parameterized fixtures
  • Added dialects to the cypher generation
  • The only dialect change needed so far is replacing elementId() with id()

The remaining issue is that there a bunch of tests that don't pass. And not only don't pass, but cause memgraph to crash. I've logged a bug with memgraph here:
memgraph/memgraph#3080

Since bringing down memgraph pretty much guarantees that every test after that fails, I was disabling tests to try to let others run, (by putting "x" in front of the test name) but I eventually 1) didn't uncover any other problems and 2) got tired of this, so I am stopping for now.

I'll give memgraph a little time to see how they respond to the bug and if it looks like a fix is not forthcoming, I'll take a look at rewriting the path collection part.

@cbizon cbizon marked this pull request as ready for review July 8, 2025 15:22
@cbizon cbizon requested a review from EvanDietzMorris July 8, 2025 15:22
Copy link
Collaborator

@EvanDietzMorris EvanDietzMorris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

@EvanDietzMorris EvanDietzMorris merged commit 9f9a2a8 into main Jan 22, 2026
3 checks passed
@EvanDietzMorris EvanDietzMorris deleted the memgraph branch January 22, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants