beyond1920 commented on issue #8294: [FLINK-12348][table-planner-blink]Use 
TableConfig in api module to replace TableConfig in blink-planner module.
URL: https://github.com/apache/flink/pull/8294#issuecomment-487457504
 
 
   @KurtYoung , after discussed with @hequn8128 offline,  final TableConfig has 
two level configuration (BTW, there is a unused field `userDefinedConfig` in 
current `TableConfig`, @hequn8128 will delete it soon):
   * common configuration among multiple planners.
   * configuration for  each specified planner, which implements interface 
`PlannerConfig`. For example, introduce `PlannerConfigImpl` in Blink planner 
module for Blink planner.
   
   Each planner may have different ConfigOptions, which could exist in API 
package of each planner module when multiple planner exist at same time.
   After current planner is deprecated, only one planner is retained, we could 
move it's `PlannerConfig` implementation and it's `ConfigOptions` to API module.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to