Skip to content

Commit cdcbc2b

Browse files
Google APIscopybara-github
authored andcommitted
feat: changed name of SQL language to GoogleSQL in comments
docs: changed name of SQL language to GoogleSQL in docs PiperOrigin-RevId: 515389120
1 parent c4b805d commit cdcbc2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigquery/v2/standard_sql.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ message StandardSqlDataType {
8989
}
9090

9191
// Required. The top level type of this field.
92-
// Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY").
92+
// Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
9393
TypeKind type_kind = 1 [(google.api.field_behavior) = REQUIRED];
9494

9595
oneof sub_type {

0 commit comments

Comments
 (0)