alamb opened a new issue, #8212: URL: https://github.com/apache/arrow-datafusion/issues/8212
### Is your feature request related to a problem or challenge? Part of https://github.com/apache/arrow-datafusion/issues/6195. We are trying to 1. keep the DataFusion code base clean and easy to contribute to and modify 2. Understand what features are covered and what are not Part of doing so is having a single location for most test coverage so new tests can be added easily and people can follow the existing patterns easily ### Describe the solution you'd like Port the tests in https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/sql/repartition.rs to `repartition.slt` in https://github.com/apache/arrow-datafusion/tree/main/datafusion/sqllogictest/test_files Note you can create catalogs and schema via SQL now Catalogs: https://arrow.apache.org/datafusion/user-guide/sql/ddl.html#create-database Schema: https://arrow.apache.org/datafusion/user-guide/sql/ddl.html#create-schema Notes: 1. Instructions for running sqllogitest are here: https://github.com/apache/arrow-datafusion/tree/main/datafusion/sqllogictest ### Describe alternatives you've considered _No response_ ### Additional context I think these are good first issues as they teach the contributor about the DataFusion codebase and tests, as well as see the end user apis in practice. _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]
