Thread
Commits
-
Fix outdated convert_saop_to_hashed_saop comment
- d068b4108c2e 15.0 landed
- 63840526b05c 16.0 landed
-
Fix comment in convert_saop_to_hashed_saop
James Coleman <jtc331@gmail.com> — 2022-09-14T16:07:50Z
In 29f45e29 we added support for executing NOT IN(values) with a hashtable, however this comment still claims that we only do so for cases where the ScalarArrayOpExpr's useOr flag is true. See attached for fix. Thanks, James Coleman
-
Re: Fix comment in convert_saop_to_hashed_saop
David Rowley <dgrowleyml@gmail.com> — 2022-09-14T21:44:26Z
On Thu, 15 Sept 2022 at 04:08, James Coleman <jtc331@gmail.com> wrote: > In 29f45e29 we added support for executing NOT IN(values) with a > hashtable, however this comment still claims that we only do so for > cases where the ScalarArrayOpExpr's useOr flag is true. > > See attached for fix. Thank you. Pushed. David