Skip to content

Commit

Permalink
init httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantpuppala committed Mar 15, 2024
1 parent 4051089 commit 6b46336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csharp/src/Drivers/Apache/Spark/SparkStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public ChunkDownloader(List<TSparkArrowResultLink> links)
var currentChunk = new Chunk(i, links[i].FileLink);
this.chunks.Add(i, currentChunk);
}
this.client = new HttpClient();
}

public ChunkDownloader(Dictionary<string, Dictionary<string, string>> links)
Expand Down

0 comments on commit 6b46336

Please sign in to comment.