Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix result width bug in SpatialJoin (ad-freiburg#1670)
This regression bug broke some spatial join operations. Due to refactoring into `PayloadVariables` class, a lambda was removed, but the lambda's `return` was not properly replaced by a variable assignment. This led to `Assertion "_joinVar == findJoinVar(*_right, _rightJoinCol)" failed` errors. Also there was another detail bug with result width that will now also be fixed.
- Loading branch information