Skip to content

fix(agg): fix first_value and last_value to not ignore NULLs #43439

fix(agg): fix first_value and last_value to not ignore NULLs

fix(agg): fix first_value and last_value to not ignore NULLs #43439

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
pr-labeler:
runs-on: ubuntu-latest
name: pr-labeler
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"