-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(redshift): column compression encodings and comments can now be customised #23597
Conversation
addition: adding ColumnEncoding into private folder modification: bug accessing outside private folder
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.
Thank you for your contribution! There's a lot going on in this PR and I'm inclined to think it needs to get separated into multiple. There's also a lot of duplication so we should see where we can reuse code instead adding it twice.
addition: test for chained statements modification: removing duplicate code
Pull request has been modified.
Pull request has been modified.
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.
Looks pretty much perfect, except for the odd spacing that occurs now...that's 100% my fault.
packages/@aws-cdk/aws-redshift/test/database-query-provider/table.test.ts
Outdated
Show resolved
Hide resolved
Pull request has been modified.
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 for the PR! This is a neat change
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…customised (#24177) In accordance with #24165, I'm opening the same pull request as before. Not sure if my previous PR #23597 will automatically be "re-merged" in, but if not, then you can review this pull request Will AGAIN close #22506 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…customised (aws#24177) In accordance with aws#24165, I'm opening the same pull request as before. Not sure if my previous PR aws#23597 will automatically be "re-merged" in, but if not, then you can review this pull request Will AGAIN close aws#22506 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This feature request includes additions for compression encoding and comments for table columns. This feature request includes both features in one to close #22506
All Submissions:
Adding new Construct Runtime Dependencies:
New Features
yarn integ
to deploy the infrastructure and generate the snapshot (i.e.yarn integ
without--dry-run
)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license