[
https://issues.apache.org/jira/browse/ARROW-7620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove reassigned ARROW-7620:
---------------------------------
Assignee: Andy Grove
> [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
> Assignee: Andy Grove
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 0.16.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)