Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw authored Jul 31, 2024
1 parent 8f165ed commit 802bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl Session {
let mut stmt = self.client.prepare(query.to_string(), None).await?;
let flight_info = stmt.execute().await?;
let mut batches: Vec<RecordBatch> = Vec::new();

let mut handles = Vec::with_capacity(flight_info.endpoint.len());
for endpoint in flight_info.endpoint {
let ticket = endpoint
Expand Down

0 comments on commit 802bbb4

Please sign in to comment.