| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Can you explain how these are useful? |
Sorry, something went wrong.
Arrow's type system has many types, and projects building operations across Arrow data (comparisons, casts, aggregations) benefit from generating type-specialized code rather than hand-writing implementations for each type. The TDD files provide a machine-readable definition of Arrow's types that enables this. Including them in the distribution allows downstream projects to generate code that stays in sync as Arrow's type system evolves. |
Sorry, something went wrong.
|
Thanks! Can this rationale be documented in the code itself? |
Sorry, something went wrong.
|
I added a comment about the usefulness of the codegen files. |
Sorry, something went wrong.
|
Ah, I would've expected it next to the build config, sorry for being unclear 😅 |
Sorry, something went wrong.
|
Thanks for the details @telemenar and @lriggs . Can we add a note in the docs folder, quickly documenting this ? It's a good enhancement to me, we should give a bit of context for the users 😄 |
Sorry, something went wrong.
This reverts commit 8f7c595.
|
Thanks. I added a few notes. |
Sorry, something went wrong.
) ## What's Changed Add a new codegen classifier jar for arrow-vector that contains tdd and other template files. Closes apache#1061 .
) (#20) ## What's Changed Add a new codegen classifier jar for arrow-vector that contains tdd and other template files. Closes apache#1061 .
| Back | FazBrowse Home | New Git URL |
What's Changed
Add a new codegen classifier jar for arrow-vector that contains tdd and other template files.
Closes #1061 .