We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change AccessControlImpl to
AccessControlImpl
AccessControlImpl(provider:AccessControlProvider)
https://github.com/zetaris/lightning-metastore/blob/master/spark/v3.3/spark-extensions/src/main/scala/com/zetaris/lightning/analysis/AccessControlImpl.scala#L45
This will make the class not dependent on LightningModel and make it decoupled from LightningModel , and it can have its own unit tests if possible
LightningModel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change
AccessControlImpl
toAccessControlImpl(provider:AccessControlProvider)
to be more generic, and let user to be able to set its own access control implementationshttps://github.com/zetaris/lightning-metastore/blob/master/spark/v3.3/spark-extensions/src/main/scala/com/zetaris/lightning/analysis/AccessControlImpl.scala#L45
This will make the class not dependent on
LightningModel
and make it decoupled fromLightningModel
, and it can have its own unit tests if possibleThe text was updated successfully, but these errors were encountered: