apache / apache/hudi-rs

Handle conflicts between table properties and user-provided option

Open
#375 0 comments 0 reactions 0 assignees View on GitHub
p1
Dominant language
Rust
Stars
279
Forks
67
Avg merge
3d 1h
Merged PRs (30d)
40

Description

Check the TODO note in code

```
// TODO: return err when user-provided options conflict with table properties
```

Need to come up with a complete list of table configs that could potentially run into conflict with user-provided option (which can be any config).

Contributor guide

Open the contributing guide

Research direction

Locate the TODO note in the code and trace the table properties and user-provided option handling around it. Enumerate the table configurations that can conflict with arbitrary user options, then define the complete conflict list and the expected error behavior as the done criteria.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.