We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the wake of #7202 @petermattis suggests to revisit the following comment in sql/logic_test.go pertaining to the bigtest:
sql/logic_test.go
bigtest
// TODO(pmattis): We don't support aggregate functions. // logicTestPath + "/test/random/expr/*.test", // TODO(pmattis): We don't support tables without primary keys. // logicTestPath + "/test/select*.test", // TODO(pmattis): We don't support views. // logicTestPath + "/test/index/view/*/*.test", // TODO(pmattis): We don't support joins. // [uses joins] logicTestPath + "/test/index/random/*/*.test", // [uses joins] logicTestPath + "/test/random/aggregates/*.test", // [uses joins] logicTestPath + "/test/random/groupby/*.test", // [uses joins] logicTestPath + "/test/random/select/*.test",
The text was updated successfully, but these errors were encountered:
This is a dup of #3292.
Sorry, something went wrong.
knz
No branches or pull requests
In the wake of #7202 @petermattis suggests to revisit the following comment in
sql/logic_test.go
pertaining to thebigtest
:The text was updated successfully, but these errors were encountered: