ctsk opened a new issue, #15920:
URL: https://github.com/apache/datafusion/issues/15920

   ### Describe the bug
   
   When running the tpch benchmark with debug logging, some errors are logged - 
they look like this:
   
   > DEBUG datafusion_datasource_parquet::row_group_filter] Error evaluating 
row group predicate on bloom filter: Arrow error: Invalid argument error: 
Invalid comparison operation: Utf8View <= Utf8
   
   > DEBUG datafusion_datasource_parquet::row_group_filter] Error evaluating 
row group predicate values Arrow error: Invalid argument error: Invalid 
comparison operation: Utf8View <= Utf8
   
   > DEBUG datafusion_datasource_parquet::page_filter] Error evaluating page 
index predicate values Arrow error: Invalid argument error: Invalid comparison 
operation: Utf8View <= Utf8
   
   This does not affect the query result, but I wonder if this there is a cast 
/ conversion missing somewhere.
   
   ### To Reproduce
   
   If not done yet, download the tpch dataset+convert it to parquet via
   ```
   ./bench.sh data tpch
   ```
   
   Then run:
   ```
   RUST_LOG=debug ./bench.sh run tpch |& grep error
   ```
   
   ### Expected behavior
   
   No errors =)
   
   ### 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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to