Skip to content

Commit

Permalink
remove proto flag
Browse files Browse the repository at this point in the history
  • Loading branch information
devinjdangelo committed Dec 20, 2023
1 parent 1490635 commit 1c27a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/proto/gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fn main() -> Result<(), String> {
let descriptor_path = proto_dir.join("proto_descriptor.bin");

prost_build::Config::new()
.protoc_arg("--experimental_allow_proto3_optional")
.file_descriptor_set_path(&descriptor_path)
.out_dir("src")
.compile_well_known_types()
Expand Down

0 comments on commit 1c27a06

Please sign in to comment.