-
Notifications
You must be signed in to change notification settings - Fork 460
Milestone
Description
Search before asking
- I searched in the issues and found nothing similar.
Description
#1404 introduced a RowConverterUtils to handle the conversion between InternalRow <> POJOs.
Next, we need to use these utilities to allow the users to work with POJOs directly. For example
AppendWriter<User> writer = table.newAppend().createWriter(User.class);
User u = new User(1, "John");
writer.append(u)
We should handle the AppendWriter, UpsertWriter, the LogScanner and also ensure it can be used by operations like lookups, projections, and partial updates.
Willingness to contribute
- I'm willing to submit a PR!
Metadata
Metadata
Assignees
Labels
No labels