jcralmeida commented on a change in pull request #11982:
URL: https://github.com/apache/arrow/pull/11982#discussion_r789169164



##########
File path: format/FlightSql.proto
##########
@@ -908,30 +908,30 @@ enum Nullable {
   /**
    * Indicates that the fields does not allow the use of null values.
    */
-  TYPE_NO_NULLS = 0;
+  NULLABILITY_NO_NULLS = 0;
 
   /**
    * Indicates that the fields allow the use of null values.
    */
-  TYPE_NULLABLE = 1;
+  NULLABILITY_NULLABLE = 1;
 
   /**
    * Indicates that nullability of the fields can not be determined.
    */
-  TYPE_NULLABLE_UNKNOWN = 2;
+  NULLABILITY_UNKNOWN = 2;

Review comment:
       Yes, both UNKNOW are related to the value 2 in JDBC and ODBC




-- 
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