alamb commented on a change in pull request #1415:
URL: https://github.com/apache/arrow-datafusion/pull/1415#discussion_r765914983
##########
File path: datafusion/tests/sql.rs
##########
@@ -6351,6 +6351,21 @@ async fn test_expect_distinct() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn test_sort_unprojected_col() -> Result<()> {
+ let mut ctx = ExecutionContext::new();
+ register_alltypes_parquet(&mut ctx).await;
+ // execute the query
+ let sql = "SELECT id FROM alltypes_plain ORDER BY int_col, double_col";
Review comment:
👍
--
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]