You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct Modin query optimizer value in comparison tables (Eventual-Inc#4983)
## Summary
- Fixed value in Modin's Query Optimizer column from "Eagar" to "Yes" in
comparison tables
## Context
The tables had "Eagar" for Modin's Query Optimizer capability. Based on
Modin's documentation, they do have query optimization through their
Query Planner and Query Executor components, so "Yes" is the appropriate
value for this column.
## Reference
https://modin.readthedocs.io/en/stable/development/architecture.html
0 commit comments