Skip to content

Improve iceberg commit logic to so that we can avoid restarting streaming job when commit conflicts happens. #2783

Improve iceberg commit logic to so that we can avoid restarting streaming job when commit conflicts happens.

Improve iceberg commit logic to so that we can avoid restarting streaming job when commit conflicts happens. #2783

name: Assign milestone
on:
issues:
types: [opened]
jobs:
assign-milestone:
runs-on: ubuntu-latest
steps:
- name: Add issue to the latest milestone
uses: fuyufjh/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version-prefix: 'release-'
version-separator: '.'
overwrite: false