JkSelf commented on issue #7441: URL: https://github.com/apache/incubator-gluten/issues/7441#issuecomment-2401631026
@wenfang6 We insert a fake row to support native write, but it falls back to the vanilla Spark writer [here](https://github.com/apache/incubator-gluten/blob/main/shims/spark32/src/main/scala/org/apache/spark/sql/hive/execution/HiveFileFormat.scala#L149). It seems that `isNativeApplicable ` is not set correctly. Does your code include this [patch](https://github.com/apache/incubator-gluten/pull/6627)? And can you help to provide the reproduced sql? Thanks. -- 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]
