twalthr commented on a change in pull request #6484: [FLINK-9134] [table]
upgrade Calcite dependency to 1.17
URL: https://github.com/apache/flink/pull/6484#discussion_r207497521
##########
File path:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/catalog/ExternalCatalogSchema.scala
##########
@@ -20,7 +20,10 @@ package org.apache.flink.table.catalog
import java.util.{Collection => JCollection, Collections => JCollections,
LinkedHashSet => JLinkedHashSet, Set => JSet}
+import com.google.common.collect.ImmutableSet
+import jdk.nashorn.internal.ir.annotations.Immutable
Review comment:
Remove unused import.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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