ennuite commented on code in PR #732:
URL: https://github.com/apache/arrow-go/pull/732#discussion_r3789997814
##########
arrow/flight/flightsql/server.go:
##########
@@ -1286,6 +1290,7 @@ func (f *flightSqlServer) DoAction(cmd *flight.Action,
stream flight.FlightServi
if output.ParameterSchema != nil {
result.ParameterSchema =
flight.SerializeSchema(output.ParameterSchema, f.mem)
}
+ // is_update is not relevant for prepared substrait plans
Review Comment:
Addressed in f6a85889fa03deded8844bf71d084c36b90c9044
--
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]