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
PyDBEngine that is being imported when using Modin with STORAGE_FORMAT=Omnisci and pyarrow.gandiva - when using modin with STORAGE_FORMAT=Pyarrow are incompatible:
If ganvida is imported first everything is alright:
PyDBEngine
that is being imported when using Modin withSTORAGE_FORMAT=Omnisci
andpyarrow.gandiva
- when using modin withSTORAGE_FORMAT=Pyarrow
are incompatible:If ganvida is imported first everything is alright:
But vice-versa it fails with segfault:
Packages versions:
Ideally, there shouldn't be scenarios when both of these modules are imported, however, as the recent #3783 showed, it still could happen sometimes.
The role of this issue is to track progress (if any) of resolving the incompatibility of these packages.
The text was updated successfully, but these errors were encountered: