pitrou commented on PR #47950: URL: https://github.com/apache/arrow/pull/47950#issuecomment-3451453590
Ok, this PR was apparently not enough: https://github.com/apache/arrow/actions/runs/18843300813/job/53760740194?pr=47925 ``` In file included from D:/a/_temp/msys64/mingw64/include/winnt.h:9, from D:/a/_temp/msys64/mingw64/include/minwindef.h:163, from D:/a/_temp/msys64/mingw64/include/windef.h:9, from D:/a/_temp/msys64/mingw64/include/windows.h:69, from D:/a/_temp/msys64/mingw64/include/rpc.h:16, from D:/a/_temp/msys64/mingw64/include/wtypesbase.h:7, from D:/a/_temp/msys64/mingw64/include/intsafe.h:14, from D:/a/arrow/arrow/cpp/src/arrow/vendored/portable-snippets/safe-math.h:127, from D:/a/arrow/arrow/cpp/src/arrow/util/int_util_overflow.h:29, from D:/a/arrow/arrow/cpp/src/arrow/util/time.h:28, from D:/a/arrow/arrow/cpp/src/arrow/util/formatting.h:37, from D:/a/arrow/arrow/cpp/src/arrow/integration/json_internal.cc:47: D:/a/arrow/arrow/cpp/src/arrow/integration/json_internal.cc: In function 'arrow::Result<const arrow::rapidjson::GenericObject<true, arrow::rapidjson::GenericValue<arrow::rapidjson::UTF8<> > > > arrow::internal::integration::json::{anonymous}::GetMemberObject(const RjObject&, const std::string&)': D:/a/arrow/arrow/cpp/src/arrow/integration/json_internal.cc:904:20: error: 'const class arrow::rapidjson::GenericValue<arrow::rapidjson::UTF8<> >' has no member named 'GetObjectA'; did you mean 'GetObject'? 904 | return it->value.GetObject(); | ^~~~~~~~~ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
