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

RETIRED: Hibernate Migration (replaced by 543) #532

Closed

Conversation

RobGeada
Copy link
Contributor

Many thanks for submitting your Pull Request ❤️!

Please make sure that your PR meets the following requirements:

  • You have read the contributors guide
  • Pull Request title is properly formatted: FAI-XYZ Subject
  • Pull Request title contains the target branch if not targeting main: [0.3.x] FAI-XYZ Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains link to any dependent or related Pull Request
  • Pull Request contains description of the issue
  • Pull Request does not include fixes for issues other than the main ticket

@RobGeada RobGeada requested a review from a team as a code owner March 20, 2024 13:57
@RobGeada RobGeada requested review from ruivieira, tteofili and christinaexyou and removed request for a team March 20, 2024 13:57
Copy link

openshift-ci bot commented Mar 20, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from robgeada. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

github-actions bot commented Mar 20, 2024

PR image build and manifest generation completed successfully!

📦 PR image: quay.io/trustyai/trustyai-service-ci:6f9e870c1faed5ecc79d72e765533aafec72424a

🗂️ CI manifests

@RobGeada
Copy link
Contributor Author

/test trustyai-explainability-e2e

Comment on lines +87 to +91
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm</artifactId>
<version>3.2.11.Final</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

I would try to keep explainability-core thin so I prefer to have a explainability-persistance module to compose this use case if possible.

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm</artifactId>
<version>3.2.11.Final</version>
Copy link
Member

Choose a reason for hiding this comment

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

This should be managed via the import of quarkus bom instead of explicit version (this version is tied to quarkus version)

/**
* Wrapper class for any kind of value part of a prediction input or output.
*
*/
@Embeddable
Copy link
Member

Choose a reason for hiding this comment

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

If you only need similar annotation in core you can add jakarta-persistance-api dependency

Comment on lines +14 to +15
@CacheResult(cacheName = "dataframe", keyGenerator = DataCacheKeyGen.class)
Dataframe readData(String modelId) throws StorageReadException;
Copy link
Member

Choose a reason for hiding this comment

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

This is mixing storage and caching, we need to pay attention to this while we do performance test otherwise we have wrong/fake result

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, I'm aware of this, that's why performance tests always retrieve novel dfs, never the same df twice

@openshift-merge-robot
Copy link
Collaborator

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@RobGeada RobGeada changed the title Draft: Hibernate Migration RETIRED: Hibernate Migration (replaced by 543) May 2, 2024
@RobGeada RobGeada closed this Jun 6, 2024
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.

None yet

3 participants