alamb opened a new issue, #6349: URL: https://github.com/apache/arrow-datafusion/issues/6349
### Is your feature request related to a problem or challenge? As we port our tests to sqllogictests https://github.com/apache/arrow-datafusion/issues/4460 it is important to retain test coverage One thing that was noticed is that sqllogictest tests doesn't cover cases if the column name is not expected. So for example, it will show the following outputs as the same | Int8 | |--------| | 1 | | 2 | to | a | |--------| | 1 | | 2 | ### Describe the solution you'd like It would be nice to have some way (perhaps optionally) that verified the column names as well ### Describe alternatives you've considered _No response_ ### Additional context @comphead brought thus up on https://github.com/apache/arrow-datafusion/pull/6329#pullrequestreview-1425450768 -- 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]
