Skip to content

Commit

Permalink
Add is_clustering_key in fieldschema (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: wayblink <[email protected]>
  • Loading branch information
wayblink authored Dec 29, 2023
1 parent b5442d7 commit 39bce6a
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 97 deletions.
203 changes: 106 additions & 97 deletions go-api/schemapb/schema.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ message FieldSchema {
ValueField default_value = 11; // default_value only support scalars except array and json for now
bool is_dynamic = 12; // mark whether this field is the dynamic field
bool is_partition_key = 13; // enable logic partitions
bool is_clustering_key = 14;
}

/**
Expand Down

0 comments on commit 39bce6a

Please sign in to comment.