apache / apache/texera

Improve the projection operator with renaming and re-ordering columns

Open
#1,600 4 comments 1 reaction 1 assignee Assigned to @aicam View on GitHub
Dominant language
Scala
Stars
314
Forks
187
Avg merge
1d 21h
Merged PRs (30d)
214

Description

We want to finish the PR #1134, which allows projection to re-order columns.

Ideally, the new projection operator can do: 1) re-order columns, 2) drop columns (by selecting the checkbox), and 3) rename columns.

But if it's hard to combine into one single operator, one alternative implementation is to have 1) a projection operator that can do reordering and dropping, and 2) add a new renaming operator that only does renaming.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.