Skip to content

Commit 41c8d0a

Browse files
committed
Update tableReplace javadoc in getStatisticsCollectionMetadataForWrite
1 parent 8bf2b4b commit 41c8d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/trino-spi/src/main/java/io/trino/spi/connector/ConnectorMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ default Optional<ConnectorTableLayout> getInsertLayout(ConnectorSession session,
685685
/**
686686
* Describes statistics that must be collected during a write.
687687
*
688-
* @param tableReplace if true, replace old statistics
688+
* @param tableReplace indicates whether this is for table replace operation and statistics of an existing table (if any) should be ignored
689689
*/
690690
default TableStatisticsMetadata getStatisticsCollectionMetadataForWrite(ConnectorSession session, ConnectorTableMetadata tableMetadata, boolean tableReplace)
691691
{

0 commit comments

Comments
 (0)