comphead opened a new issue, #24390:
URL: https://github.com/apache/datafusion/issues/24390

   Currently we have to repeat the same test over and over again with different 
params configurations. 
   
   Good example are joins where the same set of tests should return same values 
regardless of join type.
   
   I personally find very useful config matrix introduced by @andygrove in 
Comet 
   
   Example 
   
   ```
   -- ConfigMatrix: parquet.enable.dictionary=false,true
   ```
   
   So the same test gets verified for all possible combinations without having 
tests to be duplicated 
   
   _Originally posted by @comphead in 
https://github.com/apache/datafusion/pull/24361#pullrequestreview-4940784492_
               


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