apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
13.93k stars 3.4k forks source link

[CI] Travis-CI should not run on unrelated changes #33135

Open asfimport opened 1 year ago

asfimport commented 1 year ago

Travis-CI currently runs jobs for C++, Python and Java, but as we can see in https://github.com/apache/arrow/pull/14304, it gets run anyway for changes that don't touch those areas at all.

Reporter: Antoine Pitrou / @pitrou

Note: This issue was originally created as ARROW-17926. Please see the migration documentation for further details.

asfimport commented 1 year ago

Antoine Pitrou / @pitrou: cc @assignUser