techdocsmith commented on code in PR #17501: URL: https://github.com/apache/druid/pull/17501#discussion_r1859112435
########## docs/multi-stage-query/reference.md: ########## @@ -95,12 +94,14 @@ For more information, see [Read external data with EXTERN](concepts.md#read-exte #### `EXTERN` to export to a destination -`EXTERN` can be used to specify a destination where you want to export data to. -This variation of EXTERN requires one argument, the details of the destination as specified below. -This variation additionally requires an `AS` clause to specify the format of the exported rows. +You can use `EXTERN` to specify a destination to export data. +This variation of `EXTERN` accepts the details of the destination as the only argument and requires an `AS` clause to specify the format of the exported rows. +- accepts the details of the destination as the only argument +- requires an `AS` clause to specify the format of the exported rows. + +When you export data, Druid creates metadata files in a subdirectory of the destination directory named `_symlink_format_manifest`. Review Comment: ```suggestion When you export data, Druid creates metadata files in a subdirectory named `_symlink_format_manifest`. ``` -- 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]
