Package org.apache.iceberg.flink.sink
Class SinkUtil
java.lang.Object
org.apache.iceberg.flink.sink.SinkUtil
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionwriteProperties(FileFormat format, FlinkWriteConf conf, Table table) Based on theFileFormatoverwrites the table level compression properties for the table write.
- 
Field Details- 
FLINK_JOB_ID- See Also:
 
- 
OPERATOR_ID- See Also:
 
- 
MAX_COMMITTED_CHECKPOINT_ID- See Also:
 
 
- 
- 
Method Details- 
writePropertiespublic static Map<String,String> writeProperties(FileFormat format, FlinkWriteConf conf, @Nullable Table table) Based on theFileFormatoverwrites 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
 
 
-