Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ default Optional<ConnectorTableLayout> getInsertLayout(ConnectorSession session,
/**
* Describes statistics that must be collected during a write.
*
* @param tableReplace if true, replace old statistics
* @param tableReplace indicates whether this is for table replace operation and statistics of an existing table (if any) should be ignored
*/
default TableStatisticsMetadata getStatisticsCollectionMetadataForWrite(ConnectorSession session, ConnectorTableMetadata tableMetadata, boolean tableReplace)
{
Expand Down