Revisit the HoodieTable constructor added
Open
from-jira
priority:critical
type:devtask
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
https://github.com/apache/hudi/pull/12781/files#r1964205520
A new constructor is added. We should see if this is really needed (rewrite the tests so this is not needed?) and keep the constructors simple, by removing this one.
{code:java}
protected HoodieTable(HoodieWriteConfig config, HoodieEngineContext context, HoodieTableMetaClient metaClient, FileSystemViewManager viewManager, TaskContextSupplier supplier) {code}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-9103
- Type: Sub-task
- Parent: https://issues.apache.org/jira/browse/HUDI-9054
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.