Ma Jian created HUDI-7879:
-----------------------------
Summary: 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
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)