alamb opened a new pull request, #4855:
URL: https://github.com/apache/arrow-datafusion/pull/4855

   # Which issue does this PR close?
   
   Na
   
   # Rationale for this change
   
   This is a  cleanup I have wanted to do for a while whenever I look in the 
`datafusion/core/tests` directory and see intermixed  data and code,  which 
offends my sense of order
   
   ```shell
   $ ls tests/
   
   aggregate_simple.csv         data/                        join_fuzz.rs       
          parquet_exec.rs              sql_integration.rs           
user_defined_plan.rs
   aggregate_simple_pipe.csv    dataframe.rs                 jsons/             
          path_partition.rs            sqllogictests/               
window_fuzz.rs
   capitalized_example.csv      dataframe_functions.rs       memory_limit.rs    
          provider_filter_pushdown.rs  statistics.rs
   config_from_env.rs           decimal_data.csv             merge_fuzz.rs      
          row.rs                       tpc-ds/
   csv/                         empty.csv                    null_cases.csv     
          simplification.rs            tpcds_planning.rs
   custom_sources.rs            example.csv                  
order_spill_fuzz.rs          sort_key_cursor.rs           tpch-csv/
   customer.csv                 fifo.rs                      parquet/           
          sql/                         user_defined_aggregates.rs
   ```
   
   🤮 
   
   # What changes are included in this PR?
   Move all `.csv` data files `datafusion/core/tests/data`
   
   # Are these changes tested?
   
   Covered by existing tests
   
   # Are there any user-facing changes?
   
   No


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