Skip to content

Commit cc77c5e

Browse files
committed
Revert "Added comment about the usefullness of the codegen files."
This reverts commit 8f7c595.
1 parent 8f7c595 commit cc77c5e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

vector/src/main/codegen/config.fmpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Arrow's type system has many types, and projects building operations across Arrow data
17-
# (comparisons, casts, aggregations) benefit from generating type-specialized code rather
18-
# than hand-writing implementations for each type.
19-
20-
# The TDD files provide a machine-readable definition of Arrow's types that enables this.
21-
# Including them in the distribution allows downstream projects to generate code that
22-
# stays in sync as Arrow's type system evolves.
23-
2416
data: {
2517
# TODO: Rename to ~valueVectorModesAndTypes for clarity.
2618
vv: tdd(../data/ValueVectorTypes.tdd),

0 commit comments

Comments
 (0)