philo-he commented on PR #12388: URL: https://github.com/apache/gluten/pull/12388#issuecomment-5126211935
@felipepessoto, thanks for the update. The new delta-changes gate nicely protects the expensive Delta suite from unrelated changes. One asymmetry worth noting: the reverse isn't gated, a change confined to gluten-delta/** or the Delta pipeline files still triggers the full TPC-H/DS + Spark-UT matrix, since those jobs have no path filter. I am wondering whether we can optimize the CI workflow further. Could we use Apache Stash to cache the native lib so it can be shared across workflows? That would let us move the Delta test jobs into a separate workflow file. cc @zhouyuan -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
