suxiaogang223 opened a new pull request, #63673:
URL: https://github.com/apache/doris/pull/63673

   ### What changed
   
   - Recreate the three Spark-preinstalled Iceberg tables used by 
`test_iceberg_rewrite_data_files_where_conditions` before inserting test data.
   - Replace `CREATE TABLE IF NOT EXISTS` with `DROP TABLE IF EXISTS` plus 
`CREATE TABLE` in `run21.sql`.
   
   ### Why
   
   The external Docker bootstrap script can be executed against an existing 
Iceberg warehouse/catalog. With the previous `CREATE TABLE IF NOT EXISTS` 
pattern, every bootstrap run appended another 30 rows to each table, so the 
regression case could fail before rewrite execution with `COUNT(*) != 30`.
   
   ### Validation
   
   - Ran `git diff --check` for the changed SQL file.
   - Did not run the full external Iceberg regression locally because it 
requires the external Docker Iceberg environment.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to