public interface InnerTableCommit extends StreamTableCommit, BatchTableCommit
TableCommit
contains overwrite setter.Modifier and Type | Method and Description |
---|---|
InnerTableCommit |
ignoreEmptyCommit(boolean ignoreEmptyCommit)
If this is set to true, when there is no new data, no snapshot will be generated.
|
InnerTableCommit |
withMetricRegistry(MetricRegistry registry) |
InnerTableCommit |
withOverwrite(Map<String,String> staticPartition)
Overwrite writing, same as the 'INSERT OVERWRITE T PARTITION (...)' semantics of SQL.
|
commit, filterAndCommit
commit, truncateTable
abort
close
InnerTableCommit withOverwrite(@Nullable Map<String,String> staticPartition)
InnerTableCommit ignoreEmptyCommit(boolean ignoreEmptyCommit)
If there are no new files or compact files at the same time, no new commit will be generated regardless of the configuration (No one trigger commit interface).
InnerTableCommit withMetricRegistry(MetricRegistry registry)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.