-
Notifications
You must be signed in to change notification settings - Fork 26
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
[FSTORE-1008] add java client to hsfs #448
base: main
Are you sure you want to change the base?
Conversation
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.
Looks good, most of my complaints are about duplication. I am not sure if it is crucial to be solved now, but if it isn't then the technical debt would continue accumulating.
java/hsfs/src/main/java/com/logicalclocks/hsfs/engine/KafkaRecordSerializer.java
Outdated
Show resolved
Hide resolved
java/hsfs/src/main/java/com/logicalclocks/hsfs/engine/KafkaRecordSerializer.java
Show resolved
Hide resolved
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.
I think this pr is good to be merged, there could be some changes that we can do in the future to further limit duplication.
Co-authored-by: davitbzh <davit.bzhalava@gmail..com> Co-authored-by: Fabio Buso <fabio@hopsworks.ai>
* Prepare for 3.9.0-RC14-SNAPSHOT development * Add full methods to create feature groups * * Make getStorageConnector methods available across all frameworks * Add methods to use StreamFeatureGroup builders * Fix JobConfiguration property names * Add getOrCreate methods * Add more documentations on the methods * Bump version for releaes
… … (#1419) * Add POJO and GenericObject support when inserting data from the Java client * Remove leftover todo * Bump UT to action/cache@v4 * Set SNAPSHOT version for Java client
This PR adds/fixes/changes...
JIRA Issue: -
Priority for Review: -
Related PRs: -
How Has This Been Tested?
Checklist For The Assigned Reviewer: