Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add documentation for partition value limit
BREAKING CHANGE: make the client library gRPC only

PiperOrigin-RevId: 666551276

Source-Link: googleapis/googleapis@6f3c628

Source-Link: googleapis/googleapis-gen@9c59969
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWM1OTk2OThmOTBhZTU2YTYxZTM4YTI2NmJkNzcwNTYxNGM1ZGZmNiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Aug 23, 2024
commit b6940a7b904ae83dc1fa22ee9b189ee9bcf4879d
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ class MetastorePartition(proto.Message):
Required. Represents the values of the
partition keys, where each value corresponds to
a specific partition key in the order in which
the keys are defined.
the keys are defined. Each value is limited to
1024 characters.
create_time (google.protobuf.timestamp_pb2.Timestamp):
Output only. The creation time of the
partition.
Expand Down