Comparing v2.56.0...v2.57.0 · googleapis/java-bigquery
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
- 9 commits
- 32 files changed
- 6 contributors
Commits on Nov 20, 2025
-
feat: Relax client-side validation for BigQuery entity IDs (#4000)
Removes client-side `checkArgument` and `checkNotNull` validations from the constructors of `TableId`, `DatasetId`, `RoutineId`, `ModelId`, and `ConnectionProperty`. This change makes the client library more robust by preventing crashes when the server sends a response with unexpected null or empty values in these fields.
Commits on Dec 8, 2025
-
feat: Introduce DataFormatOptions to configure the output of BigQuery…
… data types (#4010) * feat: Create DataFormatOptions in BigQuery * feat: Add Builder class for DataFormatOptions * fix: Update existing references of useInt64Timestamp to use DataFormatOption's variant * chore: Fix lint issues * chore: Address PR feedback * chore: Add tests for useInt64Timestamp behavior * chore: Address failing tests and GCA * chore: Remove unused fromPb method
-
feat: Add timestamp_precision to Field (#4014)
* feat: Add timestamp_precision to Field * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * chore: Address GCA PR feedback * chore: Fix typo * chore: Remove default value * chore: Address PR feedback --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>