Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50810][BUILD][FOLLOWUP] Fix code change detection for profiler…
… module ### What changes were proposed in this pull request? Fix code change detection for the `profiler` module in GHA workflow scripts. ### Why are the changes needed? Without this change, the code update of the `profiler` module won't trigger the corresponding CI jobs ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? modify source code under `connector/profiler` and produce a new git commit then run ``` $ APACHE_SPARK_REF=apache/master ./dev/is-changed.py -m "core,unsafe,kvstore,avro,utils,network-common,network-shuffle,repl,launcher,examples,sketch,variant,api,catalyst,hive-thriftserver,mllib-local,mllib,graphx,streaming,sql-kafka-0-10,streaming-kafka-0-10,streaming-kinesis-asl,kubernetes,hadoop-cloud,spark-ganglia-lgpl,protobuf,yarn,connect,sql,hive" false ``` ``` $ APACHE_SPARK_REF=apache/master ./dev/is-changed.py -m "core,unsafe,kvstore,avro,utils,network-common,network-shuffle,repl,launcher,examples,sketch,variant,api,catalyst,hive-thriftserver,mllib-local,mllib,graphx,streaming,sql-kafka-0-10,streaming-kafka-0-10,streaming-kinesis-asl,kubernetes,hadoop-cloud,spark-ganglia-lgpl,profiler,protobuf,yarn,connect,sql,hive" true ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49502 from pan3793/SPARK-50810-followup. Authored-by: Cheng Pan <[email protected]> Signed-off-by: yangjie01 <[email protected]>
- Loading branch information