HuaHuaY commented on code in PR #50990:
URL: https://github.com/apache/arrow/pull/50990#discussion_r3892755521


##########
cpp/src/arrow/util/json_writer_internal.cc:
##########
@@ -100,21 +100,21 @@ void JsonWriter::Double(double value) {
 }
 
 Status JsonWriter::WriteValue(sj::value value) {
-  return internal::VisitJsonValue(
+  return ::arrow::internal::VisitJsonValue(

Review Comment:
   I think we don't need to add this prefix.



-- 
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]

Reply via email to