-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add server side parameters to session connection method (#823)
* Pass existing server_side_parameters to session connection wrapper and use to configure SparkSession. * Incorporating feedback. Moved server side parameters to Connection and pass to cursor from there. * Add changie * Add type hint * Write out loop * Add type hint * Remove server_side_parameters from connection wrapper * Add handle type hint * Make server_side_parameters optional --------- Co-authored-by: Anthony LaRocca <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
- Loading branch information
1 parent
98f4276
commit d91bd17
Showing
3 changed files
with
23 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support server_side_parameters for Spark session connection method | ||
time: 2023-07-07T10:41:50.01541+02:00 | ||
custom: | ||
Author: alarocca-apixio | ||
Issue: "690" |
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