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
greptimedb-ingester-go/client.go
Lines 271 to 282 in 1109766
CloseStream may attempt to use c.stream when it is nil, which happens if a stream has not previously been written to.
CloseStream
c.stream
The text was updated successfully, but these errors were encountered:
Thanks for your report, this should be a bug. Would you be interested in submitting a PR to fix it? @cedws
Sorry, something went wrong.
Sorry, I just wanted to try out Greptime. I probably won't spend time on this.
#37 should fix this.
No branches or pull requests
greptimedb-ingester-go/client.go
Lines 271 to 282 in 1109766
CloseStream
may attempt to usec.stream
when it is nil, which happens if a stream has not previously been written to.The text was updated successfully, but these errors were encountered: