Sergey Nuyanzin created FLINK-9473: -------------------------------------- Summary: Compilation fails after upgrade to Calcite 1.17 Key: FLINK-9473 URL: https://issues.apache.org/jira/browse/FLINK-9473 Project: Flink Issue Type: Sub-task Components: Table API & SQL Reporter: Sergey Nuyanzin Assignee: Sergey Nuyanzin
{noformat} /apacheFlink/flink-libraries/flink-table/src/main/scala/org/apache/flink/table/catalog/ExternalCatalogSchema.scala:40: error: class ExternalCatalogSchema needs to be abstract, since: [ERROR] it has 2 unimplemented members. [ERROR] /** As seen from class ExternalCatalogSchema, the missing signatures are as follows. [ERROR] * For convenience, these are usable as stub implementations. [ERROR] */ [ERROR] def getType(x$1: String): org.apache.calcite.rel.type.RelProtoDataType = ??? [ERROR] def getTypeNames(): java.util.Set[String] = ??? [ERROR] [ERROR] class ExternalCatalogSchema( [ERROR] ^ [WARNING] two warnings found [ERROR] one error found {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)