[ 
https://issues.apache.org/jira/browse/HUDI-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373575#comment-17373575
 ] 

ASF GitHub Bot commented on HUDI-2123:
--------------------------------------

leesf merged pull request #3214:
URL: https://github.com/apache/hudi/pull/3214


   


-- 
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]


> Exception When Merge With Null-Value Field
> ------------------------------------------
>
>                 Key: HUDI-2123
>                 URL: https://issues.apache.org/jira/browse/HUDI-2123
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Spark Integration
>            Reporter: pengzhiwei
>            Assignee: pengzhiwei
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> Merge with null-value field will throw exception.
> {code:java}
> spark.sql(
>   s"""
>      |merge into h0
>      |using (
>      | select 1 as id, 'a1' as name, cast(null as string) as value, 1000 as ts
>      | ) s0
>      | on h0.id = s0.id
>      | when not matched then insert *
>      |""".stripMargin)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to