-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Conversation
|
||
public interface IMapStorage { | ||
|
||
public void initialize(Map<String, Object> properties); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public void initialize(Map<String, Object> properties); | |
public void initialize(Map<Object, Object> properties); |
Other APIs support Object type key?
There was a problem hiding this comment.
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
Please resolve the conflict. |
...torage-file/src/main/java/org/apache/seatunnel/engine/imap/storage/file/IMapFileStorage.java
Show resolved
Hide resolved
# Conflicts: # seatunnel-dist/release-docs/LICENSE # tools/dependencies/known-dependencies.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#2557
Purpose of this pull request
Check list
New License Guide