Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial paths returned from User Paths #20554

Open
Gilbert09 opened this issue Feb 26, 2024 · 0 comments
Open

Partial paths returned from User Paths #20554

Gilbert09 opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working right feature/insights Feature Tag: Insights overall feature/paths Feature Tag: Paths

Comments

@Gilbert09
Copy link
Member

Bug description

  • When a "Maximum number of paths" is set, this just adds a LIMIT n clause to the underlying SQL query. The query returns a list of A => B steps - which means a path with 3 steps (e.g. A => B => C) requires 2 rows of data (A => B and B => C).
  • Because of this, we can lose the latter steps of some paths with the LIMIT clause
  • Most of the time, this is unnoticeable, but when you also have "Ends at" turned on, you get some odd results with paths ending at the wrong URL

How to reproduce

Thank you for your bug report – we love squashing them!

@Gilbert09 Gilbert09 added bug Something isn't working right feature/paths Feature Tag: Paths feature/insights Feature Tag: Insights overall labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right feature/insights Feature Tag: Insights overall feature/paths Feature Tag: Paths
Projects
None yet
Development

No branches or pull requests

1 participant