Neville Dipale created ARROW-7620:
-------------------------------------
Summary: [Rust] Windows builds failing due to flatbuffer compile
error
Key: ARROW-7620
URL: https://issues.apache.org/jira/browse/ARROW-7620
Project: Apache Arrow
Issue Type: Bug
Components: Rust
Reporter: Neville Dipale
I've noticed now on a few PRs whose tests should otherwise pass, that the Rust
Windows tests are failing due to `*_generated.rs` not being found while trying
to rename the generated flatbuffer files.
An example is at
[https://github.com/apache/arrow/pull/6227/checks?check_run_id=397505832]
+ flatc --rust -o arrow/src/ipc/gen/ ../format/File.fbs
../format/Message.fbs ../format/Schema.fbs ../format/SparseTensor.fbs
../format/Tensor.fbs
+ find arrow/src/ipc/gen/ -name '*_generated.rs' -exec sed -i
s/type__type/type_type/g '{}' ';'
File not found - *_generated.rs
--
This message was sent by Atlassian Jira
(v8.3.4#803005)