Skip to content

BigQuery Unicode Javadoc not rendering correctly #161

@lqiu96

Description

@lqiu96

Issue:
image

at https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/com.google.cloud.bigquery.Field.Builder#com_google_cloud_bigquery_Field_Builder_setPrecision_java_lang_Long_

Should render:
image

This change should have this in the .yml files:

summary: "Precision can be used to constrain the maximum number of total digits allowed for NUMERIC or\n BIGNUMERIC types. It is invalid to set values for Precision for types other than // NUMERIC\n or BIGNUMERIC. For NUMERIC type, acceptable values for Precision must be: 1 ≤ (Precision -\n Scale) ≤ 29. Values for Scale must be: 0 ≤ Scale ≤ 9. For BIGNUMERIC type, acceptable values\n for Precision must be: 1 ≤ (Precision - Scale) ≤ 38. Values for Scale must be: 0 ≤ Scale ≤\n 38."

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions