Skip to content

Commit

Permalink
[SC-74853] Convert Delta OSS into a multi module SBT project
Browse files Browse the repository at this point in the history
Making Delta a multi-module project will enable us to add other sub-modules. For example, we can then add a contribs sub-module that can have contributions from the community that needs to be very closely tied to the delta-core project (hence in this repo, and not delta/connectors) but does not have the same level of maturity as delta-core.

Changes made in the Delta repeeo
- Moved all files in root/src/ to root/core/src/
- update build.sbt to multiple modules
  - Removed dependency on spark-packages.

existing tests

Closes #644

Author: Tathagata Das <tathagata.das1565@gmail.com>

GitOrigin-RevId: 68038d27302e82f6e680fe717633109757e48ba0
  • Loading branch information
tdas authored and yijiacui-db committed Apr 22, 2021
1 parent 7b70824 commit b489798
Show file tree
Hide file tree
Showing 246 changed files with 227 additions and 183 deletions.
406 changes: 226 additions & 180 deletions build.sbt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions core/src/main/resources/NOTICE.txt
File renamed without changes.
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ resolvers += "bintray-spark-packages" at "https://dl.bintray.com/spark-packages/

resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("org.spark-packages" % "sbt-spark-package" % "0.2.6")

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/NOTICE.txt

This file was deleted.

0 comments on commit b489798

Please sign in to comment.