You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/18 07:33:37 UTC

[GitHub] [flink] leonardBang commented on a change in pull request #14644: [FLINK-20840][table-planner] Properly transpose projection to join

leonardBang commented on a change in pull request #14644:
URL: https://github.com/apache/flink/pull/14644#discussion_r559362690



##########
File path: flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/delegation/PlannerContext.java
##########
@@ -83,8 +83,8 @@
 @Internal
 public class PlannerContext {
 
-    private final RelDataTypeSystem typeSystem = new FlinkTypeSystem();
-    private final FlinkTypeFactory typeFactory = new FlinkTypeFactory(typeSystem);
+    private final RelDataTypeSystem typeSystem;

Review comment:
       Oops,they should only appear in my another developing branch.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org