EmmyMiao87 opened a new issue #5446:
URL: https://github.com/apache/incubator-doris/issues/5446


   **Is your feature request related to a problem? Please describe.**
   1. The smallest export unit supported by the existing export function is 
partition.
   But sometimes users only want to export data that meets certain conditions.
   2. Neither column separator nor row separator supports hexadecimal hidden 
characters such as'\x07'.
   3. The export file must be stored in the remote medium, and cannot be 
exported to the local.
   
   **Describe the solution you'd like**
   1. Support where clause in export stmt which only export selected rows.
   2. Support utf8 separator
   3. Support export to local
   


----------------------------------------------------------------
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.

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



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

Reply via email to