[ 
https://issues.apache.org/jira/browse/HUDI-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HUDI-2123:
---------------------------------
    Labels: pull-request-available  (was: )

> 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