Skip to content
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

Merged
merged 1 commit into from
May 4, 2021
Merged

migration to spark 3 #5

merged 1 commit into from
May 4, 2021

Conversation

epilif1017a
Copy link
Contributor

No description provided.

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

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"

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

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

Copy link

@jmcorreia jmcorreia May 4, 2021

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.
Copy link

@jmcorreia jmcorreia May 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra dot I guess :)

Copy link

@jmcorreia jmcorreia left a 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)

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

@epilif1017a epilif1017a merged commit 3875d93 into master May 4, 2021
@epilif1017a epilif1017a deleted the release/6.0.0 branch May 4, 2021 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants