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

   ### Is your feature request related to a problem or challenge?
   
   I found tests in `aggregate.slt` a bit messy and the file is too big(6088 
rows)... when I try add more tests of `median` for #13681 
   
   Maybe we should split and sort out such tests to make it clearer.
   
   ### Describe the solution you'd like
   
   I think https://github.com/apache/datafusion/pull/12525 is a good example.
   
   And maybe we can do something like it. We can split the tests into multiple 
test files, and each file only contains testcases for a special aggregation 
function:
   
   - Current
   ```
   aggregate.slt
   ```
   - After sorting out
   ```
   aggregate
     init.slt.part
     min_max.slt
     median.slt
     ...
   ```
   
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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