yew1eb opened a new issue, #1641:
URL: https://github.com/apache/auron/issues/1641

   **Is your feature request related to a problem? Please describe.**
   I noticed that the current `tpcds-validator` in CI always passes even if 
some query result checks actually fail.
   When users switch to using Auron, data correctness must be the absolute top 
priority -- any result mismatch is unacceptable.  
   To better protect data correctness durring future Auron code changes, it 
wolud be great if the `tpcds-validator` could actually fai the CI pipeline when 
mismatches occur (instead of silently passing).
   
   
   **Describe the solution you'd like**
   **Proposed changes:**  
   1. Update `tpcds-validator`: log failed queries to a file and exit(1) on any 
result mismatch.  
   2. Add CI step to upload the failure log as artifact for quick debugging.  
   
   This way CI can help us catch potential correctness issues early.  
   
   **Describe alternatives you've considered**
   
   
   **Additional context**
   
   


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

Reply via email to