[
https://issues.apache.org/jira/browse/HUDI-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
pengzhiwei updated HUDI-2123:
-----------------------------
Summary: Exception When Merge With Null-Value Field (was: Exception When
Merge With NUll-Value Field)
> 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
> 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)