-
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
Feature/57,58 function commons #71
Conversation
JaCoCo code coverage report - scala 2.11.12
|
JaCoCo code coverage report - scala 2.12.17
|
*/ | ||
package za.co.absa.ultet.model.function | ||
|
||
case class FunctionGrant() extends FunctionEntry () { |
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.
case class FunctionGrant() extends FunctionEntry () { | |
case class FunctionGrant() extends FunctionEntry { |
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.
thanks, fixed
@@ -16,7 +16,7 @@ | |||
|
|||
package za.co.absa.ultet.dbitems | |||
|
|||
import za.co.absa.ultet.sqlentry.SQLEntry | |||
import za.co.absa.ultet.model.SQLEntry | |||
|
|||
trait DBItem { | |||
def sqlEntry: SQLEntry |
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 will be a seq, can you change it?
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.
sure, done.
@jakipatryk @benedeki