andygrove opened a new issue, #8541:
URL: https://github.com/apache/arrow-datafusion/issues/8541

   ### Describe the bug
   
   I am running `cargo test` on main branch and hitting this error:
   
   ```
        Running bin/sqllogictests.rs 
(target/debug/deps/sqllogictests-32de638f765421ed)
   Running "pg_compat/pg_compat_types.slt"
   Running "pg_compat/pg_compat_union.slt"
   Running "pg_compat/pg_compat_window.slt"
   Running "pg_compat/pg_compat_simple.slt"
   Running "pg_compat/pg_compat_null.slt"
   Running "pg_compat/pg_compat_type_coercion.slt"
   Running "wildcard.slt"
   Running "information_schema_columns.slt"
   Running "projection.slt"
   Running "nullif.slt"
   Running "subquery.slt"
   Running "options.slt"
   Running "arrow_files.slt"
   Running "dates.slt"
   Running "misc.slt"
   Running "prepare.slt"
   Running "avro.slt"
   Running "struct.slt"
   Running "functions.slt"
   Running "predicates.slt"
   Running "intersection.slt"
   Running "timestamps.slt"
   Running "limit.slt"
   Running "window.slt"
   Running "ddl.slt"
   Running "union.slt"
   Running "insert.slt"
   Running "distinct_on.slt"
   Running "strings.slt"
   Running "join.slt"
   Running "describe.slt"
   Running "explain.slt"
   Running "decimal.slt"
   Running "aggregate.slt"
   Running "join_disable_repartition_joins.slt"
   Running "clickbench.slt"
   Running "csv_files.slt"
   Running "information_schema_multiple_catalogs.slt"
   Running "math.slt"
   Running "arrow_typeof.slt"
   Running "json.slt"
   Running "information_schema_table_types.slt"
   Running "copy.slt"
   Running "set_variable.slt"
   Running "scalar.slt"
   Running "map.slt"
   Running "cte.slt"
   Running "schema_evolution.slt"
   Running "binary.slt"
   Running "cast.slt"
   Running "order.slt"
   Running "interval.slt"
   Running "groupby.slt"
   Running "metadata.slt"
   Running "insert_to_external.slt"
   Running "encoding.slt"
   Running "identifiers.slt"
   Running "group.slt"
   thread 'main' panicked at 
datafusion/sqllogictest/bin/sqllogictests.rs:264:14:
   Readable directory: Os { code: 2, kind: NotFound, message: "No such file or 
directory" }
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   thread 'tokio-runtime-worker' panicked at 
/home/andy/git/apache/arrow-datafusion/datafusion/physical-plan/src/lib.rs:540:21:
   internal error: entered unreachable code
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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