100202x edited a comment 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. Adding support to complex data structures alone will pass most of the test cases which are failing. WebPage table uses lot of these complex datatypes to store its data where my current datastore doesn't provide the support to these schema types is what causing the failure of test cases. 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-unsubscr...@gora.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org