You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "morningman (via GitHub)" <gi...@apache.org> on 2023/04/28 16:12:54 UTC

[GitHub] [doris] morningman commented on pull request #18997: [Enhencement](Export/Outfile) add property for outfile/export and add test

morningman commented on PR #18997:
URL: https://github.com/apache/doris/pull/18997#issuecomment-1527788365

   We should add a FE config `enable_export_delete_existing_files`. And the default value is false.
   Because this is a very dangerous operation, that user may specified export dir `/`, and it will delete the whole dir!
   
   So:
   1. add this config to disable it by default.
   2. add comment and document to notice that it is dangerous config that should only be used in test env.
   


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org