Starrocks 3.5.1 Using to store in S3 ```INSERT IN...
# questions-and-troubleshooting
v
Starrocks 3.5.1 Using to store in S3
Copy code
INSERT INTO FILES ("path" = "<s3://some_s3/filename.parquet>" ... )
it creates a subfolder called
"filename.parquet"
, even with the `"single": "true`" parameter there's no way to set the filename and create a single file with that filename? Thanks!
е
it is a path, file name is set by BE node
v
so, I cannot set the filename right?