techdocsmith commented on code in PR #14661: URL: https://github.com/apache/druid/pull/14661#discussion_r1273863420
########## docs/operations/metrics.md: ########## @@ -171,12 +171,12 @@ The mode is decided using the values of the `isAppendToExisting` and `isDropExisting` flags in the task's `IOConfig` as follows: -| `isAppendToExisting` | `isDropExisting` | mode | -|----------------------|-------------------|------| -| `true` | `false` | `APPEND`| -| `true` | `true ` | Invalid combination, exception thrown. | -| `false` | `false` | `REPLACE_LEGACY` (this is the default for native batch ingestion). | - | `false` | `true` | `REPLACE`| +|`isAppendToExisting`|`isDropExisting`|Mode| +|--------------------|----------------|----| +|`true`|`false`|`APPEND`| +|`true`|`true `|Invalid combination, exception thrown.| +|`false`|`false`|`REPLACE_LEGACY` (This is the default for native batch ingestion.)| Review Comment: ```suggestion |`false`|`false`|`REPLACE_LEGACY`. The default for JSON-based batch ingestion. | ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
