-
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 #24177
Conversation
addition: adding ColumnEncoding into private folder modification: bug accessing outside private folder
addition: test for chained statements modification: removing duplicate code
Pull request has been modified.
Not sure if this is the reason, but when I'm working on other features, I'm being told to upgrade to SDK version 3? Perhaps the SDK version 3 is installed on the test pipeline, but not SDK version 2? |
We are not yet on SDK v3 due to other dependency limitations. If this module is only available in v3, cannot accept this change at this time. |
This could also be a result of our lambda layers being behind in v2 as well. We've now addressed that piece so we'll want to run this through our testing pipeline again to see what the outcome is. |
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
2 similar comments
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
@comcalvi is there any update with this PR? |
I ran it through the pipeline earlier this week, but it failed again. I'm running it again right now to see if it's the same failures |
same error as before...going to investigate this today |
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
packages/@aws-cdk/aws-redshift/lib/private/database-query-provider/index.ts
Outdated
Show resolved
Hide resolved
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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.
That fixed it, thanks for reopening this PR
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 (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*
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