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

   **Describe the bug**
   When I run Ballista in docker-compose and then run the benchmarks, all 
benchmark queries run very fast and return result sets with zero rows and zero 
columns and I see that the executed plans contain `EmptyExec` instead of 
`ParquetExec`.
   
   **To Reproduce**
   
   ```bash
   cargo build --release
   docker-compose up --build
   ```
   
   Then run benchmarks using instructions in repo.
   
   **Expected behavior**
   Should not be replacing `ParquetExec` with `EmptyExec`
   
   **Additional context**
   None
   


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