Description
The alias should be preserved by the project node, e.g.
.scan("EMP") .as("EMP_alias") .project(...) // resets alias to null .project(builder.field("EMP_alias", "DEPTNO")) // fails that no such alias exists
Attachments
Issue Links
- links to