Query: ProjectionShaper ignores the offset while Shaping #8095
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Query:
Generates following query
Which is correct. Though it throws following exception.
This exception happens because we do order by on client. The value comes from offset value buffer but projection shaper still tries to pick value from 0th index.
The text was updated successfully, but these errors were encountered: