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


##########
cpp/src/parquet/encryption/key_material.h:
##########
@@ -86,8 +82,7 @@ class PARQUET_EXPORT KeyMaterial {
 
   static KeyMaterial Parse(const std::string& key_material_string);
 
-  static KeyMaterial Parse(
-      const ::arrow::json::internal::ObjectParser* key_material_json);
+  static KeyMaterial Parse(const ::arrow::internal::JsonObjectParser* 
key_material_json);

Review Comment:
   Users won't be able to instantiate a `JsonObjectParser` since 
`simdjson_internal.h` will not be installed with Arrow C++. So I think we can 
safely remove this "API".



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