schenksj commented on PR #4534: URL: https://github.com/apache/datafusion-comet/pull/4534#issuecomment-4582767055
Moving to draft: reworking the JVM-side string classification (`isFileReadError`) into a typed native error channel. Instead of substring-matching DataFusion/arrow-rs/object_store error prose on the JVM, the native side will classify file-read failures into a typed `SparkError` variant that crosses JNI as the existing structured `CometQueryExecutionException` JSON payload and is decoded by `SparkErrorConverter` — removing the fragile string matching entirely. Will mark ready once the rework is in. -- 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]
