[
https://issues.apache.org/jira/browse/HUDI-7879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-7879:
---------------------------------
Labels: pull-request-available (was: )
> Optimize the redundant creation of HoodieTable in
> DataSourceInternalWriterHelper and the unnecessary parameters in createTable
> within BaseHoodieWriteClient.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HUDI-7879
> URL: https://issues.apache.org/jira/browse/HUDI-7879
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Ma Jian
> Priority: Major
> Labels: pull-request-available
>
> In the initialization method of DataSourceInternalWriterHelper, it currently
> creates two identical HoodieTable instances. We should remove one of them.
> Also, when comparing the differences between the two HoodieTable instances, I
> noticed that the createTable method in BaseHoodieWriteClient includes a
> HadoopConfiguration parameter that isn't used by any implemented methods. I'm
> not sure why it was designed this way, but I think we can remove it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)