10xDad opened a new issue, #32923:
URL: https://github.com/apache/superset/issues/32923
This PR aims to fix issue #13731 where filters are not being executed in
deck.gl Multiple Layers visualization.
### Current Behavior
- Filters in deck.gl Multiple Layers visualization do not work
- This affects both individual chart filters and dashboard filters
- The issue persists from version 0.36.0 through version 4.0.0
### Investigation Plan
1. Analyze the current deck.gl Multiple Layers implementation
2. Identify where filter state is being lost/ignored
3. Implement proper filter handling for both:
- Individual chart filters
- Dashboard filters
4. Add tests to verify filter functionality
5. Ensure backward compatibility with v3.0.1+
### Technical Approach
1. Review filter implementation in other visualization types
2. Trace filter propagation path in deck.gl Multiple Layers
3. Implement missing filter handlers
4. Add integration tests
### Testing Plan
- Unit tests for filter handling
- Integration tests with sample datasets
- Manual testing across supported versions
This fix will be implemented to work across Superset versions from v3.0.1 up
to the latest release.
Related to #13731
--
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]