Shawn Chang created HUDI-8818:
---------------------------------
Summary: Hudi 1.0 cannot use SQL to write older versioned Hudi
table
Key: HUDI-8818
URL: https://issues.apache.org/jira/browse/HUDI-8818
Project: Apache Hudi
Issue Type: Bug
Reporter: Shawn Chang
When using Hudi 1.0 + Spark SQL to write a table created by Hudi 0.14 + Spark
3.5.0 DF, we noticed that the INSERT query would fail to database config
conflict
{code:java}
Config conflict(key current value existing value):
hoodie.database.name: yxchang_nolf
org.apache.hudi.exception.HoodieException: Config conflict(key current value
existing value):
hoodie.database.name: yxchang_nolf
at
org.apache.hudi.HoodieWriterUtils$.validateTableConfig(HoodieWriterUtils.scala:256)
at
org.apache.hudi.HoodieSparkSqlWriterInternal.writeInternal(HoodieSparkSqlWriter.scala:245)
at
org.apache.hudi.HoodieSparkSqlWriterInternal.$anonfun$write$1(HoodieSparkSqlWriter.scala:190)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)