Skip to content

7782: Tear down can fail due to data landing in query results bucket after autodelete - #7830

Draft
Rob9786 wants to merge 3 commits into
developfrom
7782-tear-down-can-fail-due-to-data-landing-in-query-results-bucket-after-autodelete
Draft

7782: Tear down can fail due to data landing in query results bucket after autodelete#7830
Rob9786 wants to merge 3 commits into
developfrom
7782-tear-down-can-fail-due-to-data-landing-in-query-results-bucket-after-autodelete

Conversation

@Rob9786

@Rob9786 Rob9786 commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Make sure you have checked all steps below.

Issue

Tests

  • My PR adds the following tests based on our test strategy OR does not need testing for this extremely good reason:
    • MyUnitTest

Documentation

  • In case of new functionality, my PR adds documentation that describes how to use it, or I have linked to a
    separate issue for that below.
  • If I have added new Java code, I have added Javadoc that explains it following our conventions and style.
  • If I have added or removed any dependencies from the project, I have updated the NOTICES file.


private IFunction queryExecutorLambda;
private IFunction leafPartitionQueryLambda;
private CustomResource customResource;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be named after its purpose rather than its type, since it's not clear from context what the custom resource would be for. It's for auto-delete for the results bucket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tear down can fail due to data landing in query results bucket after autodelete

2 participants