-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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! |
Based on GitHub's default.
97de875
to
3f4d370
Compare
e307e63
to
db2139e
Compare
Spark doesn't like a newer JRE.
db2139e
to
a5d463c
Compare
CI is currently so cheap, it's better to run it always.
8e7efa0
to
c95f193
Compare
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.
cbc4323
to
675617d
Compare
@@ -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") |
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.
Can we do a logger?
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.
Yikes, this no longer belongs here!
Removed...
Currently tests only a simple change between a table on 2 different schemas.