Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Subtask] add view event for Iceberg REST server #5438

Open
Tracked by #5204
FANNG1 opened this issue Nov 4, 2024 · 6 comments · May be fixed by #5584
Open
Tracked by #5204

[Subtask] add view event for Iceberg REST server #5438

FANNG1 opened this issue Nov 4, 2024 · 6 comments · May be fixed by #5584
Assignees
Labels
help wanted Extra attention is needed subtask Subtasks of umbrella issue

Comments

@FANNG1
Copy link
Contributor

FANNG1 commented Nov 4, 2024

Describe the subtask

Please refer to #4958 and #5205 about how to support table event. You may need to implement an IcebergViewOperationDispatcher IcebergViewEventDispatcher like IcebergTableOperationDispatcher IcebergTableEventDispatcher

Parent issue

#5204

@FANNG1 FANNG1 added subtask Subtasks of umbrella issue 0.7.0 Release v0.7.0 help wanted Extra attention is needed and removed 0.7.0 Release v0.7.0 labels Nov 4, 2024
@orenccl
Copy link
Contributor

orenccl commented Nov 13, 2024

I'm working on it.

@orenccl
Copy link
Contributor

orenccl commented Nov 14, 2024

Hi @FANNG1,

I have some questions about IcebergTableOperation. What are the access and credential parts, and why does updateTableRequest need to be serialized? Could you give me a quick hint so I can do the rest of the research myself?

@FANNG1
Copy link
Contributor Author

FANNG1 commented Nov 15, 2024

I have some questions about IcebergTableOperation. What are the access and credential parts.

Sorry, I couldn't get your point, you mean accessDelegation?

and why does updateTableRequest need to be serialized?

It's like clone, to prevent the event listener from affecting the normal process if changing the object. We relax the restrictions in pre-event, and add the restrictions in post-event.

@orenccl
Copy link
Contributor

orenccl commented Nov 15, 2024

Thanks for replay, yes i mean accessDelegation

@FANNG1
Copy link
Contributor Author

FANNG1 commented Nov 15, 2024

@orenccl
Copy link
Contributor

orenccl commented Nov 15, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants