Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin ray version to 2.23.0 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Pin ray version to 2.23.0 #21

wants to merge 1 commit into from

Conversation

longshuicy
Copy link

The latest Ray 2.41.0 introduces error: pyarrow.lib.ArrowInvalid: offset overflow while concatenating arrays, consider casting input from `binary` to `large_binary` first.

The workaround for now is pinning Ray to 2.32.0.


Some of the related notes:

  • Suspect the stitching shapefile step has large binary. I’m guessing the stitched shapefile might have a very large binary field (> 2GB) that triggered the error.
data_per_image = inferenced_dataset.groupby(
        "image_name").map_groups(ray_tile_and_stitch_util.stitch_shapefile, concurrency=args.concurrency)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant