Skip to content

Commit

Permalink
docs: Update an out-of-date external link.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 305329485
  • Loading branch information
Google APIs authored and copybara-github committed Apr 7, 2020
1 parent 9ede34d commit 3f767aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/storage/v1/arrow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ option php_namespace = "Google\\Cloud\\BigQuery\\Storage\\V1";
// Arrow schema as specified in
// https://arrow.apache.org/docs/python/api/datatypes.html
// and serialized to bytes using IPC:
// https://arrow.apache.org/docs/ipc.html.
// https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
//
// See code samples on how this message can be deserialized.
message ArrowSchema {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/storage/v1beta2/arrow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ option java_package = "com.google.cloud.bigquery.storage.v1beta2";
// Arrow schema as specified in
// https://arrow.apache.org/docs/python/api/datatypes.html
// and serialized to bytes using IPC:
// https://arrow.apache.org/docs/ipc.html.
// https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
//
// See code samples on how this message can be deserialized.
message ArrowSchema {
Expand Down

0 comments on commit 3f767aa

Please sign in to comment.