apache / apache/wayang

fields are never queried, why?

Open
#648 1 comment 0 reactions 0 assignees View on GitHub
todo
Dominant language
Java
Stars
274
Forks
140
Avg merge
5d 16h
Merged PRs (30d)
4

Description

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

```java

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

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.