2010YOUY01 commented on issue #16028: URL: https://github.com/apache/datafusion/issues/16028#issuecomment-2875212201
This feature is useful to me when debugging. +1 🙌🏼 We might also extend this syntax to execute line ranges like ```sh # run aggregate.slt from line 100 to line 200 ... aggregate:100..200 ``` If we want to run the setup routine in lines 0~20, then run a specific query at line 123, wen can do ```sh # run aggregate.slt from line 100 to line 200 ... aggregate:0..20,123 ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org