big-doudou opened a new issue, #48901:
URL: https://github.com/apache/doris/issues/48901

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   2.1.6-rco4
   
   ### What's Wrong?
   
   I am running tpcds on doris.
   First i execute gen-tpcds-data.sh -1 to generate data.
   Then execute load-tpcds-data.sh to import data.
   The final result is that no data is imported.
   
   I checked the gen-tpcds-data.sh script and found that when SCALE_FACTOR=1 
and PARALLEL=1, the generated filename does not have a slice suffix.
   But load-tpcds-data.sh line 178, the file format to be imported is 
${table_name}"_{1..100}_*.dat. this causes the import process to skip all data.
   
   Translated with DeepL.com (free version)
   
   ### What You Expected?
   
   I realized that the tpcds generated data code is not in the github of doris, 
but is a code file on the AliCloud.
   For example: wget 
“https://qa-build.oss-cn-beijing.aliyuncs.com/tools/TPC-DS_Tools_v3.2.0rc2.zip”
   
   I would like to submit the code to fix it, two ways: one is to determine the 
suffix slicing in the load script, and the other is to modify the TPC-DS_Tools 
code.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscr...@doris.apache.org.apache.org

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