Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-02-10 Thread gabriela ortiz
Hi John. Thanks for the feedback I will work on your comments. Regards, Gaby El mié, 10 de feb. de 2021 a la(s) 12:04, John Mora (jhnmora...@gmail.com) escribió: > Hi Gaby > > Thanks for the update. > > BTW, I am sorry that I did not provide feedback on your code last week, I > have been

Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-02-10 Thread John Mora
Hi Gaby Thanks for the update. BTW, I am sorry that I did not provide feedback on your code last week, I have been busy. Some comments: Please use more descriptive variable names:

Re: Add datastore for Elasticsearch. Outreachy Week 9 Report

2021-02-10 Thread John Mora
Hi Maria Thanks for the update. Some comments: Please use an Enum instead of literal strings for the Authentication Method parameter. https://github.com/podorvanova/gora/blob/gora-664/gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/store/ElasticsearchStore.java#L126 Use