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
Pull and push queries use different logic for handling headers. Would be good to combine.
Currently output looks like:
-- Push query: SELECT * FROM FOO EMIT CHANGES; +---------------+-------+-------+ |ROWTIME |ROWKEY |COUNT | +---------------+-------+-------+ |1571769443063 |42 |1 | |1571769543463 |42 |1 | -- Pull query: SELECT * FROM FOO WHERE ROWKEY='42'; ROWKEY STRING KEY | COUNT BIGINT 42 | 2
The output from push queries is much nicer - lets go with that.
cc. @agavra who might fancy picking this up ;)
The text was updated successfully, but these errors were encountered:
This has been resolved by moving pull queries to the /query endpint
Sorry, something went wrong.
No branches or pull requests
Pull and push queries use different logic for handling headers. Would be good to combine.
Currently output looks like:
The output from push queries is much nicer - lets go with that.
cc. @agavra who might fancy picking this up ;)
The text was updated successfully, but these errors were encountered: