Skip to content

Fix the error type of sync-strategy parameter in HiveSyncConfig #16129

@hudi-bot

Description

@hudi-bot

The parameter  --sync-strategy is error when use HiveSyncTool.

 public static final ConfigProperty<String> HIVE_SYNC_TABLE_STRATEGY = ConfigProperty
      .key("hoodie.datasource.hive_sync.table.strategy")
      .defaultValue(HoodieSyncTableStrategy.ALL.name())
      .markAdvanced()
      .sinceVersion("0.13.0")
      .withDocumentation("Hive table synchronization strategy. Available option: RO, RT, ALL.");

The hoodie parameter hoodie.datasource.hive_sync.table.strategy 's  type is STRING.

 

JIRA info

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions