Skip to content

Commit

Permalink
Remove unused cancelQueryRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2023
1 parent 68d32ba commit f5cb9ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go/arrow/flight/flightsql/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ type ActionCancelQueryRequest interface {
GetInfo() *flight.FlightInfo
}

type cancelQueryRequest struct {
info *flight.FlightInfo
}

func (c *cancelQueryRequest) GetInfo() *flight.FlightInfo { return c.info }

type ActionEndTransactionRequest interface {
GetTransactionId() []byte
GetAction() EndTransactionRequestType
Expand Down

0 comments on commit f5cb9ab

Please sign in to comment.