jorisvandenbossche commented on PR #38259:
URL: https://github.com/apache/arrow/pull/38259#issuecomment-1761309409

   I thought about that yesterday as well, but this won't work without adding 
some more ignore filters. For example on the nightly builds with numpy/pandas 
we still have some deprecation warnings. 
   
   The annoying part with this way is that we can't tweak it per build like 
with the env var, but of course we can then just add enough filters to cover 
all builds, and don't care that they are too broad for some other builds. And 
in any case, this solves the whole issue of not being able to pass it through 
an env var if the filter has spaces as we have in 
https://github.com/apache/arrow/pull/38238. And another benefit is that this 
then also is used when running the tests locally, making it more consistent 
with CI.


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