Skip to content

planner: fix unique key get wrong row count when to query the NULL value | tidb-test=pr/2390 (#56117) #15102

planner: fix unique key get wrong row count when to query the NULL value | tidb-test=pr/2390 (#56117)

planner: fix unique key get wrong row count when to query the NULL value | tidb-test=pr/2390 (#56117) #15102

Workflow file for this run

name: misc
on:
workflow_dispatch:
pull_request:
branches:
- "master"
- "main"
- "release-**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
check:
permissions:
contents: read # to fetch code (actions/checkout)
pull-requests: write # to comment on pull-requests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check File Permission
run: make check-file-perm
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]
with:
log: info
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/licenserc.yml