AlenkaF commented on code in PR #14307: URL: https://github.com/apache/arrow/pull/14307#discussion_r1006875848
########## appveyor.yml: ########## @@ -57,4 +55,6 @@ build_script: test: off after_build: - - ccache -s + # Try to get the info about the cache directory + - ccache -s -p + - sccache -s -p Review Comment: Yeah, not sure what magic I had in mind :D Planned to remove with the `-p` flag (or should we keep it?) -- 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]
