-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(csharp/src/Drivers/Apache): fix to workaround concurrency issue (#…
…2282) Provides an interim work-around for the concurrency issue identified in #2280. * Removes the SQL `DELETE` statements from the SQL table scripts. * Uses the XUnit.Collection to serialize the execution of ClientTests and DriverTests. * Fixes the missing application of `HttpRequestTimeout` due to an incomplete implementation of the `ValidateOptions` in `SparkDatabricksConnection`. * Improve table create table syntax to `CREATE OR REPLACE TABLE` to reduce probably of inconsistent state. Note: this is not the final solution. A more robust isolation of table creation needs to done to isolate concurrency.
- Loading branch information
1 parent
e93d70f
commit 99e7e53
Showing
5 changed files
with
11 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters