Verest commented on code in PR #1139:
URL: https://github.com/apache/arrow-java/pull/1139#discussion_r3202882546
##########
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:
Yes, I was uncertain about that - I can add them.
I did not add them originally as I do not think the COLUMN_DEF will be used
in those code paths, but I don't think it hurts having it there either.
--
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]