File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ go_library(
2626 "//pkg/util/unique" ,
2727 "@com_github_cockroachdb_errors//:errors" ,
2828 "@com_github_gogo_protobuf//types" ,
29- "@com_github_kr_pretty//:pretty" ,
3029 ],
3130)
3231
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import (
2525 "github.com/cockroachdb/cockroach/pkg/util/log"
2626 "github.com/cockroachdb/errors"
2727 gogotypes "github.com/gogo/protobuf/types"
28- "github.com/kr/pretty"
2928)
3029
3130var (
@@ -280,7 +279,6 @@ func (s *FileSSTSink) Flush(ctx context.Context) error {
280279 return err
281280 }
282281 if err := s .out .Close (); err != nil {
283- log .Warningf (ctx , "failed to close write in FileSSTSink: % #v" , pretty .Formatter (err ))
284282 return errors .Wrap (err , "writing SST" )
285283 }
286284 wroteSize := s .sst .Meta .Size
You can’t perform that action at this time.
0 commit comments