fedspendingtransparency / usaspending-api

Server application to serve U.S. federal spending data via a RESTful API
https://www.usaspending.gov
Creative Commons Zero v1.0 Universal
310 stars 113 forks source link

[DEV-10453] Fix Spark dictionary error [warmfix][staging] #4041

Closed aguest-kc closed 8 months ago

aguest-kc commented 8 months ago

Description: Fix an issue in the recently added Transactions delete code where we weren't iterating over a dictionary correctly and adding it's values to a list.

Technical details: Fix an issue in the recently added Transactions delete code where we weren't iterating over a dictionary correctly and adding it's values to a list.

Requirements for PR merge:

  1. [ ] Necessary PR reviewers:
    • [ ] Backend
  2. [x] Data validation completed
  3. [x] Jira Ticket DEV-10453:
    • [x] Link to this Pull-Request
    • [x] Performance evaluation of affected (API | Script | Download)
    • [x] Before / After data comparison

Area for explaining above N/A when needed:

1. Unit & integration tests updated
No new tests are required for this fix.

2. API documentation updated
No API endpoints were updated as part of this fix.

4. Matview impact assessment completed
No matviews were affected by this fix.

5. Frontend impact assessment completed
The frontend is not impacted by this fix.

7. Appropriate Operations ticket(s) created
No new operations tickets are needed for this fix.