sunchao commented on issue #182: URL: https://github.com/apache/arrow-datafusion-comet/issues/182#issuecomment-1988981298
@sagarlakshmipathy This is interesting. How did you run this? If `ClassNotFoundException: org.apache.comet.parquet.ParquetFilters$$anon$1. ` is the real issue here, then you should be able to see other TPC-DS queries fail with the same reason too. Have you checked `$SPARK_HOME/jars` and see if `org.apache.comet.parquet.ParquetFilters$$anon$1` is there in the classpath? We do run TPC-DS queries through `CometTPCDSQuerySuite` and I don't remember seeing this. -- 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]
