pitrou commented on a change in pull request #9465:
URL: https://github.com/apache/arrow/pull/9465#discussion_r574424412



##########
File path: cpp/src/arrow/io/hdfs.cc
##########
@@ -274,12 +288,20 @@ class HdfsOutputStream::HdfsOutputStreamImpl : public 
HdfsAnyFileImpl {
     return Status::OK();
   }
 
-  Status Write(const void* buffer, int64_t nbytes, int64_t* bytes_written) {
+  Status Write(const uint8_t* buffer, int64_t nbytes, int64_t* bytes_written) {

Review comment:
       Good point, it doesn't seem useful indeed. Will remove.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to