Skip to content

feat(csharp/src/Drivers/BigQuery): Add support for overriding adbc.bigquery.large_decimals_as_string#3648

Merged
CurtHagenlocher merged 3 commits into
apache:mainfrom
davidhcoe:dev/bigquery-256
Nov 6, 2025
Merged

feat(csharp/src/Drivers/BigQuery): Add support for overriding adbc.bigquery.large_decimals_as_string#3648
CurtHagenlocher merged 3 commits into
apache:mainfrom
davidhcoe:dev/bigquery-256

Conversation

@davidhcoe

Copy link
Copy Markdown
Contributor
  • Adds ability for callers to override the adbc.bigquery.large_decimals_as_string parameter

@davidhcoe davidhcoe marked this pull request as ready for review November 6, 2025 00:43
@github-actions github-actions Bot added this to the ADBC Libraries 21 milestone Nov 6, 2025

@CurtHagenlocher CurtHagenlocher 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.

Thanks! I guess we don't validate when invalid or unused properties are present?

Can you either fix or remove the stale-looking comment?

this.properties[BigQueryParameters.LargeDecimalsAsString] = BigQueryConstants.TreatLargeDecimalAsString;
this.httpClient = new HttpClient();

// add the default value for now and set to true until C# has a BigDecimal

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.

This comment looks stale now.

@CurtHagenlocher CurtHagenlocher merged commit 3d3bb0e into apache:main Nov 6, 2025
6 checks passed
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