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

Add a unit test #1

Merged
merged 6 commits into from
Aug 21, 2023
Merged

Add a unit test #1

merged 6 commits into from
Aug 21, 2023

Conversation

arielshaqed
Copy link
Contributor

Currently tests only a simple change between a table on 2 different schemas.

@arielshaqed
Copy link
Contributor Author

I will pull with approval from any reviewer, not all -- if you want to approve but wait, please let me know and I will wait!

@arielshaqed arielshaqed added enhancement New feature or request merge-if-approved Reviewer: feel free to merge this on approval, if OK labels Aug 21, 2023
@arielshaqed arielshaqed changed the base branch from main to chore/sbt-publish August 21, 2023 07:22
Spark doesn't like a newer JRE.
CI is currently so cheap, it's better to run it always.
It fails reporting, and actions suggested in
https://github.com/marketplace/actions/sbt-dependency-submission#unexpected-status-403
don't work and are also not particularly safe.
@arielshaqed arielshaqed force-pushed the feature/add-unit-test branch 2 times, most recently from cbc4323 to 675617d Compare August 21, 2023 07:53
@@ -50,6 +50,7 @@ object SchemaDiff {
}
val Seq(tablePrefix, fromSchema, toSchema, tableSuffix) = e.map(computeString)
val sqlString = sql(tablePrefix, fromSchema, toSchema, tableSuffix)
print(s"[DEBUG] $sqlString")

Choose a reason for hiding this comment

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

Can we do a logger?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yikes, this no longer belongs here!

Removed...

@arielshaqed arielshaqed merged commit f25f6b2 into chore/sbt-publish Aug 21, 2023
1 check passed
@arielshaqed arielshaqed deleted the feature/add-unit-test branch August 21, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request merge-if-approved Reviewer: feel free to merge this on approval, if OK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants