[
https://issues.apache.org/jira/browse/HUDI-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-9204:
--------------------------------------
Description:
1. HoodieWriteConfig. L3612
if (HoodieTableVersion.SIX.equals(writeConfig.getWriteVersion()))
{ LOG.warn("HoodieTableVersion.SIX is not yet fully supported by the
writer. " + "Please expect some unexpected behavior, until its
fully implemented."); }
2. when writing to table version 6, we keep seeing below msgs:
{code:java}
25/03/20 15:44:03 WARN HoodieBackedTableMetadataWriter: Cannot initialize
metadata table as operation(s) are in progress on the dataset:
[20250320154100610, 20250320154359534]
25/03/20 15:44:03 ERROR HoodieBackedTableMetadataWriter: Failed to initialize
MDT from filesystem {code}
we should avoid that.
was:
HoodieWriteConfig. L3612
if (HoodieTableVersion.SIX.equals(writeConfig.getWriteVersion())) {
LOG.warn("HoodieTableVersion.SIX is not yet fully supported by the
writer. "
+ "Please expect some unexpected behavior, until its fully
implemented.");
}
> Remove warning msg where we say table version 6 might have issues
> -----------------------------------------------------------------
>
> Key: HUDI-9204
> URL: https://issues.apache.org/jira/browse/HUDI-9204
> Project: Apache Hudi
> Issue Type: Sub-task
> Components: writer-core
> Reporter: sivabalan narayanan
> Assignee: sivabalan narayanan
> Priority: Major
> Fix For: 1.0.2
>
>
> 1. HoodieWriteConfig. L3612
> if (HoodieTableVersion.SIX.equals(writeConfig.getWriteVersion()))
> { LOG.warn("HoodieTableVersion.SIX is not yet fully supported by the
> writer. " + "Please expect some unexpected behavior, until its
> fully implemented."); }
>
>
> 2. when writing to table version 6, we keep seeing below msgs:
> {code:java}
> 25/03/20 15:44:03 WARN HoodieBackedTableMetadataWriter: Cannot initialize
> metadata table as operation(s) are in progress on the dataset:
> [20250320154100610, 20250320154359534]
> 25/03/20 15:44:03 ERROR HoodieBackedTableMetadataWriter: Failed to initialize
> MDT from filesystem {code}
> we should avoid that.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)