jbonofre commented on code in PR #1139:
URL: https://github.com/apache/arrow-java/pull/1139#discussion_r3201133850


##########
arrow-format/FlightSql.proto:
##########
@@ -1213,6 +1213,7 @@ message CommandGetDbSchemas {
  *  - ARROW:FLIGHT:SQL:IS_READ_ONLY      - "1" indicates if the column is read 
only, "0" otherwise.
  *  - ARROW:FLIGHT:SQL:IS_SEARCHABLE     - "1" indicates if the column is 
searchable via WHERE clause, "0" otherwise.
  *  - ARROW:FLIGHT:SQL:REMARKS           - A comment describing the column.
+ *  - ARROW:FLIGHT:SQL:COLUMN_DEF        - The default value for the column.

Review Comment:
   Thanks to have update the javadoc here.
   
   I think it's worth to document `COLUMN_DEF` in the javadoc of 
`CommandStatementQuery`, `CommandStatementSubstraitPlan`, 
`CommandPreparedStatementQuery`. As we have `REMARKS` in these messages, we 
should have `COLUMN_DEF`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to