Class FlinkCompatibilityUtil

java.lang.Object
org.apache.iceberg.flink.util.FlinkCompatibilityUtil

public class FlinkCompatibilityUtil extends Object
This is a small util class that try to hide calls to Flink Internal or PublicEvolve interfaces as Flink can change those APIs during minor version release.
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isPhysicalColumn(org.apache.flink.table.api.Schema.UnresolvedColumn column)
     
    static boolean
    isPhysicalColumn(org.apache.flink.table.catalog.Column column)
     
    static boolean
    isPhysicalColumn(org.apache.flink.table.legacy.api.TableColumn column)
    Deprecated.
    since 1.10.0, will be removed in 2.0.0.
    static org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData>
    toTypeInfo(org.apache.flink.table.types.logical.RowType rowType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • toTypeInfo

      public static org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> toTypeInfo(org.apache.flink.table.types.logical.RowType rowType)
    • isPhysicalColumn

      @Deprecated public static boolean isPhysicalColumn(org.apache.flink.table.legacy.api.TableColumn column)
      Deprecated.
      since 1.10.0, will be removed in 2.0.0.
    • isPhysicalColumn

      public static boolean isPhysicalColumn(org.apache.flink.table.catalog.Column column)
    • isPhysicalColumn

      public static boolean isPhysicalColumn(org.apache.flink.table.api.Schema.UnresolvedColumn column)