Copilot commented on code in PR #972:
URL:
https://github.com/apache/skywalking-banyandb/pull/972#discussion_r2798406901
##########
banyand/queue/pub/pub.go:
##########
@@ -20,18 +20,17 @@ package pub
import (
"context"
+ "errors"
"fmt"
"io"
"strings"
"sync"
"time"
- "github.com/pkg/errors"
+ pkgerrors "github.com/pkg/errors"
"go.uber.org/multierr"
"google.golang.org/grpc"
- "google.golang.org/grpc/codes"
"google.golang.org/grpc/credentials"
- "google.golang.org/grpc/status"
"google.golang.org/protobuf/proto"
"github.com/apache/skywalking-banyandb/api/common"
Review Comment:
The PR description checklist includes "Update the CHANGES log", but no
updates to CHANGES.md are included in this PR. The CHANGES.md file should be
updated to document this refactoring for the next release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]