You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql tests have been used to help implement duckdb. This issue aims to record all test related issues
For test psql_arg_min_max_k_test.l, it should be Test(opt: "Min", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK()); instead of Test(opt: "Max", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK()); for the second rule
The text was updated successfully, but these errors were encountered:
psql
tests have been used to help implement duckdb. This issue aims to record all test related issuespsql_arg_min_max_k_test.l
, it should beTest(opt: "Min", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK());
instead ofTest(opt: "Max", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK());
for the second ruleThe text was updated successfully, but these errors were encountered: