Piyush-08-bot opened a new pull request, #43935:
URL: https://github.com/apache/superset/pull/43935

   **Fix:** Accept `**kwargs` in `SupersetMetastoreCache.__init__` and forward
   them to `super().__init__()`, keeping the class compatible with both existing
   and any future cachelib releases without needing to enumerate each parameter.
   
   Fixes #43860
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   N/A — backend-only fix, no UI changes.
   
   ### TESTING INSTRUCTIONS
   
   1. Install `flask-caching==2.5.0` and `cachelib==0.17.0` in the dev 
environment
   2. Run: `pytest tests/unit_tests/extensions/test_metastore_cache.py -v`
   3. All 4 tests should pass — including 
`test_metastore_cache_factory_with_ignore_delete_many_errors_kwarg` which 
reproduces the exact failure
   
   ### ADDITIONAL INFORMATION
   - [x] Has associated issue: #43860
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to