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: us...@infra.apache.org