AlenkaF commented on PR #45998:
URL: https://github.com/apache/arrow/pull/45998#issuecomment-2890402955
Hi @pitrou, could you please take a quick look at the changes when you have
a moment?
I've done my best to implement the suggested changes, but am sure there's
still room for improvement.
A couple of issues I could use your input on:
- Some C++ tests are failing in `hdfs_test`, with the following error:
```
/arrow/cpp/src/arrow/filesystem/hdfs_test.cc:90: HadoopFileSystem::Make
failed, it is possible when we don't have proper
driver on this node, err msg is IOError: Unable to load libjvm
```
I'm not sure how best to resolve this — any guidance would be appreciated.
- The MSVC compiler is complaining about a forward-declared friend function
I'm using in `hdfs.cc`. Do you have any advice on how to better organise this?
The Python and MATLAB test failures are not related.
Thanks in advance!
--
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]