mingmwang commented on code in PR #6136:
URL: https://github.com/apache/arrow-datafusion/pull/6136#discussion_r1179876258


##########
datafusion/core/tests/sql/parquet.rs:
##########
@@ -79,7 +79,7 @@ async fn parquet_with_sort_order_specified() {
     // This string appears in ParquetExec if the output ordering is
     // specified
     let expected_output_ordering =
-        "output_ordering=[string_col@9 ASC NULLS LAST, int_col@4 ASC NULLS 
LAST]";
+        "output_ordering=[string_col@1 ASC NULLS LAST, int_col@0 ASC NULLS 
LAST]";
 

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]

Reply via email to