init()

in Sources/SparkConnect/FlightDescriptor.swift [32:36]


  init(_ descriptor: Arrow_Flight_Protocol_FlightDescriptor) {
    self.type = descriptor.type == .cmd ? .cmd : .path
    self.cmd = descriptor.cmd
    self.paths = descriptor.path
  }