Reranko05 opened a new pull request, #50691:
URL: https://github.com/apache/arrow/pull/50691

   ### Rationale for this change
   
   This PR continues the simdjson migration by replacing the remaining 
`ObjectWriter` users with `JsonWriter`. With all usages migrated, the obsolete 
`ObjectWriter` implementation and its associated build configuration are 
removed.
   
   ### What changes are included in this PR?
   
   * Replace `ObjectWriter` with `JsonWriter` in:
   
     * `key_material.cc`
     * `key_metadata.cc`
     * `local_wrap_kms_client.cc`
     * `file_system_key_material_store.cc`
   * Remove the unused `ObjectWriter` implementation (`object_writer.cc` and 
`object_writer.h`).
   * Remove `object_writer.h` from the installed headers.
   * Update the Arrow build configuration to stop building `object_writer.cc`.
   * Link Parquet against `simdjson::simdjson` since it now includes 
`json_writer_internal.h`.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.
   
   Closes: #50690 


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