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
Description
When whereIn initializes and fails to find a complete index it tries to find a partial index with DataIndex.getOptimalPartialIndex. If there is no DataIndex available for the requested columns it will try to call DataIndex#isRefreshing on the null result.
Description
When whereIn initializes and fails to find a complete index it tries to find a partial index with DataIndex.getOptimalPartialIndex. If there is no DataIndex available for the requested columns it will try to call DataIndex#isRefreshing on the null result.
Steps to reproduce
Expected results
The whereIn does the right thing
Actual results
NPE
Versions
The text was updated successfully, but these errors were encountered: