We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bffcea commit b86e3d3Copy full SHA for b86e3d3
azkustoingest/result.go
@@ -79,7 +79,7 @@ func (r *Result) putQueued(ctx context.Context, i *Ingestion) {
79
80
// Wait returns a channel that can be checked for ingestion results.
81
// In order to check actual status please use the ReportResultToTable option when ingesting data.
82
-func (r *Result) Wait(ctx context.Context) chan error {
+func (r *Result) Wait(ctx context.Context) <-chan error {
83
ch := make(chan error, 1)
84
85
if r.record.Status.IsFinal() || !r.reportToTable {
0 commit comments