[
https://issues.apache.org/jira/browse/ARROW-12111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs updated ARROW-12111:
------------------------------------
Fix Version/s: (was: 5.0.0)
4.0.0
> [Java] place files generated by flatc under source control
> ----------------------------------------------------------
>
> Key: ARROW-12111
> URL: https://issues.apache.org/jira/browse/ARROW-12111
> Project: Apache Arrow
> Issue Type: Task
> Components: Java
> Reporter: Bob Tinsman
> Assignee: Bob Tinsman
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> The Arrow binary format is implemented with Flatbuffers specification files
> (_*.fbs_ in the top-level _format_ directory). The _flatc_ binary is used to
> generate source files for various implementation languages.
> The Java build does the generation as part of every build. However, these
> languages have _flatc-_generated files under source control:
> * C++
> * Rust
> * Javascript
> * C#
> Java can do this as well, removing the build dependency on _flatc_ (currently
> provided by an unofficial Maven artifact, not available under Windows). The
> Java build doc can be updated to reflect this change and document how to
> generate and check in files when the binary format changes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)