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 2020/04/13 09:55:29 UTC

[GitHub] [flink] danny0405 commented on a change in pull request #11711: [FLINK-17103][table-planner-blink] Supports dynamic options for Blink…

danny0405 commented on a change in pull request #11711: [FLINK-17103][table-planner-blink] Supports dynamic options for Blink…
URL: https://github.com/apache/flink/pull/11711#discussion_r407405962
 
 

 ##########
 File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/CatalogSinkModifyOperation.java
 ##########
 @@ -37,20 +37,23 @@
 	private final Map<String, String> staticPartitions;
 	private final QueryOperation child;
 	private final boolean overwrite;
+	private final List<?> tableHints;
 
 Review comment:
   The module `flink-table-api-java` has no Calcite as dependency, use `List<?>` instead of `List` to fix the compiler warnings.

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