Skip to content

fields are never queried, why? #648

@github-actions

Description

@github-actions

fields are never queried, why?

https://github.com/apache/incubator-wayang/blob/3fa657bcc8c86198b9532aa06bf27964c3f771be/wayang-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/rel/WayangTableScan.java#L35

import org.apache.calcite.rel.hint.RelHint;
import org.apache.calcite.schema.Table;
import org.apache.wayang.api.sql.calcite.convention.WayangConvention;

import java.util.List;

public class WayangTableScan extends TableScan implements WayangRel {

    //TODO: fields are never queried, why?
    private final int[] fields;

    public WayangTableScan(RelOptCluster cluster,

90ce836ef2aa36c822e4f7f1f1de6f543ddb4e50

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions