-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration to spark 3 #5
Conversation
README.md
Outdated
@@ -48,6 +48,7 @@ M3D Engine supports: | |||
|
|||
* Loading structured and semi-structured data in Full mode | |||
* Loading structured and semi-structured data in Append mode | |||
* Loading structured and semi-structured data in Delta mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this row, as the row bellow describes the two options
build.sbt
Outdated
@@ -3,17 +3,18 @@ import sbt.ExclusionRule | |||
name := "m3d-engine" | |||
version := "1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be 6.0.0.
@@ -0,0 +1,23 @@ | |||
# Changelog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember any particular thing for now, but would it make sense to add a few more notes to the changelog as this 6.0.0 brought other improvements and fixes? Not only the migration, but also other things that we did not bring to the OS in the past? Maybe go through out changelog and add the most important things here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, can we create a release and/or tag to start separating this for people to easily see and use particular versions?
@@ -50,7 +50,7 @@ trait AlgorithmTemplateConfiguration | |||
CatalogTableManager(targetTable, spark).getSchemaSafely(dfs) | |||
|
|||
override protected val readers: Vector[InputReader.TableReader] = Vector( | |||
// Obtaining a reader for the algorithm | |||
// Obtaining a reader for the algorithm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra dot I guess :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just left a few small comments. Overall good to go!
Great stuff 🥇
README.md
Outdated
@@ -1,7 +1,7 @@ | |||
M3D Engine | |||
======= | |||
|
|||
![M3D logo](/static/images/m3d_logo.png) | |||
![](static/images/m3d_logo.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the logo is not showing
No description provided.