You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by GitBox <gi...@apache.org> on 2021/08/22 20:10:34 UTC

[GitHub] [gora] 100202x commented on pull request #246: Add SQL store on JOOQ

100202x commented on pull request #246:
URL: https://github.com/apache/gora/pull/246#issuecomment-903323925


   Update : There are 44 test cases in GoraTestBase and 19 test cases are getting through without a problem in this PR. But most essentials one where persisting objects is happening while searching and deleting support is being added via JOOQ library for mysql database. Most test cases are failing because that test cases contains complex data structures such as RECORD, MAP & ARRAY where those are persisted in the database but the conversion of these db fields to Avro beans isn't implemented yet apart from the Union shema type. 
   
   But if you run this datastore with simple data types such as string and integers the datastore works without a problem. Regardless of the out come of the Gsoc Project I am planning to contribute to the project and finish this datastore. There are few more code tweaks to support all relational database such as connection string such as that and to specify. Added that this project will be complete. There is one more main method from the datastore which i didn't implement is delete by query. Which i will be doing in the future as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@gora.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org