Skip to content

docs(bigquery-jdbc): add developer and maintainer guide - #13879

Merged
Neenu1995 merged 8 commits into
pr-1-user-guide-propertiesfrom
pr-2-developer-guide
Aug 7, 2026
Merged

docs(bigquery-jdbc): add developer and maintainer guide#13879
Neenu1995 merged 8 commits into
pr-1-user-guide-propertiesfrom
pr-2-developer-guide

Conversation

@Neenu1995

@Neenu1995 Neenu1995 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

b/538176465

@Neenu1995
Neenu1995 requested review from a team as code owners July 23, 2026 17:53

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a comprehensive developer and contributor guide (DEVELOPMENT.md) for the BigQuery JDBC module, detailing its architecture, developer guardrails, testing playbook, and logging conventions. The review feedback correctly identifies an absolute local file URI used in a link to the Makefile, which should be updated to a relative link to prevent leaking local environment details and ensure it works for other contributors.

Comment thread java-bigquery-jdbc/DEVELOPMENT.md Outdated
Neenu1995 and others added 7 commits July 23, 2026 13:57
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…loud-java into pr-2-developer-guide

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

```bash
# Set GCP service account credentials
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-key.json

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: add SA_SECRET/KMS_PATH/SA_EMAIL params as they're required for some tests


```bash
# Start an interactive shell session inside Docker container
make docker-session

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make docker-build to build;


### Developer Logging Rules & Conventions

1. **Method Entry / Exit Tracing**:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it is done automatically for public interfaces? Probably worth mentioning it


---

## 5. Pre-PR Checklist

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about this..

if check is not automated, it is not enforceable.. For everything else we have presubmits.

@Neenu1995
Neenu1995 merged commit abd7bb8 into pr-1-user-guide-properties Aug 7, 2026
157 of 158 checks passed
@Neenu1995
Neenu1995 deleted the pr-2-developer-guide branch August 7, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants