From 5affbbcaf19297ae05d1284d14071a40a8fa8b7c Mon Sep 17 00:00:00 2001 From: Matthew Murray <41342305+Matt711@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:59:21 -0500 Subject: [PATCH] Update python/pylibcudf/pylibcudf/io/json.pyx --- python/pylibcudf/pylibcudf/io/json.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pylibcudf/pylibcudf/io/json.pyx b/python/pylibcudf/pylibcudf/io/json.pyx index e18f63c8f76..3681f1692d6 100644 --- a/python/pylibcudf/pylibcudf/io/json.pyx +++ b/python/pylibcudf/pylibcudf/io/json.pyx @@ -461,7 +461,7 @@ cpdef tuple chunked_read_json( try: with nogil: - c_result = move(cpp_read_json(opts, stream.view())) + c_result = move(cpp_read_json(options.c_obj, stream.view())) except (ValueError, OverflowError): break if meta_names is None: