mustafasrepo commented on code in PR #6124:
URL: https://github.com/apache/arrow-datafusion/pull/6124#discussion_r1178763144


##########
datafusion/core/tests/sql/group_by.rs:
##########
@@ -160,3 +161,99 @@ async fn group_by_dictionary() {
     run_test_case::<UInt32Type>().await;
     run_test_case::<UInt64Type>().await;
 }
+
+#[tokio::test]
+async fn test_source_sorted_groupby() -> Result<()> {

Review Comment:
   Since the table for this test is constructed to test this use case. We need 
to add new table to the sql logic test also. 



-- 
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]

Reply via email to