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
When using Microsoft.Data.Analysis DataFrame's Join method, the operation hangs indefinitely even with a very small dataset. This happens with a simple inner join operation.
Description:
When using Microsoft.Data.Analysis DataFrame's Join method, the operation hangs indefinitely even with a very small dataset. This happens with a simple inner join operation.
Reproduction steps:
Expected behavior:
The join operation should complete quickly and return a new DataFrame containing the matched rows.
Actual behavior:
The Join operation hangs indefinitely without returning or throwing an exception.
Environment:
Additional notes:
The text was updated successfully, but these errors were encountered: