[
https://issues.apache.org/jira/browse/HUDI-7608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-7608:
---------------------------------
Labels: pull-request-available (was: )
> 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: 陈磊
> Priority: Major
> Labels: pull-request-available
>
> 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)