parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

fix: `Parse.Query.distinct` fails due to invalid aggregate stage 'hint'

Open Chilldev opened this issue 1 year ago • 7 comments
trafficstars

Pull Request

Issue

Closes: #8804

Approach

When directAccess is set to true and a distinct query is made within an eachBatch query an Error: Invalid aggregate stage 'hint'. is thrown.

Tasks

  • [ ] Add tests

Chilldev avatar Sep 04 '24 16:09 Chilldev