Skip to content

Commit

Permalink
Remove Support for Databricks 10.4 [databricks] (#10474)
Browse files Browse the repository at this point in the history
* Remove support for Databricks 10.4

* Drop Databricks 10.4 runtime from CI

Signed-off-by: Tim Liu <[email protected]>

* Update copyright 2024

Signed-off-by: Tim Liu <[email protected]>

* updated 2.13 pom.xml

* Signing off

Signed-off-by: Raza Jafri <[email protected]>

* Removed all non-scala references to 321db

* updated copyrights

---------

Signed-off-by: Tim Liu <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
Co-authored-by: Tim Liu <[email protected]>
  • Loading branch information
razajafri and NvTimLiu authored Feb 26, 2024
1 parent 4976e8d commit 0b003dd
Show file tree
Hide file tree
Showing 174 changed files with 140 additions and 4,561 deletions.
17 changes: 0 additions & 17 deletions aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,23 +369,6 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>release321db</id>
<activation>
<property>
<name>buildver</name>
<value>321db</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.nvidia</groupId>
<artifactId>rapids-4-spark-delta-spark321db_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<classifier>${spark.version.classifier}</classifier>
</dependency>
</dependencies>
</profile>
<profile>
<id>release322</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, NVIDIA CORPORATION.
* Copyright (c) 2023-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,6 @@
{"spark": "320"}
{"spark": "321"}
{"spark": "321cdh"}
{"spark": "321db"}
{"spark": "322"}
{"spark": "323"}
{"spark": "324"}
Expand Down
1 change: 0 additions & 1 deletion delta-lake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ and directory contains the corresponding support code.
| 2.2.x | Spark 3.3.x | `delta-22x` |
| 2.3.x | Spark 3.3.x | `delta-23x` |
| 2.4.x | Spark 3.4.x | `delta-24x` |
| Databricks 10.4 | Databricks 10.4 | `delta-spark321db` |
| Databricks 11.3 | Databricks 11.3 | `delta-spark330db` |
| Databricks 12.2 | Databricks 12.2 | `delta-spark332db` |
| Databricks 13.3 | Databricks 13.3 | `delta-spark341db` |
Expand Down
95 changes: 0 additions & 95 deletions delta-lake/delta-spark321db/pom.xml

This file was deleted.

Loading

0 comments on commit 0b003dd

Please sign in to comment.