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



##########
File path: format/FlightSql.proto
##########
@@ -867,15 +867,15 @@ enum SqlSupportsConvert {
   SQL_CONVERT_VARCHAR = 19;
 }
 
-enum DATE_SUBCODE {
-  UNKNOWN_SUBCODE = 0;
+enum DateSubcode {
+  SQL_DATETIME_SUBCODE_UNKNOWN = 0;
   SQL_CODE_DATE = 1;
   SQL_CODE_TIME = 2;
   SQL_CODE_TIMESTAMP = 3;
 }

Review comment:
       Changed the enum  and I prefixed the values with SQL_DATETIME_SUBCODE_




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