You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/10/25 07:42:07 UTC

[GitHub] [hudi] YannByron commented on pull request #3700: [HUDI-2471] Add support ignoring case when column name matches in merge into

YannByron commented on pull request #3700:
URL: https://github.com/apache/hudi/pull/3700#issuecomment-950617318


   @dongkelun 
   I reproduce this using the table in UT in my local env, `ClassCastException` is raised. The detail trace stack:
   `Caused by: java.lang.ClassCastException: org.apache.spark.unsafe.types.UTF8String cannot be cast to java.lang.Integer
           at org.apache.hudi.sql.payload.ExpressionPayloadEvaluator_228eb15b_f549_4127_a201_a71c459c1f61.eval(Unknown Source)
           at org.apache.spark.sql.hudi.command.payload.ExpressionPayload.evaluate(ExpressionPayload.scala:258)
   `
   
   is it same with yours?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org