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
Doing a smoke tests showed that most likely count query is run as count(*), which prints bunch of warnings like:
count(*)
Aggregation query used without partition key (ks: jsonapi_smoke_test, tbl: docs_collection)
The text was updated successfully, but these errors were encountered:
➤ John Messavussu commented:
Jeff Carpenter to discuss this with Ivan. There does not appear to be any work to be done here.
Sorry, something went wrong.
Not sure if #424 fixed this.. Maybe it can be simply closed..
jeffreyscarpenter
No branches or pull requests
Doing a smoke tests showed that most likely count query is run as
count(*)
, which prints bunch of warnings like:Aggregation query used without partition key (ks: jsonapi_smoke_test, tbl: docs_collection)
The text was updated successfully, but these errors were encountered: