abetomo commented on PR #36373:
URL: https://github.com/apache/arrow/pull/36373#issuecomment-1614172029

   https://jestjs.io/docs/code-transformation
   > Jest will cache the result of a transformation and attempt to invalidate 
that result based on a number of factors, such as the source of the file being 
transformed and changing configuration.
   
   Jest caches transformed codes.
   In most cases, the cache should not cause problems.
   
   The documentation notes the following.
   https://jestjs.io/docs/cli#--cache
   > The cache should only be disabled if you are experiencing caching related 
problems.
   
   So, it is not always possible to say that problems will not occur.


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