akshayabd opened a new pull request, #3273:
URL: https://github.com/apache/calcite/pull/3273

   Writing to build/resources/test causes issues with incremental build 
support, ideally these directories shouldn't be written to once the tests have 
started.
   
   With this change the intermediate files used by tests are written to other 
directories in the build folder. These locations are passed to the tests 
through system properties which are marked internal - so they don't factor into 
input hash key creation for the tests.
   
   I don't know if there was a specific reason why the files were being written 
to build/resources/test - I'm assuming it was an oversight. Please review this 
change with care to ensure there wasn't a reason why the behavior was this way.


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