dongjoon-hyun commented on PR #36827:
URL: https://github.com/apache/spark/pull/36827#issuecomment-1152711790

   Oh, `q83` becomes flaky in `GitHub Action` environment on `master` branch.
   - 
https://github.com/apache/spark/commit/a3988bcaa3ccc57c3bf34273ad48c6405673fc90
   ```
   [info] - check simplified (tpcds-v1.4/q83) *** FAILED *** (182 milliseconds)
   ...
   [info] - check simplified sf100 (tpcds-v1.4/q83) *** FAILED *** (183 
milliseconds)
   ...
   [info] *** 2 TESTS FAILED ***
   [error] Failed: Total 1721, Failed 2, Errors 0, Passed 1719, Ignored 2
   [error] Failed tests:
   [error]      org.apache.spark.sql.TPCDSV1_4_PlanStabilitySuite
   [error]      org.apache.spark.sql.TPCDSV1_4_PlanStabilityWithStatsSuite
   ```
   
   I verified that it's stable locally.
   ```
   $ SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *PlanStabilitySuite"
   $ git status
   On branch master
   Your branch is up to date with 'apache/master'.
   
   nothing to commit, working tree clean
   
   $ SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *PlanStabilitySuite 
-- -z (tpcds-v1.4/q83)"
   $ git status
   On branch master
   Your branch is up to date with 'apache/master'.
   
   nothing to commit, working tree clean
   ```


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

Reply via email to