Package org.apache.iceberg.flink.sink
Class SinkUtil
java.lang.Object
org.apache.iceberg.flink.sink.SinkUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionwriteProperties
(FileFormat format, FlinkWriteConf conf, Table table) Based on theFileFormat
overwrites 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
-
writeProperties
public static Map<String,String> writeProperties(FileFormat format, FlinkWriteConf conf, @Nullable Table table) Based on theFileFormat
overwrites the table level compression properties for the table write.- Parameters:
format
- The FileFormat to useconf
- The write configurationtable
- The table to get the table level settings- Returns:
- The properties to use for writing
-