yaooqinn commented on pull request #32168:
URL: https://github.com/apache/spark/pull/32168#issuecomment-819587381


   ```
   Run apache_spark_ref=`git rev-parse HEAD`
     apache_spark_ref=`git rev-parse HEAD`
     git fetch https://github.com/$GITHUB_REPOSITORY.git ${GITHUB_REF##*/}
     git merge --progress --ff-only FETCH_HEAD
     echo "::set-output name=APACHE_SPARK_REF::$apache_spark_ref"
     shell: /usr/bin/bash -e {0}
     env:
       MODULES_TO_TEST: core, unsafe, kvstore, avro, network-common, 
network-shuffle, repl, launcher, examples, sketch, graphx
       EXCLUDED_TAGS: 
       INCLUDED_TAGS: 
       HADOOP_PROFILE: hadoop3.2
       HIVE_PROFILE: hive2.3
       CONDA_PREFIX: /usr/share/miniconda
       GITHUB_PREV_SHA: 0000000000000000000000000000000000000000
       SPARK_LOCAL_IP: localhost
   From https://github.com/gengliangwang/spark
    * branch                  tryNewGA   -> FETCH_HEAD
   Updating 2974b70d1e..9536df22cc
   Fast-forward
    sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)
   ```
   
   GITHUB_PREV_SHA: 0000000000000000000000000000000000000000 this looks weird 
but from a success build in @gengliangwang 's actions
   GITHUB_PREV_SHA: a3a6c5e8401b6af21c329d71928a353432142349, this look correct 
but can not pass, I am not sure this is related
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to