feat(core): Improve memory allocations#609
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Cache: Disabled due to Reviews > Disable Cache setting Disabled knowledge base sources:
📒 Files selected for processing (12)
💤 Files with no reviewable changes (1)
📝 WalkthroughSummary by CodeRabbitRelease Notes
WalkthroughThis pull request introduces error-aware streaming with conditional test execution and schema storage refactoring. Key changes include: renaming Comment |
This PR improves memory allocations in the core of ETL by removing the collection of the vector, failing as soon as an error occurs while processing table rows, and ensuring table schemas are not cloned.
In addition, it adds better handling of tests during partial CI runs.