HyukjinKwon opened a new pull request #35916:
URL: https://github.com/apache/spark/pull/35916
### What changes were proposed in this pull request?
This PR proposes two:
1. Report test results for ANSI mode enabled too. All "Build and test" is
reused, and all steps are ready. We can just post the status to GitHub Checks
status
2. Rename `Build and test (ANSI)` -> `ANSI SQL mode test`, and
`.github/workflows/ansi_sql_mode_test.yml` ->
`.github/workflows/build_and_test_ansi.yml` for naming consistency.
### Why are the changes needed?
1. To easily navigate the test results.
2. The current naming looks a bit messy:
<img width="487" alt="Screen Shot 2022-03-21 at 10 12 37 AM"
src="https://user-images.githubusercontent.com/6477701/159194495-db25d0a9-c46b-4624-a5c7-8db4bb7521dc.png">
After this PR, it would look more consistent.
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
CI in this PR should tests. It should be monitored after it gets merged too.
--
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]