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 2019/07/22 10:35:31 UTC

[GitHub] [flink] twalthr commented on a change in pull request #9185: [FLINK-13266] [table] Relocate blink planner classes to avoid class clashes

twalthr commented on a change in pull request #9185: [FLINK-13266] [table] Relocate blink planner classes to avoid class clashes
URL: https://github.com/apache/flink/pull/9185#discussion_r305777547
 
 

 ##########
 File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/ExecutionConfigOptions.java
 ##########
 @@ -19,12 +19,12 @@
 package org.apache.flink.table.api;
 
 import org.apache.flink.configuration.ConfigOption;
-import org.apache.flink.table.runtime.window.grouping.HeapWindowsGrouping;
 
 import static org.apache.flink.configuration.ConfigOptions.key;
 
 /**
  * This class holds configuration constants used by Flink's table module.
+ * This is only used for BLINK planner.
 
 Review comment:
   nit: `\n<p>This is only used for the Blink planner.`

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


With regards,
Apache Git Services