liukun4515 commented on code in PR #5132:
URL: https://github.com/apache/arrow-datafusion/pull/5132#discussion_r1100130975
##########
datafusion/core/tests/dataframe.rs:
##########
@@ -124,6 +125,39 @@ async fn sort_on_unprojected_columns() -> Result<()> {
Ok(())
}
+#[tokio::test]
Review Comment:
same comments with @jackwener . It is better to add e2e test for this case
in the `distinct` test or the `order by` test.
--
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]