tustvold commented on code in PR #4400:
URL: https://github.com/apache/arrow-datafusion/pull/4400#discussion_r1033356845


##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -705,8 +705,9 @@ enum IntervalUnit{
 }
 
 message Decimal{
-    uint64 whole = 1;
-    uint64 fractional = 2;
+  reserved 1, 2;

Review Comment:
   This is a breaking change to the protobuf serialization of schemas



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