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

[Engine]Support IMap File Storage #3418

Merged
merged 15 commits into from
Nov 28, 2022
Merged

[Engine]Support IMap File Storage #3418

merged 15 commits into from
Nov 28, 2022

Conversation

CalvinKirs
Copy link
Member

#2557

Purpose of this pull request

Check list

@CalvinKirs CalvinKirs changed the title [Engine]Support IMap File Storage [WIP][Engine]Support IMap File Storage Nov 14, 2022

public interface IMapStorage {

public void initialize(Map<String, Object> properties);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public void initialize(Map<String, Object> properties);
public void initialize(Map<Object, Object> properties);

Other APIs support Object type key?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For File Storage, we do not have a key of type Object, and all keys need to be defined internally by File

@ic4y
Copy link
Contributor

ic4y commented Nov 22, 2022

Please resolve the conflict.

@CalvinKirs CalvinKirs changed the title [WIP][Engine]Support IMap File Storage [Engine]Support IMap File Storage Nov 23, 2022
Copy link
Contributor

@ic4y ic4y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CalvinKirs CalvinKirs deleted the imap-storage branch November 28, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants