Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

bigquery: Add support for additional DML statistics from MERGE statements

Open
#4,239 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
php
Domain
databases

Research direction

The issue names no files or tests. Start by locating the PHP BigQuery handling for MERGE statement results, then review the additional design and implementation details promised by the request. Done means exposing the total counts of updated, inserted, and deleted rows returned by MERGE statements.

Written by the indexing model from the issue text.

Description

api: bigquery priority: p2 type: feature request

This feature request covers the additional of new information returned from MERGE statements on the total number of rows affected. There are 3 types of information:

  • Total number of records updated
  • Total number of records inserted
  • Total number of records deleted

Additional design and detail to be shared with implementers separately.

Dominant language
PHP
Stars
1.2k
Forks
464
Avg merge
2d 2h
Merged PRs (30d)
103

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from googleapis/google-cloud-php

All issues in googleapis/google-cloud-php

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.