jianyexi commented on issue #12951:
URL: https://github.com/apache/gluten/issues/12951#issuecomment-5504175336
Resolved by #12932, merged in commit
3e1962eb417f08b70b9b866af448dc1905cb32f5. Root cause: backends-velox did not
activate the parent-managed flatten-maven-plugin, so its installed POM retained
the profile-dependent ${arrow.version} expression. A later Spark 4.x
module-only Maven invocation resolved that expression through the parent
default (Arrow 15) while other dependencies used Arrow 18, causing the mixed
classpath and missing ArrowType. The merged fix publishes profile-resolved
dependency metadata.
--
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]