陈磊 created HUDI-7608:
------------------------
Summary: Flink table creation configuration not taking effect when
writing to Spark
Key: HUDI-7608
URL: https://issues.apache.org/jira/browse/HUDI-7608
Project: Apache Hudi
Issue Type: Bug
Reporter: 陈磊
When spark writes data, it uses the default index instead of specifying the
index when creating the table.
flink create table:
{code:java}
create table if not exists hudi_catalog.source1.tb_1
(
...
) partitioned by (`f1`) with (
...
'index.type' = 'BUCKET',
'hoodie.bucket.index.num.buckets' = '4'
); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)