andygrove commented on issue #182:
URL:
https://github.com/apache/datafusion-comet/issues/182#issuecomment-2113122036
Error:
```
org.apache.comet.CometNativeException: General execution error with reason
java.lang.RuntimeException: java.io.IOException: Could not read object from
config with key parquet.private.read.filter.predicate
Caused by: java.io.IOException: Could not read object from config with key
parquet.private.read.filter.predicate
Caused by: java.lang.ClassNotFoundException:
org.apache.comet.parquet.ParquetFilters$$anon$2.
at org.apache.comet.Native.executePlan(Native Method)
```
Signature of class `org.apache.comet.parquet.ParquetFilters$$anon$2`:
```java
package org.apache.comet.parquet;
class ParquetFilters$$anon$2 {
org.apache.spark.unsafe.types.UTF8String suffixStr;
org.apache.spark.unsafe.types.UTF8String suffixStr();
boolean canDrop(org.apache.parquet.filter2.predicate.Statistics);
boolean inverseCanDrop(org.apache.parquet.filter2.predicate.Statistics);
boolean keep(org.apache.parquet.io.api.Binary);
boolean keep(java.lang.Comparable);
void <init>(org.apache.comet.parquet.ParquetFilters, java.lang.String);
}
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]