You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When consuming arrow-flight from crates.io, it is always considered dirty and will always be rebuilt.
I suspect this is the result of the println!("cargo:rerun-if-changed=../format/Flight.proto"); being "registered" even if there is no file at ../format/Flight.proto.
The text was updated successfully, but these errors were encountered:
Describe the bug
When consuming arrow-flight from crates.io, it is always considered dirty and will always be rebuilt.
I suspect this is the result of the
println!("cargo:rerun-if-changed=../format/Flight.proto");
being "registered" even if there is no file at../format/Flight.proto
.The text was updated successfully, but these errors were encountered: