feat: stats compute + summarize cardinality logic #85
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Non-Spark modules | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - 'python/**' | |
| - '**/*.md' | |
| - 'scripts/**' | |
| pull_request: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - 'python/**' | |
| - '**/*.md' | |
| - 'scripts/**' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| test_scala_2_12: | |
| name: Test Non-Spark (Scala 2.12.18) | |
| uses: ./.github/workflows/reusable_non_spark_tests.yaml | |
| with: | |
| scala-version: "2.12.18" | |
| test_scala_2_13: | |
| name: Test Non-Spark (Scala 2.13.17) | |
| uses: ./.github/workflows/reusable_non_spark_tests.yaml | |
| with: | |
| scala-version: "2.13.17" |