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 SSESpecification when creating table with encrypt flag #143

Closed
wants to merge 4 commits into from

Conversation

Floby
Copy link

@Floby Floby commented Apr 3, 2018

This PR adds the possibility to setup a encrypt flag to a schema :

  • If not specified, its value is false
  • if specified and true, then the correct configuration to enable table encryption is added to the creation request of the table
  • if false, then nothing is added to the creation request of the table

I know this is somewhat a duplicate of #136 but my branch seems to pass tests correctly (I guess we'll see how it goes)

@Floby
Copy link
Author

Floby commented Apr 3, 2018

Well, this PR passes all tests that the master branch passes ! :D

@Floby
Copy link
Author

Floby commented Apr 4, 2018

/wizz @clarkie

@cdhowie cdhowie added this to To Review in PRs Apr 9, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 98.545% when pulling 2756981 on Floby:feat-enable-table-encryption into df7acfe on clarkie:master.

@aneilbaboo
Copy link
Contributor

It would be nice to get this merged. Bump @clarkie.

@Floby Floby closed this Dec 29, 2022
PRs automation moved this from To Review to Done Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
PRs
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants