alamb commented on code in PR #3547:
URL: https://github.com/apache/arrow-datafusion/pull/3547#discussion_r979407235


##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -825,17 +828,6 @@ enum PrimitiveScalarType{
     TIME64 = 27;
 }
 
-message ScalarType{

Review Comment:
   I am not sure why but the previous code was encoding `ScalarValue::List` 
using a different pattern than the struct. This PR changes the serialization 
code to use the same structure as `ScalarValue::List` -- the Field and the a 
list of scalar values, resulting in a drastic simplification



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