You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mingmwang (via GitHub)" <gi...@apache.org> on 2023/04/28 02:39:48 UTC

[GitHub] [arrow-datafusion] mingmwang commented on a diff in pull request #6136: [Bug fix] Source projection output ordering

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

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