Hi, Report #10 Week 10: January, 7 - February, 13 Activities: - Implemented newQuery method - Implemented deleteByQuery method - Used an Enum instead of literal strings for the Authentication Type parameter - Used parameterized logging instead of string concatenation - Implemented execute method - Implemented getPartitions method - The following tests are passing now:
1. testTruncateSchema 2. testDeleteSchema 3. testQueryWebPageQueryEmptyResults 4. testResultSize 5. testResultSizeStartKey 6. testResultSizeEndKey 7. testResultSizeWithLimit 8. testResultSizeStartKeyWithLimit 9. testResultSizeEndKeyWithLimit 10. testResultSizeKeyRangeWithLimit - Filled out and sent Outreachy internship feedback to Apache Here is the link to my code: https://github.com/apache/gora/compare/master...podorvanova:gora-664. Relevant commits are from February 10. Questions: 1. This week I worked on query functionalities implementation. While testing I found that Elasticsearch "_id" field does not support range queries, which are required for deleteByQuery method. So I am a little confused about what I should do in this case. 2. I roughly understand that getPartitions method is needed to implement the Hadoop support. I looked through other modules and found that the method is implemented the same way everywhere, so I did the same for now. Could you tell me more about this method or maybe provide some resources? Regards, Maria