Closed cedws closed 5 months ago
Thanks for your report, this should be a bug. Would you be interested in submitting a PR to fix it? @cedws
Sorry, I just wanted to try out Greptime. I probably won't spend time on this.
https://github.com/GreptimeTeam/greptimedb-ingester-go/pull/37 should fix this.
https://github.com/GreptimeTeam/greptimedb-ingester-go/blob/11097663940c13f4ab69148e145cfb0be6caeb13/client.go#L271-L282
CloseStream
may attempt to usec.stream
when it is nil, which happens if a stream has not previously been written to.