andygrove commented on issue #3314: URL: https://github.com/apache/datafusion-comet/issues/3314#issuecomment-4300938565
Reopening. After rerunning under Spark 4.0.1 with `native_datafusion` in auto scan mode, the following tests still fail: - `FileBasedDataSourceSuite`: "Enabling/disabling ignoreMissingFiles using parquet" — `null did not equal "FAILED_READ_FILE.FILE_NOT_EXIST"`; native path does not surface the expected Spark error class. - `SimpleSQLViewSuite`: "alter temporary view should follow current storeAnalyzedPlanForView config" — `CometQueryExecutionException: FileNotFound` when the underlying file is deleted between planning and execution. - `ParquetV1QuerySuite`: "Enabling/disabling ignoreCorruptFiles" — `[INTERNAL_ERROR] Found unused message parameters of the error class '_LEGACY_ERROR_TEMP_2254'`. (V2 variant passes.) -- 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]
