devinjdangelo commented on code in PR #8605:
URL: https://github.com/apache/arrow-datafusion/pull/8605#discussion_r1433174766


##########
datafusion/proto/gen/src/main.rs:
##########
@@ -28,6 +28,7 @@ fn main() -> Result<(), String> {
     let descriptor_path = proto_dir.join("proto_descriptor.bin");
 
     prost_build::Config::new()
+        .protoc_arg("--experimental_allow_proto3_optional")

Review Comment:
   Should be able to remove this after 
https://github.com/apache/arrow-datafusion/issues/8602 is fixed



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