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

   ## Summary
   
   Fix `tpch_unique_sql_zstd_bucket1_p1/sql/test_left_anti_join_batch_size.sql` 
to use the current suite database.
   
   The case is in the `tpch_unique_sql_zstd_bucket1_p1` suite, but the query 
hard-coded `regression_test_tpch_unique_sql_zstd_bucket1_p0.lineitem`. In 
branch-4.1 P1 runs, the P0 suite database is not guaranteed to exist, so the 
test fails before exercising the left anti join query.
   
   This patch replaces the stale fully qualified P0 table references with 
unqualified `lineitem`, matching the rest of the suite and the regression 
framework's suite DB routing.
   
   ## Testing
   
   - [x] `git diff --check`
   - [x] Verified the SQL diff only changes the two stale table references
   - [x] `rg -n "regression_test_tpch_unique_sql_zstd_bucket1_p0|lineitem 
l[13]" 
regression-test/suites/tpch_unique_sql_zstd_bucket1_p1/sql/test_left_anti_join_batch_size.sql`
   - [ ] Runtime regression validation: pending TeamCity buildall
   


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