apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.82k stars 3.12k forks source link

[Bug] The file exported to S3 cannot be set to pull label #37036

Open victory-wu opened 3 days ago

victory-wu commented 3 days ago

Search before asking

Version

doris 2.1.3

What's Wrong?

The file exported to S3 cannot be set to pull label, Unable to view export progress

What You Expected?

Can set label to view export progress

How to Reproduce?

EXPORT TABLE student_audit TO "s3://tempfile/" 
WITH s3 (
"label"="xxx",
    "s3.endpoint" = "http://xxx.com/",
    "s3.region" = "k7g",
    "column_separator"=",",
    "s3.secret_key"="",
    "s3.access_key" = "",
    "use_path_style" = "true"
);

Anything Else?

1. Hope to export to S3 and support Excel, with comma symbol in the data,

Or let CSV support including data quotation marks

example:

1,2,3,"4,5,6",7,8

2. I hope the columns parameter can support alias

Are you willing to submit PR?

Code of Conduct