You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2017/08/08 11:13:00 UTC

[jira] [Created] (FLINK-7389) Remove Calcite PushProjector

Timo Walther created FLINK-7389:
-----------------------------------

             Summary: Remove Calcite PushProjector
                 Key: FLINK-7389
                 URL: https://issues.apache.org/jira/browse/FLINK-7389
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Timo Walther


The PushProjector class is copied from Apache Calcite except that it does not automatically name the field using the name of the operators as the Table API rejects special characters like '-' in the field names.

We need to find a solution without copying Calcite classes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)