github-actions[bot] opened a new issue, #648: URL: https://github.com/apache/incubator-wayang/issues/648
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
