muyangren123456 commented on issue #45335:
URL: https://github.com/apache/arrow/issues/45335#issuecomment-2662436765

   > Hi [@muyangren123456](https://github.com/muyangren123456), are you able to 
try a more recent version of Arrow? And, if at all possible, could you share a 
minimal set of steps to reproduce the error?
   
   Thanks for your reply. My project is based on C++11, so I tried again with 
Arrow version 9.0.0, but the same issue still occurs. Below is the error code:
   `  std::unordered_map<std::string, std::string> extraConf;
     arrow::io::HdfsConnectionConfig connectCfg{ip, port, "root", "", 
extraConf};
     std::shared_ptr<arrow::io::HadoopFileSystem> fs_;
     auto status = arrow::io::HadoopFileSystem::Connect(&connectCfg, &fs_);
     if (!status.ok()) {
       std::cout << "end fail" << std::endl;
     } else {
       std::cout << "end connect" << std::endl;
     }`


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