Dandandan commented on code in PR #7364:
URL: https://github.com/apache/arrow-datafusion/pull/7364#discussion_r1302114597


##########
datafusion/sqllogictest/test_files/order.slt:
##########
@@ -410,3 +410,38 @@ SELECT DISTINCT time as "first_seen" FROM t ORDER BY 1;
 ## Cleanup
 statement ok
 drop table t;
+
+# Create a table having 3 columns which are ordering equivalent by the source. 
In the next step,
+# we will expect to observe the removed sort exec by propagating the orders 
across projection.

Review Comment:
   ```suggestion
   # we will expect to observe the removed SortExec by propagating the orders 
across projection.
   ```



-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to