Skip to content

Mark column chunks in a PQ reader pass as large strings when the cumulative offsets exceeds the large strings threshold. #276

Mark column chunks in a PQ reader pass as large strings when the cumulative offsets exceeds the large strings threshold.

Mark column chunks in a PQ reader pass as large strings when the cumulative offsets exceeds the large strings threshold. #276

Workflow file for this run

name: "Auto Assign PR"
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
assignees: ${{ github.actor }}