You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/03 16:46:44 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #6217: Minor: consolidate test data

alamb commented on code in PR #6217:
URL: https://github.com/apache/arrow-datafusion/pull/6217#discussion_r1183950923


##########
datafusion/core/tests/sql/order.rs:
##########
@@ -25,7 +25,7 @@ use test_utils::{batches_to_vec, partitions_to_sorted_vec};
 #[tokio::test]
 async fn sort_with_lots_of_repetition_values() -> Result<()> {
     let ctx = SessionContext::new();
-    let filename = "tests/parquet/data/repeat_much.snappy.parquet";

Review Comment:
   the parquet one was particularly confusing because `tests/parquet` also has a bunch of rust code as well



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