Skip to content

Commit

Permalink
Feature/2.12.19 (#674)
Browse files Browse the repository at this point in the history
* Temporarily stop Hail tests

Increase test timeout for docs tests

Signed-off-by: Alex Taylor-Barreto <[email protected]>

* Fix yet another broken link in the docs (Repos sync)

Signed-off-by: Alex Taylor-Barreto <[email protected]>

* Add Docker images build for DBR 9.1 LTS

Signed-off-by: Alex Taylor-Barreto <[email protected]>

* Initial tutorial on contributing to the github repo

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Update Broken Link to Databricks File System Docs

Fixing a broken link: https://docs.databricks.com/data/databricks-file-system.html#local-file-apis to https://docs.databricks.com/dbfs/index.html#local-file-apis as the URL has changed.

* Updated Cloud Object Storage Docs

Updated link as the anchor no longer exists.

* Fixed broken 'local DBFS API' anchor reference to be: https://docs.databricks.com/dev-tools/api/latest/dbfs.html

* Halt Hail tests

* Remove .metals

* Bump acceptance tests

* Added to .gitignore due to sbt generate files

* Remove 2xlarge resource reference

* Re-trigger stalled tests

* Levels ridge regression tutorial

* Update tests.yml

* 2.12.15 -> 2.12.19

---------

Signed-off-by: Alex Taylor-Barreto <[email protected]>
Co-authored-by: William Smith <[email protected]>
Co-authored-by: willsmithDB <[email protected]>
Co-authored-by: a0x8o <a0x8o>
  • Loading branch information
3 people authored Jun 26, 2024
1 parent d8f21c8 commit 36bf612
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 437 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Check docs links
run: (cd docs && make linkcheck)
continue-on-error: true


spark-tests:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.librarymanagement.ModuleID
import sbt.nio.Keys._

// Scala version used by DBR 13.3 LTS and 14.0
lazy val scala212 = "2.12.15"
lazy val scala212 = "2.12.19"
lazy val scala213 = "2.13.12"

lazy val spark3 = "3.5.1"
Expand Down
Loading

0 comments on commit 36bf612

Please sign in to comment.