asolimando commented on code in PR #4672:
URL: https://github.com/apache/calcite/pull/4672#discussion_r2607493057
##########
plus/src/main/java/org/apache/calcite/adapter/os/FilesTableFunction.java:
##########
@@ -144,6 +145,49 @@ private Enumerable<String> sourceMacOs() {
return Processes.processLines('\n', args);
}
+ private Enumerable<String> sourceGnuStat() {
Review Comment:
(if you don't feel strongly I'd rather land this as-is, I am not
particularly in a rush but the whole PR is to regain the ability to execute
tests locally, in my previous PR I missed some real test issues due to that as
I never get a green run due to this class not working on my setup, which I
don't manage)
--
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]