Skip to content

Commit

Permalink
Update CommandGetPrimaryKey from FlightSql.proto (apache#110)
Browse files Browse the repository at this point in the history
Include not null on docs
  • Loading branch information
vfraga committed Oct 28, 2021
1 parent a1390f2 commit 46b4bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions format/FlightSql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ message CommandGetTableTypes {
* <
* catalog_name: utf8,
* schema_name: utf8,
* table_name: utf8,
* column_name: utf8,
* table_name: utf8 not null,
* column_name: utf8 not null,
* key_name: utf8,
* key_sequence: int
* key_sequence: int not null
* >
* The returned data should be ordered by catalog_name, schema_name, table_name, key_name, then key_sequence.
*/
Expand Down

0 comments on commit 46b4bce

Please sign in to comment.