-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rely UCX on the latest 14.3 LTS DBR instead of 15.x (#1097)
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ def common(): | |
w.cluster_policies.create.return_value = policy | ||
|
||
w.cluster_policies.list.return_value = [policy] | ||
w.clusters.select_spark_version = lambda latest: "14.2.x-scala2.12" | ||
w.clusters.select_spark_version = lambda **_: "14.2.x-scala2.12" | ||
w.clusters.select_node_type = lambda local_disk: "Standard_F4s" | ||
w.current_user.me = lambda: iam.User(user_name="[email protected]", groups=[iam.ComplexValue(display="admins")]) | ||
prompts = MockPrompts( | ||
|
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