Class SinkUtil

java.lang.Object
org.apache.iceberg.flink.sink.SinkUtil

@Internal public class SinkUtil extends Object
  • Field Details

  • Method Details

    • writeProperties

      public static Map<String,String> writeProperties(FileFormat format, FlinkWriteConf conf, @Nullable Table table)
      Based on the FileFormat overwrites the table level compression properties for the table write.
      Parameters:
      format - The FileFormat to use
      conf - The write configuration
      table - The table to get the table level settings
      Returns:
      The properties to use for writing