feat(iceberg): add support for creating new iceberg tables with partition keys #68333
Workflow file for this run
This file contains 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: License checker | |
on: | |
push: | |
branches: | |
- main | |
- "forks/*" | |
pull_request: | |
branches: | |
- main | |
- "v*.*.*-rc" | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
license-header-check: | |
runs-on: ubuntu-latest | |
name: license-header-check | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check License Header | |
uses: apache/skywalking-eyes@69f34abb75ec4e414b593ac3f34228b60e33f97b |