You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/05 05:00:22 UTC

[GitHub] [spark] LuciferYang commented on pull request #38865: [SPARK-41232][SQL][PYTHON] Adding array_append function

LuciferYang commented on PR #38865:
URL: https://github.com/apache/spark/pull/38865#issuecomment-1336752983

   @infoankitp 
   
   ```
   2022-12-03T13:00:36.5812875Z [info] ExpressionsSchemaSuite:
   2022-12-03T13:00:37.5439485Z [info] - Check schemas for expression examples *** FAILED *** (838 milliseconds)
   2022-12-03T13:00:37.5454687Z [info]   417 did not equal 418 Expected 417 blocks in result file but got 418. Try regenerating the result files. (ExpressionsSchemaSuite.scala:164)
   ```
   
   The failed test seems related to this pr, I think we need run 
   ```
   SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *ExpressionsSchemaSuite"
   ```
   to re-generate golden files for `ExpressionsSchemaSuite`
   
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org