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

Implement pushdown for aggregate for PostgreSQL #3607

Merged
merged 10 commits into from
Oct 23, 2023
Prev Previous commit
Next Next commit
wip
  • Loading branch information
noisersup committed Oct 19, 2023
commit b34bf88e34c39f3948de52ab1e7fb771b2017c1d
2 changes: 1 addition & 1 deletion integration/aggregate_documents_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ func TestAggregateCompatMatch(t *testing.T) {
testCases := map[string]aggregateStagesCompatTestCase{
"ID": {
pipeline: bson.A{bson.D{{"$match", bson.D{{"_id", "string"}}}}},
resultPushdown: pgPushdown,
resultPushdown: allPushdown,
},
"Int": {
pipeline: bson.A{
Expand Down
Loading