From e4d30430c0138a4197826795e40586951215df0d Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Mon, 1 Feb 2021 15:46:40 -0800 Subject: [PATCH] Fix naming of ray_spilled_objects directory --- python/ray/ray_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/ray_constants.py b/python/ray/ray_constants.py index 04dfd8f17..cbfbaaa5b 100644 --- a/python/ray/ray_constants.py +++ b/python/ray/ray_constants.py @@ -234,4 +234,4 @@ MACH_PAGE_SIZE_BYTES = 4096 MAX_INT64_VALUE = 9223372036854775807 # Object Spilling related constants -DEFAULT_OBJECT_PREFIX = "ray_spilled_object" +DEFAULT_OBJECT_PREFIX = "ray_spilled_objects"