Skip to content

Conversation

jbajic
Copy link
Contributor

@jbajic jbajic commented Aug 8, 2025

Scope & Purpose

Fix error message:
Before:

uniqueVertices: 'global' is only supported, with mode: bfs|weighted due to otherwise unpredictable results.");

Now:

uniqueVertices: 'global' is only supported, with order: bfs|weighted due to otherwise unpredictable results.");
  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 📖 CHANGELOG entry made
  • 📚 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.12.0: (Please link PR)
    • Backport for 3.11: (Please link PR)
    • Backport for 3.10: (Please link PR)

Related Information

(Please reference tickets / specification / other PRs etc)

  • Docs PR:
  • Enterprise PR:
  • GitHub issue / Jira ticket:
  • Design document:

@jbajic jbajic requested a review from mchacki August 8, 2025 09:38
@jbajic jbajic self-assigned this Aug 8, 2025
@cla-bot cla-bot bot added the cla-signed label Aug 8, 2025
Copy link
Member

@mchacki mchacki left a comment

Choose a reason for hiding this comment

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

LGTM thank you

@neunhoef neunhoef merged commit 93b39fe into devel Aug 8, 2025
7 checks passed
@neunhoef neunhoef deleted the bug-fix/fix-error-message branch August 8, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants