-
Notifications
You must be signed in to change notification settings - Fork 50
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
New Cottontail API, PolyphenyDB #224
Conversation
# Conflicts: # cineast-core/src/main/java/org/vitrivr/cineast/core/db/cottontaildb/CottontailSelector.java
I fixed the As to handling of connections between Cottontail DB and Polypheny DB: I don't see an inconsistency here. JDBC connections are closed right away after an instance of a Wrapper is closed(). This is a bit different to gRPC, because the general recommendation for Edit: There was a (masked) problem with MetadataTest due to the wrapper being closed before each test, which means for Polypheny DB, that the JDBC connection is closed and subsequent tests fail (no effect for Cottontail DB). |
cineast-core/src/test/java/org/vitrivr/cineast/core/db/dao/MetadataTest.java
Outdated
Show resolved
Hide resolved
I have addressed all the issues. This PR is ready for final review. I will open an issue regarding DB connection handling in Cineast. |
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 all good, with the minor exception of the changes to the default config.
LGTM, thanks to everyone for all the work! I've tested this on the VBS data manually a bit and found no issues |
* Upgraded to new Cottontail API * New Polypheny-DB Connector * New DB Abstractions * LSC Import Code which needed the new Cottontail API Co-authored-by: Ralph Gasser <ralph.gasser@unibas.ch> Co-authored-by: Loris Sauter <loris.sauter@unibas.ch> Former-commit-id: c450c76
Major Changes
Breaking