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
I got an error on Mac: Memory pointer from external source (e.g, FFI) is not aligned with the specified scalar type. Before importing buffer through FFI, please make sure the allocation is aligned. while using ray shuffle on Datafusion Ray against TPC-H.
After that the Ray worker died.
@andygrove saw this error when trying to run the example on Linux, but it worked on Mac.
@franklsf95 Any suggestion would be helpful! I appreciate it!
The text was updated successfully, but these errors were encountered:
arrow-rs already has a fix for this in apache/arrow-rs#6472 and is included in 53.1.0, so this should be fixed when we upgrade to a version of DataFusion that uses this Arrow version
I got an error on Mac:
Memory pointer from external source (e.g, FFI) is not aligned with the specified scalar type. Before importing buffer through FFI, please make sure the allocation is aligned.
while using ray shuffle on Datafusion Ray against TPC-H.After that the Ray worker died.
@andygrove saw this error when trying to run the example on Linux, but it worked on Mac.
@franklsf95 Any suggestion would be helpful! I appreciate it!
The text was updated successfully, but these errors were encountered: