wenfang6 commented on issue #7441: URL: https://github.com/apache/incubator-gluten/issues/7441#issuecomment-2403853732
> @wenfang6 Gluten native writer in spark 321 overwrite vanilla spark `HiveFileFormat` class. Therefore, you must ensure that the gluten jar is loaded prior to the vanilla spark jar. You can refer the this [document ](https://github.com/apache/incubator-gluten/blob/main/docs/velox-backend-troubleshooting.md#incompatible-class-error-when-using-native-writer)to configure. Thanks. l try it, but Still haven't use native write. plan like this ``` == Fallback Summary == No fallback nodes == Physical Plan == CommandResult (1) +- Execute InsertIntoHiveTable (5) +- VeloxColumnarToRowExec (4) +- ^ NativeScan hive dap_dev.wen_test (2) ``` -- 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]
