futures.map do |future|
          begin
            rows = future.get
            rows
          rescue StandardError => e