Skip to content

batch(hash join): remove the filter(|(start_row_id, end_row_id)| start_row_id < end_row_id) when process first_output_row_ids #3582

batch(hash join): remove the filter(|(start_row_id, end_row_id)| start_row_id < end_row_id) when process first_output_row_ids

batch(hash join): remove the filter(|(start_row_id, end_row_id)| start_row_id < end_row_id) when process first_output_row_ids #3582

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