Ted-Jiang opened a new issue, #2221:
URL: https://github.com/apache/arrow-datafusion/issues/2221

   **Describe the bug**
   ```
       Finished dev [unoptimized + debuginfo] target(s) in 0.58s
        Running `target/debug/datafusion-cli`
   DataFusion CLI v7.0.0
   ❯ create external table test STORED AS PARQUET LOCATION 
'/Users/yangjiang/CLionProjects/github/arrow-datafusion/parquet-testing/data/alltypes_plain.parquet';
   0 rows in set. Query took 0.004 seconds.
   ❯ select approx_median(tinyint_col) from test;
   thread 'main' panicked at 'index out of bounds: the len is 0 but the index 
is 0', 
/Users/yangjiang/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-11.1.0/src/datatypes/schema.rs:193:10
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


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