simicd commented on code in PR #8919:
URL: https://github.com/apache/arrow-datafusion/pull/8919#discussion_r1459966938
##########
datafusion/core/tests/sql/select.rs:
##########
@@ -482,7 +482,7 @@ async fn sort_on_window_null_string() -> Result<()> {
async fn test_prepare_statement() -> Result<()> {
let tmp_dir = TempDir::new()?;
let partition_count = 4;
- let ctx = partitioned_csv::create_ctx(&tmp_dir, partition_count).await?;
+ let ctx = create_ctx_with_partition(&tmp_dir, partition_count).await?;
Review Comment:
The same code existed in `partitioned_csv.rs` and `mod.rs` - dropped the
former and replaced with function calls to `mod.rs`
--
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]